OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_short_fdct8x4_c
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
dct.h
31
#define vp8_fdct_short8x4
vp8_short_fdct8x4_c
41
#define vp8_fdct_fast8x4
vp8_short_fdct8x4_c
dct.c
58
void
vp8_short_fdct8x4_c
(short *input, short *output, int pitch)
function
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
78
cpi->rtcd.fdct.short8x4 =
vp8_short_fdct8x4_c
;
80
cpi->rtcd.fdct.fast8x4 =
vp8_short_fdct8x4_c
;
Completed in 43 milliseconds