Home | History | Annotate | Download | only in encoder

Lines Matching refs:rd_costs

2102     cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1];
2103 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1];
2104 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1];
2105 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1];
2109 cpi->mb.mbmode_cost = cpi->rd_costs.mbmode_cost;
2110 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost;
2111 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
2112 cpi->mb.inter_bmode_costs = cpi->rd_costs.inter_bmode_costs;
2113 cpi->mb.token_costs = cpi->rd_costs.token_costs;