Lines Matching refs:UWORD32
48 /* 396[MAX_FS] * 128 * 1.5 [ChromaFormatParameter] / sizeof(UWORD32)
51 /* 1620[MAX_FS] * 128 * 1.5 [ChromaFormatParameter] / sizeof(UWORD32)
58 UWORD32 u4_ofst; /* Offset in the buffer for the current bit */
59 UWORD32 *pu4_buffer; /* Bitstream Buffer */
60 UWORD32 u4_max_ofst; /* Position of the last bit read in the current buffer */
68 UWORD32 ih264d_get_bits_h264(dec_bit_stream_t *, UWORD32);
71 UWORD32 ih264d_next_bits_h264(dec_bit_stream_t *, UWORD32);
104 UWORD32 *pu4_buf = (pu4_bitstream); \
105 UWORD32 u4_word_off = ((u4_offset) >> 5); \
106 UWORD32 u4_bit_off = (u4_offset) & 0x1F; \
119 UWORD32 *pu4_buf = (pu4_bitstream); \
120 UWORD32 u4_word_off = ((u4_offset) >> 5); \
121 UWORD32 u4_bit_off = (u4_offset) & 0x1F; \
136 UWORD32 *pu4_buf = (pu4_bitstream); \
137 UWORD32 u4_word_off = ((u4_offset) >> 5); \
138 UWORD32 u4_bit_off = (u4_offset) & 0x1F; \
149 UWORD32 *pu4_buf = (pu4_bitstream); \
150 UWORD32 u4_word_off = ((u4_offset) >> 5); \
151 UWORD32 u4_bit_off = (u4_offset) & 0x1F; \
164 UWORD32 u4_word; \
175 UWORD32 u4_word; \