Searched refs:thissad (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | 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; in vp8_hex_search() local 933 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search() 944 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search() 970 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search() 981 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search() 1012 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | 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; in vp9_pattern_search() local 929 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 940 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 972 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 983 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 1010 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() [all …]
|