Searched defs:final_output (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct_neon.c | 20 void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct4x4_neon()
|
D | fwd_txfm_neon.c | 19 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct8x8_neon()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in vpx_fdct8x8_c() 775 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, in vpx_highbd_fdct8x8_c() 780 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *final_output, in vpx_highbd_fdct8x8_1_c()
|