HomeSort by relevance Sort by last modified time
    Searched refs:vpx_highbd_idct4_c (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 211 { vpx_highbd_idct4_c, vpx_highbd_idct4_c }, // DCT_DCT = 0
212 { vpx_highbd_iadst4_c, vpx_highbd_idct4_c }, // ADST_DCT = 1
213 { vpx_highbd_idct4_c, vpx_highbd_iadst4_c }, // DCT_ADST = 2
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 103 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd);
inv_txfm.c 1417 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd) { function
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct4x4_add_sse2.c 79 vpx_highbd_idct4_c(input, outptr, bd);
122 vpx_highbd_idct4_c(temp_in, temp_out, bd);

Completed in 43 milliseconds