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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c531 static void fadst8(const tran_low_t *input, tran_low_t *output) { function
604 { fadst8, fdct8 }, // ADST_DCT = 1
605 { fdct8, fadst8 }, // DCT_ADST = 2
606 { fadst8, fadst8 } // ADST_ADST = 3
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c492 static void fadst8(const int16_t *input, int16_t *output) { function
565 { fadst8, fdct8 }, // ADST_DCT = 1
566 { fdct8, fadst8 }, // DCT_ADST = 2
567 { fadst8, fadst8 } // ADST_ADST = 3

Completed in 57 milliseconds