Searched refs:vpx_lpf_horizontal_4_dspr2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.c | 22 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/ |
D | vpx_dsp_rtcd.h | 328 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/ |
D | lpf_test.cc | 624 make_tuple(&vpx_lpf_horizontal_4_dspr2, &vpx_lpf_horizontal_4_c, 8),
|