Searched defs:vpx_highbd_idct8_c (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c1386 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) { function
1441 vpx_highbd_idct8_c(input, outptr, bd);
1450 vpx_highbd_idct8_c(temp_in, temp_out, bd);
1600 vpx_highbd_idct8_c(input, outptr, bd);
1608 vpx_highbd_idct8_c(temp_in, temp_out, bd);

Completed in 65 milliseconds