Home
last modified time | relevance | path

Searched refs:thissad (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c480 if (thissad < bestsad) {\
482 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, \
484 if (thissad < bestsad) {\
485 bestsad = thissad;\
519 int thissad; in vp9_pattern_search() local
549 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
560 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
592 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
603 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
630 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c828 if (thissad < bestsad)\
830 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\
831 if (thissad < bestsad)\
833 bestsad = thissad;\
877 unsigned int thissad; in vp8_hex_search() local
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 …]