Home
last modified time | relevance | path

Searched refs:mvlong_width (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemv.c51 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()
267 unsigned int bit_ct [mvlong_width] [2]; in write_component_probs()
313 int k = mvlong_width - 1; in write_component_probs()
389 while (++j < mvlong_width); in write_component_probs()
419 while (++j < mvlong_width); in write_component_probs()
Dmcomp.c213 int minc = MAX(x->mv_col_min << 2, (ref_mv->col >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
214 int maxc = MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
215 int minr = MAX(x->mv_row_min << 2, (ref_mv->row >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
/external/libvpx/vp8/common/
Dentropymv.h22 mvlong_width = 10, /* Large MVs have 9 bit magnitudes */ enumerator
32 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
/external/libvpx/vp8/decoder/
Ddecodemv.c154 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in read_mvcomponent()