/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 832 if (thissad < bestsad)\ 834 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\ 835 if (thissad < bestsad)\ 837 bestsad = thissad;\ 881 unsigned int thissad; local 933 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 944 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 970 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 981 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 1012 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride) 1075 unsigned int thissad; local 1199 unsigned int thissad; local 1353 unsigned int thissad; local 1448 unsigned int thissad; local 1581 unsigned int thissad; local 1748 unsigned int thissad; local 1827 unsigned int thissad; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 828 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 = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad) 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/ |
vp9_mcomp.c | 480 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 = vfp->sdf(what->buf, what->stride 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...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 811 if (thissad < bestsad) {\ 813 thissad += mvsad_err_cost(x, &this_mv, &fcenter_mv, sad_per_bit);\ 814 if (thissad < bestsad) {\ 815 bestsad = thissad;\ 903 int thissad; local 1078 int thissad; local 1693 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local 1718 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here, local [all...] |