Home
last modified time | relevance | path

Searched refs:i4_total_cost (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_intra_modes_eval.c530 WORD32 i4_partition_cost, i4_partition_cost_least, i4_total_cost = u4_lambda; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() local
716 i4_total_cost += i4_partition_cost_least; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
724 if (i4_total_cost < ps_proc->i4_mb_cost) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
726 ps_proc->i4_mb_cost = i4_total_cost; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
782 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local
988 i4_total_cost += i4_partition_cost_least; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
995 if (i4_total_cost < ps_proc->i4_mb_cost) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
997 ps_proc->i4_mb_cost = i4_total_cost; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1051 WORD32 i4_partition_cost_least, i4_total_cost = (24 + 1) * u4_lambda; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local
1295 i4_total_cost += i4_partition_cost_least; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
[all …]
/external/libhevc/encoder/
Dhme_utils.c2337 S32 i4_total_cost; in hme_tu_recur_cand_harvester() local
2365 i4_total_cost = in hme_tu_recur_cand_harvester()
2368 if(i4_total_cost < best_cost) in hme_tu_recur_cand_harvester()
2371 best_cost = i4_total_cost; in hme_tu_recur_cand_harvester()
2376 ps_cand_container[i4_num_cands].i4_tot_cost = i4_total_cost; in hme_tu_recur_cand_harvester()
2387 S32 i4_total_cost; in hme_tu_recur_cand_harvester() local
2415 i4_total_cost = in hme_tu_recur_cand_harvester()
2418 if(i4_total_cost < best_cost) in hme_tu_recur_cand_harvester()
2421 best_cost = i4_total_cost; in hme_tu_recur_cand_harvester()
2426 ps_cand_container[i4_num_cands].i4_tot_cost = i4_total_cost; in hme_tu_recur_cand_harvester()
Dihevce_enc_structs.h690 WORD32 i4_total_cost; member
Dihevce_enc_cu_recursion.c700 ps_cu_candt->i4_total_cost = ps_best->i4_tot_cost; in ihevce_populate_cu_struct()