Searched refs:aom_highbd_lpf_horizontal_4_c (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/test/ |
D | lpf_test.cc | 447 make_tuple(&aom_highbd_lpf_horizontal_4_sse2, &aom_highbd_lpf_horizontal_4_c, 461 make_tuple(&aom_highbd_lpf_horizontal_4_sse2, &aom_highbd_lpf_horizontal_4_c, 474 make_tuple(&aom_highbd_lpf_horizontal_4_sse2, &aom_highbd_lpf_horizontal_4_c,
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 566 void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int p /* pitch */, in aom_highbd_lpf_horizontal_4_c() function 590 aom_highbd_lpf_horizontal_4_c(s, p, blimit0, limit0, thresh0, bd); in aom_highbd_lpf_horizontal_4_dual_c() 591 aom_highbd_lpf_horizontal_4_c(s + 4, p, blimit1, limit1, thresh1, bd); in aom_highbd_lpf_horizontal_4_dual_c()
|
/external/libaom/config/arm/config/ |
D | aom_dsp_rtcd.h | 697 void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 698 #define aom_highbd_lpf_horizontal_4 aom_highbd_lpf_horizontal_4_c
|
/external/libaom/config/arm64/config/ |
D | aom_dsp_rtcd.h | 697 void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 698 #define aom_highbd_lpf_horizontal_4 aom_highbd_lpf_horizontal_4_c
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 825 void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libaom/config/x86/config/ |
D | aom_dsp_rtcd.h | 825 void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|