Lines Matching refs:UWORD32
49 UWORD32 *pu4_buf_aligned; /* Pointer to the buffer after alignment correction,
52 UWORD32 u4_offset; /* Offset in the buffer for the current bit */
54 UWORD32 u4_buf; /* Buffer storing the current word */
56 UWORD32 u4_buf_nxt; /* Buffer storing the next Word */
58 UWORD32 u4_max_offset; /* Max Bit stream buffer offset in bytes for error checks */
71 UWORD32 u4_temp; \
106 UWORD32 u4_temp; \
141 UWORD32 u4_max_offset);
143 INLINE void impeg2d_bit_stream_flush(void* ctxt, UWORD32 NoOfBits);
145 INLINE UWORD32 impeg2d_bit_stream_nxt(stream_t *stream, WORD32 NoOfBits);
147 INLINE UWORD32 impeg2d_bit_stream_get(void* ctxt, UWORD32 numBits);
148 INLINE UWORD32 impeg2d_bit_stream_num_bits_read(void* ctxt);