Home
last modified time | relevance | path

Searched refs:vp8_cost_zero (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
Dtreewriter.h35 #define vp8_cost_zero( x) ( vp8_prob_cost[x]) macro
36 #define vp8_cost_one( x) vp8_cost_zero( vp8_complement(x))
38 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) )
49 return ((ct[0] * vp8_cost_zero(p)) in vp8_cost_branch()
Dencodemv.c108 cost = vp8_cost_zero(p [mvpis_short]) in cost_mvcomponent()
174 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()
191 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
238 …const int cost = 7 + MV_PROB_UPDATE_CORRECTION + ((vp8_cost_one(update_p) - vp8_cost_zero(update_p… in update()
Dbitstream.c1155 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(new_intra); in vp8_estimate_entropy_savings()
1157 + vp8_cost_zero(new_last); in vp8_estimate_entropy_savings()
1160 + vp8_cost_zero(gf_last); in vp8_estimate_entropy_savings()
1173 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(cpi->prob_intra_coded); in vp8_estimate_entropy_savings()
1175 + vp8_cost_zero(cpi->prob_last_coded); in vp8_estimate_entropy_savings()
1178 + vp8_cost_zero(cpi->prob_gf_coded); in vp8_estimate_entropy_savings()
1229 ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in vp8_estimate_entropy_savings()
1298 ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in update_coef_probs()
Dpickinter.c515 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(cpi->prob_intra_coded); in vp8_pick_inter_mode()
521 + vp8_cost_zero(255); in vp8_pick_inter_mode()
524 + vp8_cost_zero(128); in vp8_pick_inter_mode()
532 + vp8_cost_zero(cpi->prob_last_coded); in vp8_pick_inter_mode()
535 + vp8_cost_zero(cpi->prob_gf_coded); in vp8_pick_inter_mode()
Drdopt.c1433 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(cpi->prob_intra_coded); in vp8_rd_pick_inter_mode()
1460 + vp8_cost_zero(255); in vp8_rd_pick_inter_mode()
1463 + vp8_cost_zero(128); in vp8_rd_pick_inter_mode()
1471 + vp8_cost_zero(cpi->prob_last_coded); in vp8_rd_pick_inter_mode()
1474 + vp8_cost_zero(cpi->prob_gf_coded); in vp8_rd_pick_inter_mode()