Searched refs:vp9_cost_tokens (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 81 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree); in build_nmv_component_cost_table() 82 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree); in build_nmv_component_cost_table() 89 vp9_cost_tokens(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree); in build_nmv_component_cost_table() 90 vp9_cost_tokens(fp_cost, mvcomp->fp, vp9_mv_fp_tree); in build_nmv_component_cost_table() 234 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree); in vp9_build_nmv_cost_table()
|
D | vp9_rd.c | 98 vp9_cost_tokens(cpi->y_mode_costs[i][j], vp9_kf_y_mode_prob[i][j], in fill_mode_costs() 103 vp9_cost_tokens(cpi->mbmode_cost, fc->y_mode_prob[1], vp9_intra_mode_tree); in fill_mode_costs() 105 vp9_cost_tokens(cpi->intra_uv_mode_cost[KEY_FRAME][i], in fill_mode_costs() 107 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i], in fill_mode_costs() 112 vp9_cost_tokens(cpi->switchable_interp_costs[i], in fill_mode_costs() 146 vp9_cost_tokens((int *)c[t][i][j][k][0][l], probs, vp9_coef_tree); in fill_token_costs() 340 vp9_cost_tokens((int *)cpi->inter_mode_cost[i], cm->fc->inter_mode_probs[i], in vp9_build_inter_mode_cost() 380 vp9_cost_tokens(cpi->partition_cost[i], get_partition_probs(xd, i), in vp9_initialize_rd_consts()
|
D | vp9_cost.c | 56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens() function
|
D | vp9_cost.h | 51 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree);
|