Searched refs:ref_frame_cost (Results 1 – 5 of 5) sorted by relevance
977 void vp8_calc_ref_frame_costs(int *ref_frame_cost, in vp8_calc_ref_frame_costs() argument989 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(prob_intra); in vp8_calc_ref_frame_costs()990 ref_frame_cost[LAST_FRAME] = vp8_cost_one(prob_intra) in vp8_calc_ref_frame_costs()992 ref_frame_cost[GOLDEN_FRAME] = vp8_cost_one(prob_intra) in vp8_calc_ref_frame_costs()995 ref_frame_cost[ALTREF_FRAME] = vp8_cost_one(prob_intra) in vp8_calc_ref_frame_costs()1009 int ref_frame_cost[MAX_REF_FRAMES]; in vp8_estimate_entropy_savings() local1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf); in vp8_estimate_entropy_savings()1027 rfct[INTRA_FRAME] * ref_frame_cost[INTRA_FRAME] + in vp8_estimate_entropy_savings()1028 rfct[LAST_FRAME] * ref_frame_cost[LAST_FRAME] + in vp8_estimate_entropy_savings()1029 rfct[GOLDEN_FRAME] * ref_frame_cost[GOLDEN_FRAME] + in vp8_estimate_entropy_savings()[all …]
84 int ref_frame_cost[MAX_REF_FRAMES]; member
38 extern void vp8_calc_ref_frame_costs(int *ref_frame_cost,656 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()660 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()664 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()667 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()
788 x->ref_frame_cost[x->e_mbd.mode_info_context->mbmi.ref_frame]; in vp8_pick_inter_mode()1192 rate2 = x->ref_frame_cost[this_ref_frame] + in vp8_pick_inter_mode()
1860 x->ref_frame_cost[x->e_mbd.mode_info_context->mbmi.ref_frame]; in calculate_final_rd_costs()1922 x->ref_frame_cost[x->e_mbd.mode_info_context->mbmi.ref_frame]; in update_best_mode()2540 rd.rate2 = x->ref_frame_cost[this_ref_frame] + in vp8_rd_pick_inter_mode()