Searched refs:aom_highbd_lpf_horizontal_6_c (Results 1 – 7 of 7) sorted by relevance
/external/libaom/test/ |
D | lpf_test.cc | 501 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c, 515 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c, 528 make_tuple(&aom_highbd_lpf_horizontal_6_sse2, &aom_highbd_lpf_horizontal_6_c, 700 make_tuple(&aom_highbd_lpf_horizontal_6_neon, &aom_highbd_lpf_horizontal_6_c, 702 make_tuple(&aom_highbd_lpf_horizontal_6_neon, &aom_highbd_lpf_horizontal_6_c, 704 make_tuple(&aom_highbd_lpf_horizontal_6_neon, &aom_highbd_lpf_horizontal_6_c,
|
/external/libaom/aom_dsp/ |
D | loopfilter.c | 752 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int p, const uint8_t *blimit, in aom_highbd_lpf_horizontal_6_c() function 777 aom_highbd_lpf_horizontal_6_c(s, p, blimit0, limit0, thresh0, bd); in aom_highbd_lpf_horizontal_6_dual_c() 778 aom_highbd_lpf_horizontal_6_c(s + 4, p, blimit1, limit1, thresh1, bd); in aom_highbd_lpf_horizontal_6_dual_c()
|
/external/libaom/config/riscv64/config/ |
D | aom_dsp_rtcd.h | 2293 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 2294 #define aom_highbd_lpf_horizontal_6 aom_highbd_lpf_horizontal_6_c
|
/external/libaom/config/arm64/config/ |
D | aom_dsp_rtcd.h | 2363 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libaom/config/arm/config/ |
D | aom_dsp_rtcd.h | 2363 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 | 2748 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 2749 void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|