Searched refs:addVMULL_S16 (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/ |
D | ColorMatrix.cpp | 438 static uint8_t * addVMULL_S16(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, function 700 buf = addVMULL_S16(buf, 8+j, 24+i*2, 4+i, j);
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 401 static uint8_t * addVMULL_S16(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, uint… in addVMULL_S16() function 662 buf = addVMULL_S16(buf, 8+j, 24+i*2, 4+i, j); in build()
|