Home | History | Annotate | Download | only in dsp

Lines Matching refs:SimpleVFilter16

512 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) {
582 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) {
635 SimpleVFilter16(p, stride, thresh);
1287 VP8SimpleVFilter16 = SimpleVFilter16;