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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 24 { iadst4_c, idct4_c }, // ADST_DCT = 1
25 { idct4_c, iadst4_c }, // DCT_ADST = 2
26 { iadst4_c, iadst4_c } // ADST_ADST = 3
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 98 void iadst4_c(const tran_low_t *input, tran_low_t *output);
inv_txfm.c 96 void iadst4_c(const tran_low_t *input, tran_low_t *output) { function
    [all...]

Completed in 66 milliseconds