Searched refs:vpx_highbd_idct4_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 211 { vpx_highbd_idct4_c, vpx_highbd_idct4_c }, // DCT_DCT = 0 in vp9_highbd_iht4x4_16_add_c() 212 { vpx_highbd_iadst4_c, vpx_highbd_idct4_c }, // ADST_DCT = 1 in vp9_highbd_iht4x4_16_add_c() 213 { vpx_highbd_idct4_c, vpx_highbd_iadst4_c }, // DCT_ADST = 2 in vp9_highbd_iht4x4_16_add_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 102 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd);
|
D | inv_txfm.c | 1422 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct4_c() function 1463 vpx_highbd_idct4_c(input, outptr, bd); in vpx_highbd_idct4x4_16_add_c() 1471 vpx_highbd_idct4_c(temp_in, temp_out, bd); in vpx_highbd_idct4x4_16_add_c() 1614 vpx_highbd_idct4_c(step1, step1, bd); in vpx_highbd_idct8_c()
|