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

/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) function
60 vp8_short_fdct4x4_c(input, output, pitch);
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);

Completed in 49 milliseconds