Lines Matching refs:bitstream_end_offset
979 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_write_islice_mb_cavlc() local
1143 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1145 ps_ent_ctxt->u4_header_bits[0] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_islice_mb_cavlc()
1148 bitstream_start_offset = bitstream_end_offset; in ih264e_write_islice_mb_cavlc()
1154 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1155 ps_ent_ctxt->u4_residue_bits[0] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_islice_mb_cavlc()
1215 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_write_pslice_mb_cavlc() local
1255 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1257 ps_ent_ctxt->u4_header_bits[is_inter] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_pslice_mb_cavlc()
1453 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1455 ps_ent_ctxt->u4_header_bits[is_inter] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_pslice_mb_cavlc()
1458 bitstream_start_offset = bitstream_end_offset; in ih264e_write_pslice_mb_cavlc()
1464 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1466 ps_ent_ctxt->u4_residue_bits[is_inter] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_pslice_mb_cavlc()
1527 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_write_bslice_mb_cavlc() local
1566 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1568 ps_ent_ctxt->u4_header_bits[is_inter] += bitstream_end_offset in ih264e_write_bslice_mb_cavlc()
1784 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1786 ps_ent_ctxt->u4_header_bits[is_inter] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_bslice_mb_cavlc()
1789 bitstream_start_offset = bitstream_end_offset; in ih264e_write_bslice_mb_cavlc()
1795 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1797 ps_ent_ctxt->u4_residue_bits[is_inter] += bitstream_end_offset - bitstream_start_offset; in ih264e_write_bslice_mb_cavlc()