Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp10_dct_test.cc108 FdctParam(&fdct4, &reference_dct_1d, 4, 1),
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c23 static void fdct4(const tran_low_t *input, tran_low_t *output) { in fdct4() function
510 { fdct4, fdct4 }, // DCT_DCT = 0
511 { fadst4, fdct4 }, // ADST_DCT = 1
512 { fdct4, fadst4 }, // DCT_ADST = 2