Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c39 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in encode_mvcomponent()
105 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in cost_mvcomponent()
198 unsigned int bit_ct[mvlong_width][2]; in write_component_probs()
236 int k = mvlong_width - 1; in write_component_probs()
271 } while (++j < mvlong_width); in write_component_probs()
300 } while (++j < mvlong_width); in write_component_probs()
Dmcomp.c241 (ref_mv->as_mv.col >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
243 (ref_mv->as_mv.col >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
245 (ref_mv->as_mv.row >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
247 (ref_mv->as_mv.row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
/external/libvpx/libvpx/vp8/common/
Dentropymv.h26 mvlong_width = 10, /* Large MVs have 9 bit magnitudes */ enumerator
36 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c75 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */ in read_mvcomponent()