Searched refs:LOTS_OF_BITS (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dbitreader.h34 #define LOTS_OF_BITS 0x40000000 macro
68 // data, count is additionally filled with LOTS_OF_BITS. So when
69 // count == LOTS_OF_BITS - 1, the user's data has been exhausted.
73 return r->count > BD_VALUE_SIZE && r->count < LOTS_OF_BITS;
H A Dbitreader.c74 count += LOTS_OF_BITS;

Completed in 106 milliseconds