Lines Matching refs:vp9_cost_bit
1198 this_rdc.rate = vp9_cost_bit(vp9_get_skip_prob(&cpi->common, xd), 1); in vp9_pick_intra_mode()
1201 this_rdc.rate += vp9_cost_bit(vp9_get_skip_prob(&cpi->common, xd), 0); in vp9_pick_intra_mode()
1221 ref_frame_cost[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in init_ref_frame_cost()
1223 ref_frame_cost[ALTREF_FRAME] = vp9_cost_bit(intra_inter_p, 1); in init_ref_frame_cost()
1225 ref_frame_cost[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in init_ref_frame_cost()
1226 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()
1227 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()
1228 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in init_ref_frame_cost()
1229 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in init_ref_frame_cost()
2353 this_rdc.rate = vp9_cost_bit(vp9_get_skip_prob(cm, xd), 1); in vp9_pick_inter_mode()
2357 this_rdc.rate += vp9_cost_bit(vp9_get_skip_prob(cm, xd), 0); in vp9_pick_inter_mode()
2359 this_rdc.rate = vp9_cost_bit(vp9_get_skip_prob(cm, xd), 1); in vp9_pick_inter_mode()
2374 this_rdc.rate += vp9_cost_bit(vp9_get_skip_prob(cm, xd), 1); in vp9_pick_inter_mode()
2606 this_rdc.rate = vp9_cost_bit(vp9_get_skip_prob(&cpi->common, xd), 1); in vp9_pick_inter_mode()
2609 this_rdc.rate += vp9_cost_bit(vp9_get_skip_prob(&cpi->common, xd), 0); in vp9_pick_inter_mode()