Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c614 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; in ih264e_write_coeff8x8_cavlc() local
632 …vlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_… in ih264e_write_coeff8x8_cavlc()
645 …vlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_… in ih264e_write_coeff8x8_cavlc()
658 …vlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_… in ih264e_write_coeff8x8_cavlc()
671 …vlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_… in ih264e_write_coeff8x8_cavlc()
709 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; in ih264e_encode_residue() local
765 …pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_zero_run, u4_nC, ps_bitstream, au2_sig_coeff_… in ih264e_encode_residue()
870 …c(pi2_res_block[0], au1_nnz[0], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstream, au2_sig_coeff_… in ih264e_encode_residue()
872 …c(pi2_res_block[1], au1_nnz[1], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstream, au2_sig_coeff_… in ih264e_encode_residue()
958 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; in ih264e_write_islice_mb_cavlc() local
[all …]
Dih264e_cabac_encode.c1623 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; in ih264e_write_islice_mb_cabac() local
1635 if ((ps_bitstream->u4_strm_buf_offset + MIN_STREAM_SIZE_MB) in ih264e_write_islice_mb_cabac()
1636 >= ps_bitstream->u4_max_strm_size) in ih264e_write_islice_mb_cabac()
1653 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1691 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1713 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1725 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1772 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; in ih264e_write_pslice_mb_cabac() local
1785 if ((ps_bitstream->u4_strm_buf_offset + MIN_STREAM_SIZE_MB) in ih264e_write_pslice_mb_cabac()
1786 >= ps_bitstream->u4_max_strm_size) in ih264e_write_pslice_mb_cabac()
[all …]
Dih264e_bitstream.h157 #define GET_NUM_BITS(ps_bitstream) ((ps_bitstream->u4_strm_buf_offset << 3) \ argument
158 + 32 - ps_bitstream->i4_bits_left_in_cw);