Home
last modified time | relevance | path

Searched refs:bitstream_end_offset (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac_encode.c1633 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_write_islice_mb_cabac() local
1691 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1692 ps_ent_ctxt->u4_header_bits[0] += bitstream_end_offset in ih264e_write_islice_mb_cabac()
1695 bitstream_start_offset = bitstream_end_offset; in ih264e_write_islice_mb_cabac()
1713 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1714 ps_ent_ctxt->u4_residue_bits[0] += bitstream_end_offset in ih264e_write_islice_mb_cabac()
1725 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1726 ps_ent_ctxt->u4_header_bits[0] += bitstream_end_offset in ih264e_write_islice_mb_cabac()
1778 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_write_pslice_mb_cabac() local
1854 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
[all …]
Dih264e_cavlc.c979 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()
[all …]
Dih264e_process.c317 WORD32 bitstream_start_offset, bitstream_end_offset; in ih264e_entropy() local
536 bitstream_end_offset = GET_NUM_BITS(ps_bitstrm); in ih264e_entropy()
538 bitstream_end_offset - bitstream_start_offset; in ih264e_entropy()