Searched refs:SimpleVFilter16 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c177 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
199 SimpleVFilter16(p, stride, thresh);
573 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec.c540 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
564 SimpleVFilter16(p, stride, thresh);
709 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec_sse2.c655 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
683 SimpleVFilter16(p, stride, thresh);
973 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec_neon.c512 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
582 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
635 SimpleVFilter16(p, stride, thresh);
1287 VP8SimpleVFilter16 = SimpleVFilter16;
/external/webp/src/dsp/
H A Ddec_mips32.c177 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
199 SimpleVFilter16(p, stride, thresh);
573 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec.c540 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
564 SimpleVFilter16(p, stride, thresh);
709 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec_sse2.c655 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
683 SimpleVFilter16(p, stride, thresh);
973 VP8SimpleVFilter16 = SimpleVFilter16;
H A Ddec_neon.c512 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
582 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { function
635 SimpleVFilter16(p, stride, thresh);
1287 VP8SimpleVFilter16 = SimpleVFilter16;

Completed in 1844 milliseconds