Home
last modified time | relevance | path

Searched refs:aom_highbd_lpf_vertical_4_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dlpf_test.cc449 make_tuple(&aom_highbd_lpf_vertical_4_sse2, &aom_highbd_lpf_vertical_4_c, 8),
463 make_tuple(&aom_highbd_lpf_vertical_4_sse2, &aom_highbd_lpf_vertical_4_c, 10),
476 make_tuple(&aom_highbd_lpf_vertical_4_sse2, &aom_highbd_lpf_vertical_4_c, 12),
/external/libaom/config/x86_64/config/
Daom_dsp_rtcd.h858 void aom_highbd_lpf_vertical_4_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *l…
859 #define aom_highbd_lpf_vertical_4 aom_highbd_lpf_vertical_4_sse2
/external/libaom/config/x86/config/
Daom_dsp_rtcd.h858 void aom_highbd_lpf_vertical_4_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *l…
859 #define aom_highbd_lpf_vertical_4 aom_highbd_lpf_vertical_4_sse2
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_loopfilter_sse2.c1382 void aom_highbd_lpf_vertical_4_sse2(uint16_t *s, int p, const uint8_t *blimit, in aom_highbd_lpf_vertical_4_sse2() function