OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_satd
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/config/arm/
vp9_rtcd.h
99
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/generic/
vp9_rtcd.h
99
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl
212
add_proto qw/int16_t
vp9_satd
/, "const int16_t *coeff, int length";
213
specialize qw/
vp9_satd
sse2/;
/external/libvpx/config/arm-neon/
vp9_rtcd.h
107
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/arm64/
vp9_rtcd.h
107
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/mips32/
vp9_rtcd.h
99
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/mips32-dspr2/
vp9_rtcd.h
102
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/mips64/
vp9_rtcd.h
99
#define
vp9_satd
vp9_satd_c
macro
/external/libvpx/config/x86/
vp9_rtcd.h
120
#define
vp9_satd
vp9_satd_sse2
macro
/external/libvpx/config/x86_64/
vp9_rtcd.h
123
#define
vp9_satd
vp9_satd_sse2
macro
/external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c
676
*rate += (int)
vp9_satd
((const int16_t *)qcoeff, step << 4);
[
all
...]
Completed in 365 milliseconds