Home
last modified time | relevance | path

Searched refs:rd_costs (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmodecosts.c19 struct rd_costs_struct *rd_costs = &c->rd_costs; in vp8_init_mode_costs() local
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()
Donyx_int.h694 } rd_costs; member
Dratectrl.c190 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); in vp8_save_coding_context()
225 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts); in vp8_restore_coding_context()
Donyx_if.c2075 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max + 1]; in vp8_create_compressor()
2076 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max + 1]; in vp8_create_compressor()
2077 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max + 1]; in vp8_create_compressor()
2078 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max + 1]; in vp8_create_compressor()
2082 cpi->mb.mbmode_cost = cpi->rd_costs.mbmode_cost; in vp8_create_compressor()
2083 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost; in vp8_create_compressor()
2084 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs; in vp8_create_compressor()
2085 cpi->mb.inter_bmode_costs = cpi->rd_costs.inter_bmode_costs; in vp8_create_compressor()
2086 cpi->mb.token_costs = cpi->rd_costs.token_costs; in vp8_create_compressor()