Home | History | Annotate | Download | only in encoder

Lines Matching refs:i4_total_cost

530     WORD32 i4_partition_cost, i4_partition_cost_least, i4_total_cost = u4_lambda;
716 i4_total_cost += i4_partition_cost_least;
724 if (i4_total_cost < ps_proc->i4_mb_cost)
726 ps_proc->i4_mb_cost = i4_total_cost;
782 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda;
988 i4_total_cost += i4_partition_cost_least;
995 if (i4_total_cost < ps_proc->i4_mb_cost)
997 ps_proc->i4_mb_cost = i4_total_cost;
1051 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda;
1295 i4_total_cost += i4_partition_cost_least;
1333 if (i4_total_cost < ps_proc->i4_mb_cost)
1335 ps_proc->i4_mb_cost = i4_total_cost;