Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dlpf_test.cc459 make_tuple(&aom_highbd_lpf_vertical_14_sse2, &aom_highbd_lpf_vertical_14_c,
472 make_tuple(&aom_highbd_lpf_vertical_14_sse2, &aom_highbd_lpf_vertical_14_c,
483 make_tuple(&aom_highbd_lpf_vertical_14_sse2, &aom_highbd_lpf_vertical_14_c,
/external/libaom/config/x86_64/config/
Daom_dsp_rtcd.h850 void aom_highbd_lpf_vertical_14_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *…
851 #define aom_highbd_lpf_vertical_14 aom_highbd_lpf_vertical_14_sse2
/external/libaom/config/x86/config/
Daom_dsp_rtcd.h850 void aom_highbd_lpf_vertical_14_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *…
851 #define aom_highbd_lpf_vertical_14 aom_highbd_lpf_vertical_14_sse2
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_loopfilter_sse2.c1580 void aom_highbd_lpf_vertical_14_sse2(uint16_t *s, int pitch, in aom_highbd_lpf_vertical_14_sse2() function