HomeSort by relevance Sort by last modified time
    Searched full:thissad (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/encoder/
mcomp.c 945 int thissad; local
983 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
985 if (thissad < bestsad)
989 thissad += mv_err_cost(&this_mv, center_mv, mvsadcost, error_per_bit);
991 if (thissad < bestsad)
993 bestsad = thissad;
1019 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, (unsigned int *)(&thissad))
1061 unsigned int thissad; local
1195 int thissad; local
1285 unsigned int thissad; local
1408 unsigned int thissad; local
    [all...]

Completed in 107 milliseconds