Searched refs:rd_costs (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | modecosts.c | 21 struct rd_costs_struct *rd_costs = &c->rd_costs; in vp8_init_mode_costs() local 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j], in vp8_init_mode_costs() 41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T); in vp8_init_mode_costs() 43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob, in vp8_init_mode_costs() 46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs() 47 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob, in vp8_init_mode_costs() 50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs() 52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob, in vp8_init_mode_costs()
|
D | onyx_int.h | 702 } rd_costs; member
|
D | ratectrl.c | 232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); in vp8_save_coding_context() 270 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts); in vp8_restore_coding_context()
|
D | onyx_if.c | 2102 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1]; in vp8_create_compressor() 2103 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1]; in vp8_create_compressor() 2104 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1]; in vp8_create_compressor() 2105 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1]; in vp8_create_compressor() 2109 cpi->mb.mbmode_cost = cpi->rd_costs.mbmode_cost; in vp8_create_compressor() 2110 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost; in vp8_create_compressor() 2111 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs; in vp8_create_compressor() 2112 cpi->mb.inter_bmode_costs = cpi->rd_costs.inter_bmode_costs; in vp8_create_compressor() 2113 cpi->mb.token_costs = cpi->rd_costs.token_costs; in vp8_create_compressor()
|