Searched refs:vp8_cost_tokens (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | modecosts.c | 30 vp8_cost_tokens(rd_costs->bmode_costs[i][j], vp8_kf_bmode_prob[i][j], in vp8_init_mode_costs() 35 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T); in vp8_init_mode_costs() 37 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob, in vp8_init_mode_costs() 40 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs() 41 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob, in vp8_init_mode_costs() 44 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs() 46 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob, in vp8_init_mode_costs()
|
D | treewriter.c | 28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) { in vp8_cost_tokens() function
|
D | treewriter.h | 94 void vp8_cost_tokens(int *c, const vp8_prob *, vp8_tree);
|
D | rdopt.c | 127 vp8_cost_tokens(c[i][j][k], p[i][j][k], vp8_coef_tree); in fill_token_costs()
|