OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast8x4
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vp8/encoder/
dct.h
55
vp8_fdct_fn_t
fast8x4
;
member in struct:__anon7459
onyx_if.c
[
all
...]
/external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c
64
cpi->rtcd.fdct.
fast8x4
= vp8_fast_fdct8x4_armv6;
114
cpi->rtcd.fdct.
fast8x4
= vp8_fast_fdct8x4_neon;
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
232
cpi->rtcd.fdct.
fast8x4
= short_fdct8x4_mmx;
285
cpi->rtcd.fdct.
fast8x4
= vp8_short_fdct8x4_sse2;
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
80
cpi->rtcd.fdct.
fast8x4
= vp8_short_fdct8x4_c;
Completed in 80 milliseconds