Searched refs:rd_costs (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmodecosts.c21 struct rd_costs_struct *rd_costs = &c->rd_costs; local
34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob,
46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
47 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob,
50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
H A Donyx_int.h702 } rd_costs; member in struct:VP8_COMP
H A Dratectrl.c232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
270 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts);
H A Donyx_if.c2151 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1];
2152 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1];
2153 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1];
2154 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1];
2158 cpi->mb.mbmode_cost = cpi->rd_costs.mbmode_cost;
2159 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost;
2160 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
2161 cpi->mb.inter_bmode_costs = cpi->rd_costs.inter_bmode_costs;
2162 cpi->mb.token_costs = cpi->rd_costs.token_costs;
/external/libvpx/libvpx/vp8/encoder/
H A Dmodecosts.c21 struct rd_costs_struct *rd_costs = &c->rd_costs; local
34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob,
46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
47 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob,
50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
H A Donyx_int.h702 } rd_costs; member in struct:VP8_COMP
H A Dratectrl.c232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
270 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts);
H A Donyx_if.c2101 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1];
2102 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1];
2103 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1];
2104 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1];
2108 cpi->mb.mbmode_cost = cpi->rd_costs.mbmode_cost;
2109 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost;
2110 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
2111 cpi->mb.inter_bmode_costs = cpi->rd_costs.inter_bmode_costs;
2112 cpi->mb.token_costs = cpi->rd_costs.token_costs;

Completed in 1590 milliseconds