Searched defs:VL4 (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec.c348 static void VL4(uint8_t *dst) { // Vertical-Left function
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
H A Denc.c439 static void VL4(uint8_t* dst, const uint8_t* top) { function
525 VL4(I4VL4 + dst, top);
/external/webp/src/dsp/
H A Ddec.c337 static void VL4(uint8_t* dst) { // Vertical-Left function
717 VP8PredLuma4[7] = VL4;
H A Denc.c432 static void VL4(uint8_t* dst, const uint8_t* top) { function
518 VL4(I4VL4 + dst, top);
H A Denc_mips_dsp_r2.c878 static void VL4(uint8_t* dst, const uint8_t* top) { function
1052 VL4(I4VL4 + dst, top);
H A Ddec_sse2.c1004 static void VL4(uint8_t* dst) { // Vertical-Left function
1259 VP8PredLuma4[7] = VL4;
H A Denc_sse2.c878 static WEBP_INLINE void VL4(uint8_t* dst, function
988 VL4(I4VL4 + dst, top);

Completed in 172 milliseconds