OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mbuverror
(Results
1 - 20
of
20
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c
38
int (*
vp8_mbuverror
)(MACROBLOCK *mb);
variable
124
vp8_mbuverror
= vp8_mbuverror_c;
/external/libvpx/libvpx/vp8/common/
rtcd_defs.pl
282
add_proto qw/int
vp8_mbuverror
/, "struct macroblock *mb";
283
specialize qw/
vp8_mbuverror
mmx sse2 msa/;
/external/libvpx/config/generic/
vp8_rtcd.h
114
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/config/mips32/
vp8_rtcd.h
114
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/config/mips32-dspr2/
vp8_rtcd.h
125
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/config/mips64/
vp8_rtcd.h
114
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl
486
add_proto qw/int
vp8_mbuverror
/, "struct macroblock *mb";
487
specialize qw/
vp8_mbuverror
mmx sse2/;
/external/libvpx/config/arm/
vp8_rtcd.h
134
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/config/arm64/
vp8_rtcd.h
136
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/config/arm-neon/
vp8_rtcd.h
156
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h
266
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h
266
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h
284
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h
218
RTCD_EXTERN int (*
vp8_mbuverror
)(struct macroblock *mb);
variable
[
all
...]
/external/libvpx/config/x86/
vp8_rtcd.h
196
#define
vp8_mbuverror
vp8_mbuverror_xmm
macro
/external/libvpx/config/x86_64/
vp8_rtcd.h
196
#define
vp8_mbuverror
vp8_mbuverror_xmm
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h
306
#define
vp8_mbuverror
vp8_mbuverror_c
macro
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
854
*distortion =
vp8_mbuverror
(x) / 4;
874
*distortion =
vp8_mbuverror
(x) / 4;
916
this_distortion =
vp8_mbuverror
(x) / 4;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c
853
*distortion =
vp8_mbuverror
(x) / 4;
872
*distortion =
vp8_mbuverror
(x) / 4;
914
this_distortion =
vp8_mbuverror
(x) / 4;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h
356
#define
vp8_mbuverror
vp8_mbuverror_c
macro
Completed in 74 milliseconds