Searched refs:VP8VFilter16 (Results 1 – 4 of 4) sorted by relevance
341 extern VP8LumaFilterFunc VP8VFilter16;
169 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
675 void (*VP8VFilter16)(uint8_t*, int, int, int, int) = VFilter16; variable
879 VP8VFilter16 = VFilter16SSE2; in VP8DspInitSSE2()