OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp8_short_fdct4x4_c
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
dct.c
14
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/
dct.c
14
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 981 milliseconds