Home
last modified time | relevance | path

Searched refs:s_bitstrm (Results 1 – 8 of 8) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_dec_hdr.c1251 stream_t s_bitstrm; in impeg2d_get_slice_pos() local
1255 s_bitstrm = ps_dec->s_bit_stream; in impeg2d_get_slice_pos()
1279 if(s_bitstrm.u4_offset + START_CODE_LEN >= s_bitstrm.u4_max_offset) in impeg2d_get_slice_pos()
1283 u4_bits = impeg2d_bit_stream_nxt(&s_bitstrm,START_CODE_LEN); in impeg2d_get_slice_pos()
1312 i4_slice_bistream_ofst = s_bitstrm.u4_offset >> 3; in impeg2d_get_slice_pos()
1313 i4_slice_bistream_ofst -= (size_t)s_bitstrm.pv_bs_buf & 3; in impeg2d_get_slice_pos()
1327 impeg2d_bit_stream_flush(&s_bitstrm, START_CODE_LEN); in impeg2d_get_slice_pos()
1331 while(impeg2d_bit_stream_nxt(&s_bitstrm, 24) != START_CODE_PREFIX) in impeg2d_get_slice_pos()
1333 impeg2d_bit_stream_get(&s_bitstrm, 8); in impeg2d_get_slice_pos()
1335 if(s_bitstrm.u4_offset >= s_bitstrm.u4_max_offset) in impeg2d_get_slice_pos()
[all …]
/external/libhevc/decoder/
Dihevcd_parse_slice.c132 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_transform_tree()
439 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_mvd()
551 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_pcm_sample()
642 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_pu_mvp()
824 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_prediction_unit()
967 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_coding_unit_intra()
1005 if(ps_codec->s_parse.s_bitstrm.u4_bit_ofst % 8) in ihevcd_parse_coding_unit_intra()
1008 ihevcd_bits_flush_to_byte_boundary(&ps_codec->s_parse.s_bitstrm); in ihevcd_parse_coding_unit_intra()
1015 &ps_codec->s_parse.s_bitstrm); in ihevcd_parse_coding_unit_intra()
1178 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_coding_unit()
[all …]
Dihevcd_parse_headers.c1042 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_scaling_list_data()
1175 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_vps()
1279 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_sps()
1853 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_pps()
2222 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_buffering_period_sei()
2372 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_pic_timing_sei()
2478 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_time_code_sei()
2577 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_mastering_disp_params_sei()
2614 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_user_data_registered_itu_t_t35()
2669 bitstrm_t *ps_bitstrm = &ps_parse->s_bitstrm; in ihevcd_parse_sei_payload()
[all …]
Dihevcd_nal.c338 ret = ihevcd_nal_unit_header(&ps_codec->s_parse.s_bitstrm, &s_nal); in ihevcd_nal_unit()
Dihevcd_parse_residual.c191 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_residual_coding()
Dihevcd_structs.h873 bitstrm_t s_bitstrm; member
Dihevcd_decode.c643 ihevcd_bits_init(&ps_codec->s_parse.s_bitstrm, ps_codec->pu1_bitsbuf, in ihevcd_decode()
Dihevcd_parse_slice_header.c229 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_slice_header()