Searched refs:mvlong_width (Results 1 – 4 of 4) sorted by relevance
28 mvlong_width = 10, /* Large MVs have 9 bit magnitudes */ enumerator38 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
51 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in encode_mvcomponent()124 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in cost_mvcomponent()238 unsigned int bit_ct [mvlong_width] [2]; in write_component_probs()284 int k = mvlong_width - 1; in write_component_probs()323 while (++j < mvlong_width); in write_component_probs()353 while (++j < mvlong_width); in write_component_probs()
224 (ref_mv->as_mv.col >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()226 (ref_mv->as_mv.col >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()228 (ref_mv->as_mv.row >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()230 (ref_mv->as_mv.row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
91 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in read_mvcomponent()