Searched refs:bestsad (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 480 if (thissad < bestsad) {\ 484 if (thissad < bestsad) {\ 485 bestsad = thissad;\ 518 int bestsad = INT_MAX; in vp9_pattern_search() local 532 bestsad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 551 in_what->stride, bestsad); in vp9_pattern_search() 562 in_what->stride, bestsad); in vp9_pattern_search() 594 in_what->stride, bestsad); in vp9_pattern_search() 605 in_what->stride, bestsad); in vp9_pattern_search() 632 in_what->stride, bestsad); in vp9_pattern_search() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 828 if (thissad < bestsad)\ 831 if (thissad < bestsad)\ 833 bestsad = thissad;\ 876 unsigned int bestsad; in vp8_hex_search() local 902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX) in vp8_hex_search() 927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search() 938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search() 964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search() 975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search() 1006 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search() [all …]
|