HomeSort by relevance Sort by last modified time
    Searched refs:thissme (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
pickinter.c 667 int thissme; local
701 thissme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, x->mvcost);
703 if (thissme < bestsme)
705 bestsme = thissme;
746 thissme = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, sadpb / 4/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost); //sadpb = 9
748 if (thissme < bestsme)
750 bestsme = thissme;
rdopt.c 1224 int thissme; local
1760 int thissme; local
1828 int thissme; local
    [all...]
temporal_filter.c 184 int thissme; local
266 thissme = cpi->diamond_search_sad(x, b, d,
273 if (thissme < bestsme)
275 bestsme = thissme;

Completed in 62 milliseconds