Lines Matching refs:s_bitstrm

129     bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm;  in ihevcd_parse_transform_tree()
426 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_mvd()
538 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_pcm_sample()
629 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_pu_mvp()
811 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_prediction_unit()
954 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_coding_unit_intra()
992 if(ps_codec->s_parse.s_bitstrm.u4_bit_ofst % 8) in ihevcd_parse_coding_unit_intra()
995 ihevcd_bits_flush_to_byte_boundary(&ps_codec->s_parse.s_bitstrm); in ihevcd_parse_coding_unit_intra()
1002 &ps_codec->s_parse.s_bitstrm); in ihevcd_parse_coding_unit_intra()
1165 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_coding_unit()
1683 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_coding_quadtree()
1957 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_sao()
2359 &ps_codec->s_parse.s_bitstrm); in ihevcd_parse_slice_data()
2365 &ps_codec->s_parse.s_bitstrm, in ihevcd_parse_slice_data()
2453 &ps_codec->s_parse.s_bitstrm, in ihevcd_parse_slice_data()
2523 &ps_codec->s_parse.s_bitstrm, in ihevcd_parse_slice_data()
2533 &ps_codec->s_parse.s_bitstrm, in ihevcd_parse_slice_data()
2622 …ice_flag = ihevcd_cabac_decode_terminate(&ps_codec->s_parse.s_cabac, &ps_codec->s_parse.s_bitstrm); in ihevcd_parse_slice_data()
2657 …_one_bit = ihevcd_cabac_decode_terminate(&ps_codec->s_parse.s_cabac, &ps_codec->s_parse.s_bitstrm); in ihevcd_parse_slice_data()
2662 if(ps_codec->s_parse.s_bitstrm.u4_bit_ofst % 8) in ihevcd_parse_slice_data()
2663 ihevcd_bits_flush_to_byte_boundary(&ps_codec->s_parse.s_bitstrm); in ihevcd_parse_slice_data()
3240 if((UWORD8 *)ps_codec->s_parse.s_bitstrm.pu1_buf_max + BITSTRM_OFF_THRS < in ihevcd_parse_slice_data()
3241 … ((UWORD8 *)ps_codec->s_parse.s_bitstrm.pu4_buf + (ps_codec->s_parse.s_bitstrm.u4_bit_ofst / 8))) in ihevcd_parse_slice_data()