/external/webp/src/dsp/ |
dec_mips_dsp_r2.c | [all...] |
enc_mips_dsp_r2.c | [all...] |
dec.c | 297 static void LD4(uint8_t* dst) { // Down-Left 716 VP8PredLuma4[6] = LD4;
|
enc.c | 392 static void LD4(uint8_t* dst, const uint8_t* top) { 517 LD4(I4LD4 + dst, top);
|
dec_sse2.c | [all...] |
dec_neon.c | [all...] |
enc_sse2.c | [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
dec.c | 308 static void LD4(uint8_t *dst) { // Down-Left 478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
|
enc.c | 399 static void LD4(uint8_t* dst, const uint8_t* top) { 524 LD4(I4LD4 + dst, top);
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
vp8_macros_msa.h | 243 #define LD4(psrc, stride, out0, out1, out2, out3) \ [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
macros_msa.h | 256 #define LD4(psrc, stride, out0, out1, out2, out3) { \ [all...] |