OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_sad
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
1743
int
this_sad
;
local
1833
unsigned int best_sad, tmp_sad,
this_sad
[4];
local
1851
unsigned int
this_sad
;
local
[
all
...]
vp9_rd.c
462
int
this_sad
= INT_MAX;
local
497
this_sad
= cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
500
if (
this_sad
< best_sad) {
501
best_sad =
this_sad
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
2154
int
this_sad
= INT_MAX;
local
[
all
...]
Completed in 59 milliseconds