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

  /external/libvpx/libvpx/vp9/common/
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/
inv_txfm.h 101 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd);
inv_txfm.c 1395 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) { function
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c     [all...]

Completed in 118 milliseconds