Home
last modified time | relevance | path

Searched refs:vpx_highbd_idct8_c (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c244 { 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/
Dinv_txfm.h101 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd);
Dinv_txfm.c1395 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/
Dinv_txfm_sse2.c3688 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()