Searched refs:nmvcost (Results 1 – 6 of 6) sorted by relevance
110 int *nmvcost[2]; member
338 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()358 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()
782 mb->mvcost = mb->nmvcost; in vp9_set_high_precision_mv()2261 cpi->td.mb.nmvcost[0] = &cpi->nmvcosts[0][MV_MAX]; in vp9_create_compressor()2262 cpi->td.mb.nmvcost[1] = &cpi->nmvcosts[1][MV_MAX]; in vp9_create_compressor()
284 int *nmvcost[2]; member
560 av1_build_nmv_cost_table(x->nmv_vec_cost, x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables()565 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables()
310 int *(*src)[2] = copy_hp ? &mb->nmvcost_hp : &mb->nmvcost; in set_high_precision_mv()2672 cpi->td.mb.nmvcost[0] = &cpi->nmv_costs[0][MV_MAX]; in av1_create_compressor()2673 cpi->td.mb.nmvcost[1] = &cpi->nmv_costs[1][MV_MAX]; in av1_create_compressor()