Searched refs:vp8_cost_zero (Results 1 – 3 of 3) sorted by relevance
39 #define vp8_cost_zero( x) ( vp8_prob_cost[x]) macro40 #define vp8_cost_one( x) vp8_cost_zero( vp8_complement(x))42 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) )53 return ((ct[0] * vp8_cost_zero(p)) in vp8_cost_branch()
108 cost = vp8_cost_zero(p [mvpis_short]) in cost_mvcomponent()156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()209 …const int cost = 7 + MV_PROB_UPDATE_CORRECTION + ((vp8_cost_one(update_p) - vp8_cost_zero(update_p… in update()
847 ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in prob_update_savings()989 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(prob_intra); in vp8_calc_ref_frame_costs()991 + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()994 + vp8_cost_zero(prob_garf); in vp8_calc_ref_frame_costs()