Searched refs:VP8_LOTS_OF_BITS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddboolhuff.h34 #define VP8_LOTS_OF_BITS (0x40000000) macro
122 * data, count is additionally filled with VP8_LOTS_OF_BITS. So when
123 * count == VP8_LOTS_OF_BITS - 1, the user's data has been exhausted.
125 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS))
H A Ddboolhuff.c58 count += VP8_LOTS_OF_BITS;
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h33 #define VP8_LOTS_OF_BITS (0x40000000) macro
127 * data, count is additionally filled with VP8_LOTS_OF_BITS. So when
128 * count == VP8_LOTS_OF_BITS - 1, the user's data has been exhausted.
130 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS))
H A Ddboolhuff.c57 count += VP8_LOTS_OF_BITS;

Completed in 591 milliseconds