OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_block_error
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
35
int (*
vp8_block_error
)(short *coeff, short *dqcoeff);
variable
154
vp8_block_error
= vp8_block_error_ppc;
/external/libvpx/generic/
vp8_rtcd.h
260
#define
vp8_block_error
vp8_block_error_c
macro
/external/libvpx/mips/
vp8_rtcd.h
260
#define
vp8_block_error
vp8_block_error_c
macro
/external/libvpx/libvpx/vp8/common/
rtcd_defs.sh
480
prototype int
vp8_block_error
"short *coeff, short *dqcoeff"
481
specialize
vp8_block_error
mmx sse2
/external/libvpx/armv7a/
vp8_rtcd.h
300
#define
vp8_block_error
vp8_block_error_c
macro
/external/libvpx/mips-dspr2/
vp8_rtcd.h
278
#define
vp8_block_error
vp8_block_error_c
macro
/external/libvpx/armv7a-neon/
vp8_rtcd.h
350
#define
vp8_block_error
vp8_block_error_c
macro
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
615
d +=
vp8_block_error
(mb_y2->coeff, x_y2->dqcoeff);
684
distortion =
vp8_block_error
(be->coeff, b->dqcoeff) >> 2;
1068
distortion +=
vp8_block_error
(be->coeff, bd->dqcoeff);
[
all
...]
Completed in 208 milliseconds