Searched refs:vpx_highbd_idct8_c (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 244 { vpx_highbd_idct8_c, vpx_highbd_idct8_c }, // DCT_DCT = 0 245 { vpx_highbd_iadst8_c, vpx_highbd_idct8_c }, // ADST_DCT = 1 246 { vpx_highbd_idct8_c, vpx_highbd_iadst8_c }, // DCT_ADST = 2
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 101 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd);
|
D | inv_txfm.c | 1395 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct8_c() function 1450 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_64_add_c() 1459 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_64_add_c() 1609 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_10_add_c() 1617 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_10_add_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 3688 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_64_add_sse2() 3715 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_64_add_sse2() 3792 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_10_add_sse2() 3819 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_10_add_sse2()
|