D | impeg2d_bitstream.h | 54 UWORD32 u4_buf; /* Buffer storing the current word */ member 69 #define FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,u4_no_bits,pu4_buf_aligned) \ argument 75 u4_buf = u4_buf_nxt; \ 85 #define GET_TEMP_STREAM_DATA(u4_buf,u4_buf_nxt,u4_offset,pu4_buf_aligned,stream) \ argument 87 u4_buf = stream->u4_buf; \ 94 #define PUT_TEMP_STREAM_DATA(u4_buf,u4_buf_nxt,u4_offset,pu4_buf_aligned,stream) \ argument 96 stream->u4_buf = u4_buf; \ 103 #define IBITS_NXT(u4_buf, u4_buf_nxt, u4_offset, u4_bits, no_of_bits) \ argument 109 u4_bits = u4_buf << u4_bit_ptr; \ 133 #define IBITS_GET(u4_buf,u4_buf_nxt,u4_offset,u4_bits,pu4_buf_aligned,no_of_bits) \ argument [all …]
|