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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 86 { idct16_c, idct16_c }, // DCT_DCT = 0
87 { iadst16_c, idct16_c }, // ADST_DCT = 1
88 { idct16_c, iadst16_c }, // DCT_ADST = 2
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 96 void idct16_c(const tran_low_t *input, tran_low_t *output);
inv_txfm.c 554 void idct16_c(const tran_low_t *input, tran_low_t *output) { function
728 idct16_c(input, outptr);
736 idct16_c(temp_in, temp_out);
754 idct16_c(input, outptr);
762 idct16_c(temp_in, temp_out);
780 idct16_c(input, outptr);
788 idct16_c(temp_in, temp_out);
    [all...]

Completed in 1011 milliseconds