Searched refs:vp8_cost_zero (Results 1 – 3 of 3) sorted by relevance
40 #define vp8_cost_zero( x) ( vp8_prob_cost[x]) macro41 #define vp8_cost_one( x) vp8_cost_zero( vp8_complement(x))43 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) )54 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()
848 ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in prob_update_savings()990 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(prob_intra); in vp8_calc_ref_frame_costs()992 + vp8_cost_zero(prob_last); in vp8_calc_ref_frame_costs()995 + vp8_cost_zero(prob_garf); in vp8_calc_ref_frame_costs()