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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 87 { iadst16_c, idct16_c }, // ADST_DCT = 1
88 { idct16_c, iadst16_c }, // DCT_ADST = 2
89 { iadst16_c, iadst16_c } // ADST_ADST = 3
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 100 void iadst16_c(const tran_low_t *input, tran_low_t *output);
inv_txfm.c 386 void iadst16_c(const tran_low_t *input, tran_low_t *output) { function
    [all...]

Completed in 44 milliseconds