Searched refs:thissad (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c829 if (thissad < bestsad)\
831 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\
832 if (thissad < bestsad)\
834 bestsad = thissad;\
878 unsigned int thissad; local
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
937 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
963 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
974 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1005 thissad
1068 unsigned int thissad; local
1192 unsigned int thissad; local
1346 unsigned int thissad; local
1442 unsigned int thissad; local
1576 unsigned int thissad; local
1743 unsigned int thissad; local
1823 unsigned int thissad; local
[all...]
/external/libvpx/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
925 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
936 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
962 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
973 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1004 thissad
1067 unsigned int thissad; local
1191 unsigned int thissad; local
1345 unsigned int thissad; local
1441 unsigned int thissad; local
1575 unsigned int thissad; local
1742 unsigned int thissad; local
1822 unsigned int thissad; local
[all...]
/external/libvpx/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
1170 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1197 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1337 unsigned int thissad; local
1468 unsigned int thissad = (unsigned int)sad_array8[i]; local
1493 unsigned int thissad = sad_array[i]; local
1513 unsigned int thissad = fn_ptr->sdf(what, what_stride, local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c473 if (thissad < bestsad) {\
475 thissad += mvsad_err_cost(x, &this_mv, &fcenter_mv, sad_per_bit);\
476 if (thissad < bestsad) {\
477 bestsad = thissad;\
514 int thissad; local
540 thissad = vfp->sdf(what->buf, what->stride,
551 thissad = vfp->sdf(what->buf, what->stride,
583 thissad = vfp->sdf(what->buf, what->stride,
594 thissad = vfp->sdf(what->buf, what->stride,
621 thissad
715 int thissad; local
1330 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
1355 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local
[all...]

Completed in 73 milliseconds