Searched defs:vp9_fdct32x32_c (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c1386 void vp9_fdct32x32_c(const int16_t *input, tran_low_t *out, int stride) { function
1491 vp9_fdct32x32_c(input, out, stride);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c1332 void vp9_fdct32x32_c(const int16_t *input, int16_t *out, int stride) { function

Completed in 96 milliseconds