Searched defs:vpx_lpf_horizontal_8_c (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dloopfilter.c192 void vpx_lpf_horizontal_8_c(uint8_t *s, int p, const uint8_t *blimit, function
216 vpx_lpf_horizontal_8_c(s, p, blimit0, limit0, thresh0, 1);
217 vpx_lpf_horizontal_8_c(s + 8, p, blimit1, limit1, thresh1, 1);

Completed in 55 milliseconds