Searched refs:highbd_idct32_c (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 2172 static void highbd_idct32_c(const tran_low_t *input, tran_low_t *output, in highbd_idct32_c() function 2612 highbd_idct32_c(input, outptr, bd); in vpx_highbd_idct32x32_1024_add_c() 2622 highbd_idct32_c(temp_in, temp_out, bd); in vpx_highbd_idct32x32_1024_add_c() 2640 highbd_idct32_c(input, outptr, bd); in vpx_highbd_idct32x32_135_add_c() 2649 highbd_idct32_c(temp_in, temp_out, bd); in vpx_highbd_idct32x32_135_add_c() 2668 highbd_idct32_c(input, outptr, bd); in vpx_highbd_idct32x32_34_add_c() 2676 highbd_idct32_c(temp_in, temp_out, bd); in vpx_highbd_idct32x32_34_add_c()
|