Home | History | Annotate | Download | only in decoder

Lines Matching refs:numbits

138 *  Increment bit offset by numbits. If bit offset increases  beyond 32, then
216 * @param[in] numbits
227 void ihevcd_bits_seek(bitstrm_t *ps_bitstrm, WORD32 numbits)
230 ASSERT(numbits >= -32);
231 ASSERT(numbits <= 32);
233 if(numbits < 0)
235 UWORD32 abs_numbits = -numbits;
268 numbits);
278 * Snoops for next numbits number of bits from the bitstream this does not
350 * Reads next numbits number of bits from the bitstream this updates the