Searched refs:best_inter_cost (Results 1 – 6 of 6) sorted by relevance
295 int64_t best_inter_cost = INT64_MAX; in mode_estimation() local380 if (inter_cost < best_inter_cost) { in mode_estimation()384 best_inter_cost = inter_cost; in mode_estimation()386 if (best_inter_cost < best_intra_cost) { in mode_estimation()394 if (best_inter_cost < INT64_MAX) { in mode_estimation()405 best_inter_cost = 0; in mode_estimation()407 best_inter_cost = AOMMIN(best_intra_cost, best_inter_cost); in mode_estimation()409 tpl_stats->inter_cost = best_inter_cost << TPL_DEP_COST_SCALE_LOG2; in mode_estimation()
2113 int64_t best_inter_cost; member2160 int64_t best_inter_cost = INT64_MAX; in get_block_level_tpl_stats() local2166 if (cur_inter_cost != 0 && (cur_inter_cost < best_inter_cost) && in get_block_level_tpl_stats()2168 best_inter_cost = cur_inter_cost; in get_block_level_tpl_stats()2170 inter_cost_info_from_tpl->best_inter_cost = best_inter_cost; in get_block_level_tpl_stats()2212 const int64_t best_inter_cost = inter_cost_info_from_tpl->best_inter_cost; in prune_modes_based_on_tpl_stats() local2215 best_inter_cost) >> in prune_modes_based_on_tpl_stats()
4613 int64_t best_inter_cost = this_stats->pred_error[0]; in init_ref_frame_space() local4616 if ((this_stats->pred_error[idx] < best_inter_cost) && in init_ref_frame_space()4618 best_inter_cost = this_stats->pred_error[idx]; in init_ref_frame_space()
2510 ps_cluster_blk_16x16->best_inter_cost = 0; in hme_init_clusters_16x16()2552 ps_cluster_blk_32x32->best_inter_cost = 0; in hme_init_clusters_32x32()2594 ps_cluster_blk_64x64->best_inter_cost = 0; in hme_init_clusters_64x64()4193 ps_blk_32x32->best_inter_cost += ps_blk_16x16_cur->best_inter_cost; in hme_update_32x32_clusters()4247 ps_blk_64x64->best_inter_cost += ps_blk_32x32_cur->best_inter_cost; in hme_update_64x64_clusters()5022 S32 best_inter_cost = ps_blk_32x32->best_inter_cost; in hme_populate_cu_tree() local5031 S32 best_cost = (best_inter_cost > best_intra_cost) ? best_intra_cost : best_inter_cost; in hme_populate_cu_tree()5032 S32 cost_differential = (best_inter_cost - best_cost); in hme_populate_cu_tree()5411 ps_blk_16x16->best_inter_cost = 0; in hme_analyse_mv_clustering()5430 ps_blk_32x32->best_inter_cost = 0; in hme_analyse_mv_clustering()[all …]
2260 S32 best_inter_cost; member2278 S32 best_inter_cost; member2300 S32 best_inter_cost; member
6261 int64_t best_inter_cost = INT64_MAX; local6379 if (inter_cost < best_inter_cost) {6381 best_inter_cost = inter_cost;6388 best_inter_cost = VPXMIN(best_intra_cost, best_inter_cost);6390 1, (best_inter_cost << TPL_DEP_COST_SCALE_LOG2) / (mi_height * mi_width));