Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c314 static void iadst8(const int16_t *input, int16_t *output) { in iadst8() function
393 { iadst8, idct8 }, // ADST_DCT = 1
394 { idct8, iadst8 }, // DCT_ADST = 2
395 { iadst8, iadst8 } // ADST_ADST = 3