Home
last modified time | relevance | path

Searched refs:MV_MAX (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmv_prec.h38 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()
Drd.c569 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()
Dencodemv.c143 for (v = 1; v <= MV_MAX; ++v) { in build_nmv_component_cost_table()
Drdopt.c2787 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()
/external/libaom/libaom/av1/common/
Dentropymv.h71 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro
72 #define MV_VALS ((MV_MAX << 1) + 1)
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h76 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro
77 #define MV_VALS ((MV_MAX << 1) + 1)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c128 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()
Dvp9_encoder.c2144 } 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()
Dvp9_mcomp.c82 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()