HomeSort by relevance Sort by last modified time
    Searched full:fadst8 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 484 static void fadst8(const int16_t *input, int16_t *output) { function
557 { fadst8, fdct8 }, // ADST_DCT = 1
558 { fdct8, fadst8 }, // DCT_ADST = 2
559 { fadst8, fadst8 } // ADST_ADST = 3
    [all...]

Completed in 91 milliseconds