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

  /external/libavc/encoder/
ime.c 304 WORD32 i4_mb_cost, i4_mb_cost_least = INT_MAX, i4_distortion_least = INT_MAX; local
339 ps_me_ctxt->pf_ime_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_least, &i4_mb_distortion);
346 if (i4_mb_cost < i4_mb_cost_least)
348 i4_mb_cost_least = i4_mb_cost;
357 if (i4_mb_cost_least < ps_mb_part->i4_mb_cost)
360 ps_mb_part->i4_mb_cost = i4_mb_cost_least;
488 WORD32 i4_mb_cost_least = ps_mb_part->i4_mb_cost; local
570 if (i4_mb_cost < i4_mb_cost_least)
572 i4_mb_cost_least = i4_mb_cost;
604 if (i4_mb_cost < i4_mb_cost_least)
    [all...]
ih264e_intra_modes_eval.c 338 WORD32 i4_mb_cost= INT_MAX, i4_mb_cost_least = INT_MAX; local
441 i4_mb_cost_least = i4_mb_distortion_least;
450 ps_codec->apf_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_pred_mb_intra_16x16_plane, i4_src_strd, i4_pred_strd, i4_mb_cost_least, &i4_mb_distortion);
460 i4_mb_cost_least = i4_mb_cost;
467 DEBUG("%d partition cost, %d intra mode\n", i4_mb_cost_least * 32, u4_best_intra_16x16_mode);
472 i4_mb_cost_least = i4_mb_distortion_least + u4_lambda*u1_uev_codelength[offset + u4_best_intra_16x16_mode];
476 if (i4_mb_cost_least < ps_proc->i4_mb_cost)
478 ps_proc->i4_mb_cost = i4_mb_cost_least;
    [all...]

Completed in 42 milliseconds