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

  /external/libavc/encoder/
ih264e_intra_modes_eval.c 530 WORD32 i4_partition_cost, i4_partition_cost_least, i4_total_cost = u4_lambda; local
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; local
1051 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda; local
    [all...]
  /external/libhevc/encoder/
hme_utils.c 2337 S32 i4_total_cost; local
2387 S32 i4_total_cost; local
    [all...]
ihevce_enc_structs.h 699 WORD32 i4_total_cost; member in struct:__anon28606
    [all...]
ihevce_enc_cu_recursion.c 700 ps_cu_candt->i4_total_cost = ps_best->i4_tot_cost;
    [all...]

Completed in 81 milliseconds