Searched defs:pu1_byte_buff (Results 1 - 1 of 1) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_bitstream.c63 UWORD8 *pu1_byte_buff; local
75 pu1_byte_buff = (UWORD8 *)pu1_byte_buf;
76 u4_byte_addr = (size_t)pu1_byte_buff;
80 u4_temp1 = ((UWORD32)(*pu1_byte_buff++)) << 8;
81 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 16;
82 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 24;
84 pu4_word_buf = (UWORD32 *)pu1_byte_buff;
90 u4_temp1 = ((UWORD32)(*pu1_byte_buff++)) << 16;
91 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 24;
93 pu4_word_buf = (UWORD32 *)pu1_byte_buff;
[all...]

Completed in 555 milliseconds