Searched refs:fdct8 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c206 static void fdct8(const tran_low_t *input, tran_low_t *output) { function
334 fdct8(&intermediate[i * 8], &final_output[i * 8]);
412 // Work on the first eight values; fdct8(input, even_results);
603 { fdct8, fdct8 }, // DCT_DCT = 0
604 { fadst8, fdct8 }, // ADST_DCT = 1
605 { fdct8, fadst8 }, // DCT_ADST = 2
723 // fdct8(step, step);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c191 static void fdct8(const int16_t *input, int16_t *output) { function
308 fdct8(&intermediate[i * 8], &final_output[i * 8]);
374 // Work on the first eight values; fdct8(input, even_results);
564 { fdct8, fdct8 }, // DCT_DCT = 0
565 { fadst8, fdct8 }, // ADST_DCT = 1
566 { fdct8, fadst8 }, // DCT_ADST = 2
683 // fdct8(step, step);

Completed in 136 milliseconds