Home
last modified time | relevance | path

Searched refs:vpx_lpf_horizontal_4_dspr2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.c22 void vpx_lpf_horizontal_4_dspr2(unsigned char *s, int pitch, in vpx_lpf_horizontal_4_dspr2() function
288 vpx_lpf_horizontal_4_dspr2(s, p, blimit0, limit0, thresh0); in vpx_lpf_horizontal_4_dual_dspr2()
289 vpx_lpf_horizontal_4_dspr2(s + 8, p, blimit1, limit1, thresh1); in vpx_lpf_horizontal_4_dual_dspr2()
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h328 void vpx_lpf_horizontal_4_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit,…
329 #define vpx_lpf_horizontal_4 vpx_lpf_horizontal_4_dspr2
/external/libvpx/libvpx/test/
Dlpf_test.cc624 make_tuple(&vpx_lpf_horizontal_4_dspr2, &vpx_lpf_horizontal_4_c, 8),