HomeSort by relevance Sort by last modified time
    Searched refs:impeg2d_bit_stream_nxt (Results 1 - 8 of 8) sorted by null

  /external/libmpeg2/decoder/
impeg2d_dec_hdr.c 64 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
87 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != u4_start_code_val) &&
115 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
140 if (impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != SEQUENCE_HEADER_CODE)
270 if (impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != EXTENSION_START_CODE)
675 /* while(impeg2d_bit_stream_nxt() == '1') */
682 while (impeg2d_bit_stream_nxt(ps_stream,1) == 1 &&
810 if (impeg2d_bit_stream_nxt(ps_stream,1) == 1)
814 while (impeg2d_bit_stream_nxt(ps_stream,1) == 1 &&
832 /* } while (impeg2d_bit_stream_nxt() != '000 0000 0000 0000 0000 0000') *
    [all...]
impeg2d_pnb_pic.c 72 if(impeg2d_bit_stream_nxt(ps_stream,1) == 1)
113 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
219 cbpValue = gau2_impeg2d_cbp_code[impeg2d_bit_stream_nxt(ps_stream,MB_CBP_LEN)];
252 if(impeg2d_bit_stream_nxt(ps_stream,1) == 1)
305 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
428 cbpValue = gau2_impeg2d_cbp_code[impeg2d_bit_stream_nxt(ps_stream,MB_CBP_LEN)];
706 while(ps_dec->u2_num_mbs_left != 0 && impeg2d_bit_stream_nxt(&ps_dec->s_bit_stream,23) != 0x0);
impeg2d_bitstream.c 264 INLINE UWORD32 impeg2d_bit_stream_nxt( stream_t *ps_stream, WORD32 i4_no_of_bits) function
315 UWORD32 u4_next_bits = impeg2d_bit_stream_nxt(pv_ctxt, u4_num_bits);
impeg2d_d_pic.c 175 while(impeg2d_bit_stream_nxt(ps_stream,MB_STUFFING_CODE_LEN) == MB_STUFFING_CODE &&
250 while(ps_dec->u2_num_mbs_left != 0 && impeg2d_bit_stream_nxt(&ps_dec->s_bit_stream,23) != 0x0);
impeg2d_bitstream.h 145 INLINE UWORD32 impeg2d_bit_stream_nxt(stream_t *stream, WORD32 NoOfBits);
impeg2d_i_pic.c 72 if(impeg2d_bit_stream_nxt(ps_stream,1) == 1) //Making sure the increment is one.
102 u2_next_bits = impeg2d_bit_stream_nxt(ps_stream,8);
326 while(ps_dec->u2_num_mbs_left != 0 && impeg2d_bit_stream_nxt(&ps_dec->s_bit_stream,23) != 0x0);
impeg2d_vld.c 67 u2_data = impeg2d_bit_stream_nxt(ps_stream,u2_max_len);
111 u2_huffCode = impeg2d_bit_stream_nxt(ps_stream,u2_max_len);
152 u4_bits_read = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,MPEG2_AC_COEFF_MAX_LEN);
229 u4_bits_read = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,MPEG2_AC_COEFF_MAX_LEN);
    [all...]
impeg2d_pic_proc.c 226 while (impeg2d_bit_stream_nxt(ps_stream,MB_ESCAPE_CODE_LEN) == MB_ESCAPE_CODE &&

Completed in 148 milliseconds