Searched refs:MVPbits (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymv.h37 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */ enumerator in enum:__anon13053
38 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
/external/libvpx/libvpx/vp8/common/
H A Dentropymv.h37 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */ enumerator in enum:__anon24844
38 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c47 vp8_write(w, (x >> i) & 1, p [MVPbits + i]);
54 vp8_write(w, (x >> i) & 1, p [MVPbits + i]);
59 vp8_write(w, (x >> 3) & 1, p [MVPbits + 3]);
120 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
127 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
132 cost += vp8_cost_bit(p [MVPbits + 3], (x >> 3) & 1);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
344 const vp8_prob *const new_p = Pnew + MVPbits;
345 vp8_prob *const cur_p = Pcur + MVPbits;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c47 vp8_write(w, (x >> i) & 1, p [MVPbits + i]);
54 vp8_write(w, (x >> i) & 1, p [MVPbits + i]);
59 vp8_write(w, (x >> 3) & 1, p [MVPbits + 3]);
120 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
127 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
132 cost += vp8_cost_bit(p [MVPbits + 3], (x >> 3) & 1);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
344 const vp8_prob *const new_p = Pnew + MVPbits;
345 vp8_prob *const cur_p = Pcur + MVPbits;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c87 x += vp8_read(r, p [MVPbits + i]) << i;
95 x += vp8_read(r, p [MVPbits + i]) << i;
99 if (!(x & 0xFFF0) || vp8_read(r, p [MVPbits + 3]))
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c87 x += vp8_read(r, p [MVPbits + i]) << i;
95 x += vp8_read(r, p [MVPbits + i]) << i;
99 if (!(x & 0xFFF0) || vp8_read(r, p [MVPbits + 3]))

Completed in 168 milliseconds