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

/external/chromium_org/third_party/libvpx/source/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);
/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 57 milliseconds