Searched defs:thissad (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A 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; local
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1006 thissad
1069 unsigned int thissad; local
1193 unsigned int thissad; local
1347 unsigned int thissad; local
1443 unsigned int thissad; local
1577 unsigned int thissad; local
1744 unsigned int thissad; local
1824 unsigned int thissad; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A 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; local
549 thissad = vfp->sdf(what->buf, what->stride,
560 thissad = vfp->sdf(what->buf, what->stride,
592 thissad = vfp->sdf(what->buf, what->stride,
603 thissad = vfp->sdf(what->buf, what->stride,
630 thissad
894 unsigned int thissad; local
1035 int thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, local
1063 int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1187 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1214 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1354 unsigned int thissad; local
1485 unsigned int thissad = (unsigned int)sad_array8[i]; local
1510 unsigned int thissad = sad_array[i]; local
1530 unsigned int thissad = fn_ptr->sdf(what, what_stride, local
1668 unsigned int thissad = fn_ptr->sdf(what, what_stride, local
[all...]

Completed in 308 milliseconds