OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_read
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
treereader.h
21
#define
vp8_read
vp8dx_decode_bool
macro
23
#define vp8_read_bit( R)
vp8_read
( R, vp8_prob_half)
36
while ((i = t[ i +
vp8_read
(r, p[i>>1])]) > 0) ;
57
b =
vp8_read
(r, p[i>>1]);
decodemv.c
58
if (
vp8_read
(r, x->mb_segment_tree_probs[0]))
59
mi->segment_id = (unsigned char)(2 +
vp8_read
(r, x->mb_segment_tree_probs[2]));
61
mi->segment_id = (unsigned char)(
vp8_read
(r, x->mb_segment_tree_probs[1]));
83
m->mbmi.mb_skip_coeff =
vp8_read
(bc, pbi->prob_skip_false);
144
if (
vp8_read
(r, p [mvpis_short])) /* Large */
150
x +=
vp8_read
(r, p [MVPbits + i]) << i;
158
x +=
vp8_read
(r, p [MVPbits + i]) << i;
162
if (!(x & 0xFFF0) ||
vp8_read
(r, p [MVPbits + 3]))
168
if (x &&
vp8_read
(r, p [MVPsign]))
193
if (
vp8_read
(bc, *up++)
[
all
...]
decodframe.c
835
if (
vp8_read
(bc, vp8_coef_update_probs [i][j][k][l]))
Completed in 53 milliseconds