Searched refs:vpx_highbd_idct16_c (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse2.c | 89 vpx_highbd_idct16_c(input, outptr, bd); in vpx_highbd_idct16x16_256_add_sse2() 120 vpx_highbd_idct16_c(temp_in, temp_out, bd); in vpx_highbd_idct16x16_256_add_sse2() 206 vpx_highbd_idct16_c(input, outptr, bd); in vpx_highbd_idct16x16_10_add_sse2() 237 vpx_highbd_idct16_c(temp_in, temp_out, bd); in vpx_highbd_idct16x16_10_add_sse2()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 274 { vpx_highbd_idct16_c, vpx_highbd_idct16_c }, // DCT_DCT = 0 275 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1 276 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 105 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd);
|
D | inv_txfm.c | 1872 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct16_c() function 2055 vpx_highbd_idct16_c(input, outptr, bd); in vpx_highbd_idct16x16_256_add_c() 2063 vpx_highbd_idct16_c(temp_in, temp_out, bd); in vpx_highbd_idct16x16_256_add_c() 2081 vpx_highbd_idct16_c(input, outptr, bd); in vpx_highbd_idct16x16_38_add_c() 2090 vpx_highbd_idct16_c(temp_in, temp_out, bd); in vpx_highbd_idct16x16_38_add_c() 2109 vpx_highbd_idct16_c(input, outptr, bd); in vpx_highbd_idct16x16_10_add_c() 2117 vpx_highbd_idct16_c(temp_in, temp_out, bd); in vpx_highbd_idct16x16_10_add_c()
|