Lines Matching defs:u4_temp
149 UWORD32 u4_bit,u4_offset,u4_temp;
170 u4_temp = *(ps_stream->pu4_buf_aligned)++;
171 CONV_LE_TO_BE(ps_stream->u4_buf_nxt,u4_temp)
200 UWORD32 u4_temp;
266 UWORD32 u4_bits,u4_offset,u4_temp;
279 u4_temp = ps_stream->u4_buf_nxt;
282 u4_temp = (u4_temp >> (BITS_IN_INT - u4_bit_ptr));
284 /* u4_temp consists of bits,if any that had to be read from the next word
287 u4_bits = (u4_bits >> (32 - i4_no_of_bits)) | u4_temp;
341 size_t u4_temp;
343 u4_temp = (size_t)(u4_no_of_bitsstream->pv_bs_buf);
344 u4_temp &= 0x3;
345 u4_bits_read = (u4_no_of_bitsstream->u4_offset - (u4_temp << 3));