HomeSort by relevance Sort by last modified time
    Searched refs:ps_bitstream (Results 1 - 3 of 3) sorted by null

  /external/libavc/encoder/
ih264e_cavlc.c 614 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
632 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[0]);
645 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[1]);
658 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[2]);
671 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[3]);
709 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
765 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_zero_run, u4_nC, ps_bitstream, au2_sig_coeff_map[0]);
870 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstream, au2_sig_coeff_map[0]);
872 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[1], au1_nnz[1], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstream, au2_sig_coeff_map[1]);
958 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
1190 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
1502 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
    [all...]
ih264e_bitstream.h 157 #define GET_NUM_BITS(ps_bitstream) ((ps_bitstream->u4_strm_buf_offset << 3) \
158 + 32 - ps_bitstream->i4_bits_left_in_cw);
ih264e_cabac_encode.c 1623 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
1772 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
2063 bitstrm_t *ps_bitstream = ps_ent_ctxt->ps_bitstrm; local
    [all...]

Completed in 135 milliseconds