Searched refs:vpx_highbd_idct8_c (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct8x8_add_sse2.c | 81 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_64_add_sse2() 107 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_64_add_sse2() 183 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_12_add_sse2() 209 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_12_add_sse2()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 241 { vpx_highbd_idct8_c, vpx_highbd_idct8_c }, // DCT_DCT = 0 242 { vpx_highbd_iadst8_c, vpx_highbd_idct8_c }, // ADST_DCT = 1 243 { vpx_highbd_idct8_c, vpx_highbd_iadst8_c }, // DCT_ADST = 2
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 104 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd);
|
D | inv_txfm.c | 1575 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct8_c() function 1638 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_64_add_c() 1646 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_64_add_c() 1664 vpx_highbd_idct8_c(input, outptr, bd); in vpx_highbd_idct8x8_12_add_c() 1672 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_12_add_c()
|