Searched defs:VL4 (Results 1 - 7 of 7) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
H A D | dec.c | 348 static void VL4(uint8_t *dst) { // Vertical-Left function 478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
|
H A D | enc.c | 439 static void VL4(uint8_t* dst, const uint8_t* top) { function 525 VL4(I4VL4 + dst, top);
|
/external/webp/src/dsp/ |
H A D | dec.c | 337 static void VL4(uint8_t* dst) { // Vertical-Left function 717 VP8PredLuma4[7] = VL4;
|
H A D | enc.c | 432 static void VL4(uint8_t* dst, const uint8_t* top) { function 518 VL4(I4VL4 + dst, top);
|
H A D | enc_mips_dsp_r2.c | 878 static void VL4(uint8_t* dst, const uint8_t* top) { function 1052 VL4(I4VL4 + dst, top);
|
H A D | dec_sse2.c | 1004 static void VL4(uint8_t* dst) { // Vertical-Left function 1259 VP8PredLuma4[7] = VL4;
|
H A D | enc_sse2.c | 878 static WEBP_INLINE void VL4(uint8_t* dst, function 988 VL4(I4VL4 + dst, top);
|
Completed in 172 milliseconds