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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 23 { idct4_c, idct4_c }, // DCT_DCT = 0
24 { iadst4_c, idct4_c }, // ADST_DCT = 1
25 { idct4_c, iadst4_c }, // DCT_ADST = 2
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 94 void idct4_c(const tran_low_t *input, tran_low_t *output);
inv_txfm.c 132 void idct4_c(const tran_low_t *input, tran_low_t *output) { function
161 idct4_c(input, outptr);
169 idct4_c(temp_in, temp_out);
    [all...]

Completed in 272 milliseconds