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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c269 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { function
612 vp9_fdct8x8_c(input, output, stride);
1459 vp9_fdct8x8_c(input, final_output, stride);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { function
573 vp9_fdct8x8_c(input, output, stride);

Completed in 93 milliseconds