OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_read_bit
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
treereader.h
23
#define
vp8_read_bit
( R) vp8_read( R, vp8_prob_half)
macro
decodframe.c
301
if (
vp8_read_bit
(bc))
305
if (
vp8_read_bit
(bc))
657
pc->clr_type = (YUV_TYPE)
vp8_read_bit
(bc);
658
pc->clamp_type = (CLAMP_TYPE)
vp8_read_bit
(bc);
662
xd->segmentation_enabled = (unsigned char)
vp8_read_bit
(bc);
667
xd->update_mb_segmentation_map = (unsigned char)
vp8_read_bit
(bc);
668
xd->update_mb_segmentation_data = (unsigned char)
vp8_read_bit
(bc);
672
xd->mb_segement_abs_delta = (unsigned char)
vp8_read_bit
(bc);
682
if (
vp8_read_bit
(bc))
686
if (
vp8_read_bit
(bc)
[
all
...]
decodemv.c
257
if (
vp8_read_bit
(bc))
268
if (
vp8_read_bit
(bc))
Completed in 132 milliseconds