OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short8x4
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vp8/encoder/
dct.h
53
vp8_fdct_fn_t
short8x4
;
member in struct:__anon7459
onyx_if.c
[
all
...]
/external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c
62
cpi->rtcd.fdct.
short8x4
= vp8_short_fdct8x4_c;*/
112
cpi->rtcd.fdct.
short8x4
= vp8_short_fdct8x4_neon;
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
230
cpi->rtcd.fdct.
short8x4
= short_fdct8x4_mmx;
283
cpi->rtcd.fdct.
short8x4
= vp8_short_fdct8x4_sse2;
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
78
cpi->rtcd.fdct.
short8x4
= vp8_short_fdct8x4_c;
Completed in 84 milliseconds