HomeSort by relevance Sort by last modified time
    Searched refs:vpx_lpf_vertical_8_neon (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 47 vpx_lpf_vertical_8_neon(s, p, blimit0, limit0, thresh0, 1);
48 vpx_lpf_vertical_8_neon(s + 8 * p, p, blimit1, limit1, thresh1, 1);
loopfilter_8_neon.asm 12 EXPORT |vpx_lpf_vertical_8_neon|
81 ; void vpx_lpf_vertical_8_neon(uint8_t *s,
94 |vpx_lpf_vertical_8_neon| PROC
166 ENDP ; |vpx_lpf_vertical_8_neon|
loopfilter_8_neon.c 326 void vpx_lpf_vertical_8_neon( function
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 386 void vpx_lpf_vertical_8_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
387 #define vpx_lpf_vertical_8 vpx_lpf_vertical_8_neon
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 381 void vpx_lpf_vertical_8_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
382 #define vpx_lpf_vertical_8 vpx_lpf_vertical_8_neon
    [all...]
  /external/libvpx/libvpx/test/
lpf_8_test.cc 673 make_tuple(&vpx_lpf_vertical_8_neon,

Completed in 276 milliseconds