OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_short_fdct8x4_sse2
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/x86/
dct_x86.h
52
#define vp8_fdct_short8x4
vp8_short_fdct8x4_sse2
59
#define vp8_fdct_fast8x4
vp8_short_fdct8x4_sse2
x86_csystemdependent.c
85
void
vp8_short_fdct8x4_sse2
(short *input, short *output, int pitch)
function
277
cpi->rtcd.fdct.short8x4 =
vp8_short_fdct8x4_sse2
;
279
cpi->rtcd.fdct.fast8x4 =
vp8_short_fdct8x4_sse2
;
Completed in 569 milliseconds