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

  /external/libavc/encoder/
ih264e_intra_modes_eval.c 533 WORD32 i4_partition_cost, i4_partition_cost_least, i4_total_cost = u4_lambda; local
696 i4_total_cost += i4_partition_cost_least;
704 if (i4_total_cost < ps_proc->i4_mb_cost)
706 ps_proc->i4_mb_cost = i4_total_cost;
762 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda; local
1008 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda; local
    [all...]

Completed in 97 milliseconds