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 69 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
92 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != u4_start_code_val) &&
120 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
145 if (impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != SEQUENCE_HEADER_CODE)
304 if (impeg2d_bit_stream_nxt(ps_stream,START_CODE_LEN) != EXTENSION_START_CODE)
733 /* while(impeg2d_bit_stream_nxt() == '1') */
740 while (impeg2d_bit_stream_nxt(ps_stream,1) == 1 &&
899 if (impeg2d_bit_stream_nxt(ps_stream,1) == 1)
903 while (impeg2d_bit_stream_nxt(ps_stream,1) == 1 &&
    [all...]
impeg2d_bitstream.c 260 INLINE UWORD32 impeg2d_bit_stream_nxt( stream_t *ps_stream, WORD32 i4_no_of_bits) function
311 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_pnb_pic.c 72 if(impeg2d_bit_stream_nxt(ps_stream,1) == 1)
154 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
260 cbpValue = gau2_impeg2d_cbp_code[impeg2d_bit_stream_nxt(ps_stream,MB_CBP_LEN)];
293 if(impeg2d_bit_stream_nxt(ps_stream,1) == 1)
360 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
483 cbpValue = gau2_impeg2d_cbp_code[impeg2d_bit_stream_nxt(ps_stream,MB_CBP_LEN)];
765 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 63 milliseconds