Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmodecosts.c38 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.bmode_prob, T); in vp8_init_mode_costs()
40 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.sub_mv_ref_prob, vp8_sub_mv_ref_tree); in vp8_init_mode_costs()
Dblock.h92 unsigned int inter_bmode_costs[B_MODE_COUNT]; member
Dethreading.c275 vpx_memcpy(z->inter_bmode_costs, x->inter_bmode_costs, sizeof(x->inter_bmode_costs)); in setup_mbby_copy()
Drdopt.c675 mode_costs = x->inter_bmode_costs; in rd_pick_intra4x4block()
986 cost = x->inter_bmode_costs[ m]; in labels2mode()
Dpickinter.c191 mode_costs = x->inter_bmode_costs; in pick_intra4x4block()