Searched refs:MV_MAX (Results 1 – 9 of 9) sorted by relevance
38 x->nmvcost[0] = &x->nmv_costs[0][MV_MAX]; in av1_set_high_precision_mv()39 x->nmvcost[1] = &x->nmv_costs[1][MV_MAX]; in av1_set_high_precision_mv()40 x->nmvcost_hp[0] = &x->nmv_costs_hp[0][MV_MAX]; in av1_set_high_precision_mv()41 x->nmvcost_hp[1] = &x->nmv_costs_hp[1][MV_MAX]; in av1_set_high_precision_mv()
569 x->nmvcost[0] = &x->nmv_costs[0][MV_MAX]; in av1_fill_mv_costs()570 x->nmvcost[1] = &x->nmv_costs[1][MV_MAX]; in av1_fill_mv_costs()571 x->nmvcost_hp[0] = &x->nmv_costs_hp[0][MV_MAX]; in av1_fill_mv_costs()572 x->nmvcost_hp[1] = &x->nmv_costs_hp[1][MV_MAX]; in av1_fill_mv_costs()609 int *dvcost[2] = { &dv_costs->mv_component[0][MV_MAX], in av1_initialize_rd_consts()610 &dv_costs->mv_component[1][MV_MAX] }; in av1_initialize_rd_consts()
143 for (v = 1; v <= MV_MAX; ++v) { in build_nmv_component_cost_table()
2787 int *dvcost[2] = { (int *)&dv_costs->mv_component[0][MV_MAX], in rd_pick_intrabc_mode_sb()2788 (int *)&dv_costs->mv_component[1][MV_MAX] }; in rd_pick_intrabc_mode_sb()
71 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro72 #define MV_VALS ((MV_MAX << 1) + 1)
76 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro77 #define MV_VALS ((MV_MAX << 1) + 1)
128 if (v + 1 > MV_MAX) break; in build_nmv_component_cost_table()134 if (v + 1 > MV_MAX) break; in build_nmv_component_cost_table()
2144 } while (++i <= MV_MAX); in cal_nmvsadcosts()2159 } while (++i <= MV_MAX); in cal_nmvsadcosts_hp()2419 cpi->td.mb.nmvcost[0] = &cpi->nmvcosts[0][MV_MAX]; in vp9_create_compressor()2420 cpi->td.mb.nmvcost[1] = &cpi->nmvcosts[1][MV_MAX]; in vp9_create_compressor()2421 cpi->td.mb.nmvsadcost[0] = &cpi->nmvsadcosts[0][MV_MAX]; in vp9_create_compressor()2422 cpi->td.mb.nmvsadcost[1] = &cpi->nmvsadcosts[1][MV_MAX]; in vp9_create_compressor()2425 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()2426 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()2427 cpi->td.mb.nmvsadcost_hp[0] = &cpi->nmvsadcosts_hp[0][MV_MAX]; in vp9_create_compressor()2428 cpi->td.mb.nmvsadcost_hp[1] = &cpi->nmvsadcosts_hp[1][MV_MAX]; in vp9_create_compressor()
82 assert(mv->row >= -MV_MAX && mv->row < MV_MAX); in mv_cost()83 assert(mv->col >= -MV_MAX && mv->col < MV_MAX); in mv_cost()