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/libvpx/vp8/decoder/
treereader.h
20
#define
vp8_read
vp8dx_decode_bool
macro
22
#define vp8_read_bit(R)
vp8_read
(R, vp8_prob_half)
35
while ((i = t[ i +
vp8_read
(r, p[i>>1])]) > 0) ;
decodemv.c
81
if (
vp8_read
(r, p [mvpis_short])) /* Large */
87
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]))
105
if (x &&
vp8_read
(r, p [MVPsign]))
130
if (
vp8_read
(bc, *up++))
244
if(
vp8_read
(bc, 110) )
248
if(
vp8_read
(bc, 111) )
250
s =
vp8_read
(bc, 150);
288
if(
vp8_read
(bc, prob[0])
[
all
...]
decodframe.c
[
all
...]
Completed in 26 milliseconds