OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idct1
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vp8/common/
idct.h
66
vp8_idct_fn_t
idct1
;
member in struct:__anon7425
invtrans.c
33
IDCT_INVOKE(rtcd,
idct1
)(b->dqcoeff, b->diff, pitch);
/external/libvpx/vp8/common/arm/
arm_systemdependent.c
45
rtcd->idct.
idct1
= vp8_short_idct4x4llm_1_v6;
80
rtcd->idct.
idct1
= vp8_short_idct4x4llm_1_neon;
/external/libvpx/vp8/common/generic/
systemdependent.c
28
rtcd->idct.
idct1
= vp8_short_idct4x4llm_1_c;
/external/libvpx/vp8/common/x86/
x86_systemdependent.c
44
rtcd->idct.
idct1
= vp8_short_idct4x4llm_1_mmx;
Completed in 28 milliseconds