Searched refs:aom_highbd_lpf_horizontal_6_c (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/test/ |
D | lpf_test.cc | 450 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c, 464 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c, 477 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c,
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 681 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int p, const uint8_t *blimit, in aom_highbd_lpf_horizontal_6_c() function 706 aom_highbd_lpf_horizontal_6_c(s, p, blimit0, limit0, thresh0, bd); in aom_highbd_lpf_horizontal_6_dual_c() 707 aom_highbd_lpf_horizontal_6_c(s + 4, p, blimit1, limit1, thresh1, bd); in aom_highbd_lpf_horizontal_6_dual_c()
|
/external/libaom/config/arm/config/ |
D | aom_dsp_rtcd.h | 703 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 704 #define aom_highbd_lpf_horizontal_6 aom_highbd_lpf_horizontal_6_c
|
/external/libaom/config/arm64/config/ |
D | aom_dsp_rtcd.h | 703 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 704 #define aom_highbd_lpf_horizontal_6 aom_highbd_lpf_horizontal_6_c
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 833 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libaom/config/x86/config/ |
D | aom_dsp_rtcd.h | 833 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|