Searched refs:u4_no_bits (Results 1 – 2 of 2) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_bitstrm.h | 117 #define GETBITS(u4_code, u4_offset, pu4_bitstream, u4_no_bits) \ argument 126 u4_code = u4_code >> (INT_IN_BITS - u4_no_bits); \ 127 (u4_offset) += u4_no_bits; \ 134 #define NEXTBITS(u4_word, u4_offset, pu4_bitstream, u4_no_bits) \ argument 142 u4_word = u4_word >> (INT_IN_BITS - u4_no_bits); \ 190 #define FLUSHBITS(u4_offset, u4_no_bits) \ argument 192 (u4_offset) += (u4_no_bits); \
|
/external/libmpeg2/decoder/ |
D | impeg2d_bitstream.h | 69 #define FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,u4_no_bits,pu4_buf_aligned) \ argument 73 if (((u4_offset & 0x1f) + u4_no_bits)>= 32) \ 81 u4_offset += u4_no_bits; \
|