Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c42 static void fdct8(const tran_low_t *input, tran_low_t *output) { in fdct8() function
517 { fdct8, fdct8 }, // DCT_DCT = 0
518 { fadst8, fdct8 }, // ADST_DCT = 1
519 { fdct8, fadst8 }, // DCT_ADST = 2
638 fdct8(&intermediate[i * 8], &coeff_ptr[i * 8]); in vp9_fdct8x8_quant_c()
/external/libvpx/libvpx/test/
Dvp10_dct_test.cc109 FdctParam(&fdct8, &reference_dct_1d, 8, 1),