Searched refs:vp9_cost_one (Results 1 – 5 of 5) sorted by relevance
93 c4567 * vp9_cost_one(probs[0]); in cost_segmap()98 c23 * vp9_cost_one(probs[1]); in cost_segmap()102 segcounts[1] * vp9_cost_one(probs[3]); in cost_segmap()105 segcounts[3] * vp9_cost_one(probs[4]); in cost_segmap()110 c67 * vp9_cost_one(probs[2]); in cost_segmap()114 segcounts[5] * vp9_cost_one(probs[5]); in cost_segmap()117 segcounts[7] * vp9_cost_one(probs[6]); in cost_segmap()279 count1 * vp9_cost_one(t_nopred_prob[i]); in vp9_choose_segmap_coding_method()
24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) macro31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p); in cost_branch256()
84 sign_cost[1] = vp9_cost_one(mvcomp->sign); in build_nmv_component_cost_table()89 bits_cost[i][1] = vp9_cost_one(mvcomp->bits[i]); in build_nmv_component_cost_table()98 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp); in build_nmv_component_cost_table()100 hp_cost[1] = vp9_cost_one(mvcomp->hp); in build_nmv_component_cost_table()140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256; in update_mv()
17 #define vp9_cost_upd256 ((int)(vp9_cost_one(upd) - vp9_cost_zero(upd)))
825 r[n][1] += vp9_cost_one(tx_probs[m]); in choose_txfm_size_from_rd()909 r[n][1] += vp9_cost_one(tx_probs[m]); in choose_txfm_size_from_modelrd()