Home
last modified time | relevance | path

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

/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.c2096 } while (++i <= MV_MAX); in cal_nmvsadcosts()
2111 } while (++i <= MV_MAX); in cal_nmvsadcosts_hp()
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()
2263 cpi->td.mb.nmvsadcost[0] = &cpi->nmvsadcosts[0][MV_MAX]; in vp9_create_compressor()
2264 cpi->td.mb.nmvsadcost[1] = &cpi->nmvsadcosts[1][MV_MAX]; in vp9_create_compressor()
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()
2269 cpi->td.mb.nmvsadcost_hp[0] = &cpi->nmvsadcosts_hp[0][MV_MAX]; in vp9_create_compressor()
2270 cpi->td.mb.nmvsadcost_hp[1] = &cpi->nmvsadcosts_hp[1][MV_MAX]; in vp9_create_compressor()
Dvp9_mcomp.c87 assert(mv->row >= -MV_MAX && mv->row < MV_MAX); in mv_cost()
88 assert(mv->col >= -MV_MAX && mv->col < MV_MAX); in mv_cost()
/external/libaom/libaom/av1/encoder/
Dencodemv.c107 for (v = 1; v <= MV_MAX; ++v) { in build_nmv_component_cost_table()
Drd.c587 int *dvcost[2] = { &cpi->dv_cost[0][MV_MAX], &cpi->dv_cost[1][MV_MAX] }; in av1_initialize_rd_consts()
Dencoder.c2672 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()
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()
Drdopt.c7200 AOMMAX(x->mv_limits.col_min * 8, ref_mv.col - MV_MAX); in single_motion_search()
7202 AOMMIN(x->mv_limits.col_max * 8, ref_mv.col + MV_MAX); in single_motion_search()
7204 AOMMAX(x->mv_limits.row_min * 8, ref_mv.row - MV_MAX); in single_motion_search()
7206 AOMMIN(x->mv_limits.row_max * 8, ref_mv.row + MV_MAX); in single_motion_search()
10758 int *dvcost[2] = { (int *)&cpi->dv_cost[0][MV_MAX], in rd_pick_intrabc_mode_sb()
10759 (int *)&cpi->dv_cost[1][MV_MAX] }; in rd_pick_intrabc_mode_sb()