Searched refs:u4_start_code_found (Results 1 - 1 of 1) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_dec_hdr.c1561 UWORD32 u4_next_bits, u4_start_code_found; local
1567 u4_start_code_found = 0;
1572 while((u4_start_code_found == 0) && (ps_dec->s_bit_stream.u4_offset < ps_dec->s_bit_stream.u4_max_offset))
1586 u4_start_code_found = 0;
1603 u4_start_code_found = 0;
1616 u4_start_code_found = 0;
1626 u4_start_code_found = 0;
1647 u4_start_code_found = 1;
1655 if(u4_start_code_found == 0)
1660 if((u4_start_code_found
[all...]

Completed in 23 milliseconds