Searched refs:nmvcost_hp (Results 1 – 6 of 6) sorted by relevance
111 int *nmvcost_hp[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()
779 mb->mvcost = mb->nmvcost_hp; in vp9_set_high_precision_mv()2267 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()2268 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()
285 int *nmvcost_hp[2]; member
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()2674 cpi->td.mb.nmvcost_hp[0] = &cpi->nmv_costs_hp[0][MV_MAX]; in av1_create_compressor()2675 cpi->td.mb.nmvcost_hp[1] = &cpi->nmv_costs_hp[1][MV_MAX]; in av1_create_compressor()