Searched refs:VE16 (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/dsp/
H A Ddec.c184 static void VE16(uint8_t* dst) { // vertical function
745 VP8PredLuma16[2] = VE16;
H A Ddec_sse2.c1048 static void VE16(uint8_t* dst) { function
1212 VP8PredLuma16[2] = VE16;
H A Ddec_msa.c819 static void VE16(uint8_t* dst) { // vertical function
1001 VP8PredLuma16[2] = VE16;
H A Ddec_neon.c1471 static void VE16(uint8_t* dst) { // vertical function
1620 VP8PredLuma16[2] = VE16;
H A Denc_sse2.c516 static WEBP_INLINE void VE16(uint8_t* dst, const uint8_t* top) { function
530 VE16(dst, top);

Completed in 146 milliseconds