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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 54 { iadst8_c, idct8_c }, // ADST_DCT = 1
55 { idct8_c, iadst8_c }, // DCT_ADST = 2
56 { iadst8_c, iadst8_c } // ADST_ADST = 3
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 98 void iadst8_c(const tran_low_t *input, tran_low_t *output);
inv_txfm.c 196 void iadst8_c(const tran_low_t *input, tran_low_t *output) { function
    [all...]

Completed in 1865 milliseconds