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