Searched refs:MV_MAX (Results 1 – 4 of 4) sorted by relevance
70 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro71 #define MV_VALS ((MV_MAX << 1) + 1)
688 } while (++i <= MV_MAX); in cal_nmvsadcosts()703 } while (++i <= MV_MAX); in cal_nmvsadcosts_hp()837 cpi->mb.nmvcost[0] = &cpi->mb.nmvcosts[0][MV_MAX]; in vp9_create_compressor()838 cpi->mb.nmvcost[1] = &cpi->mb.nmvcosts[1][MV_MAX]; in vp9_create_compressor()839 cpi->mb.nmvsadcost[0] = &cpi->mb.nmvsadcosts[0][MV_MAX]; in vp9_create_compressor()840 cpi->mb.nmvsadcost[1] = &cpi->mb.nmvsadcosts[1][MV_MAX]; in vp9_create_compressor()843 cpi->mb.nmvcost_hp[0] = &cpi->mb.nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()844 cpi->mb.nmvcost_hp[1] = &cpi->mb.nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()845 cpi->mb.nmvsadcost_hp[0] = &cpi->mb.nmvsadcosts_hp[0][MV_MAX]; in vp9_create_compressor()846 cpi->mb.nmvsadcost_hp[1] = &cpi->mb.nmvsadcosts_hp[1][MV_MAX]; in vp9_create_compressor()
291 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); in vp9_find_best_sub_pixel_tree()292 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); in vp9_find_best_sub_pixel_tree()293 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); in vp9_find_best_sub_pixel_tree()294 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); in vp9_find_best_sub_pixel_tree()
103 for (v = 1; v <= MV_MAX; ++v) { in build_nmv_component_cost_table()