Searched refs:vpx_fdct8x8_1_neon (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfwd_txfm_neon.c205 void vpx_fdct8x8_1_neon(const int16_t *input, int16_t *output, int stride) { function
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h262 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride);
263 #define vpx_fdct8x8_1 vpx_fdct8x8_1_neon
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h262 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride);
263 #define vpx_fdct8x8_1 vpx_fdct8x8_1_neon

Completed in 93 milliseconds