/external/libavc/encoder/ |
D | ih264e_process.h | 62 IH264E_ERROR_T ih264e_generate_sps_pps 87 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc); 112 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc); 133 IH264E_ERROR_T ih264e_pack_header_data 191 IH264E_ERROR_T ih264e_init_proc_ctxt(process_ctxt_t *ps_proc); 224 IH264E_ERROR_T ih264e_pad_recon_buffer 250 IH264E_ERROR_T ih264e_halfpel_generation
|
D | ih264e_bitstream.c | 95 IH264E_ERROR_T ih264e_bitstrm_init(bitstrm_t *ps_bitstrm, in ih264e_bitstrm_init() 140 IH264E_ERROR_T ih264e_put_bits(bitstrm_t *ps_bitstrm, in ih264e_put_bits() 185 IH264E_ERROR_T status = IH264E_SUCCESS; in ih264e_put_bits() 235 IH264E_ERROR_T ih264e_put_bit(bitstrm_t *ps_bitstrm, UWORD32 u4_code_val) in ih264e_put_bit() 259 IH264E_ERROR_T ih264e_put_rbsp_trailing_bits(bitstrm_t *ps_bitstrm) in ih264e_put_rbsp_trailing_bits() 265 IH264E_ERROR_T status = IH264E_SUCCESS; in ih264e_put_rbsp_trailing_bits() 310 IH264E_ERROR_T ih264e_put_uev(bitstrm_t *ps_bitstrm, UWORD32 u4_code_num) in ih264e_put_uev() 313 IH264E_ERROR_T e_error; in ih264e_put_uev() 347 IH264E_ERROR_T ih264e_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem) in ih264e_put_sev() 350 IH264E_ERROR_T e_error; in ih264e_put_sev() [all …]
|
D | ih264e_bitstream.h | 232 static inline IH264E_ERROR_T ih264e_put_byte_epb(bitstrm_t *ps_bitstrm, UWORD8 byte) in ih264e_put_byte_epb() 302 IH264E_ERROR_T ih264e_bitstrm_init 337 IH264E_ERROR_T ih264e_put_bits 369 IH264E_ERROR_T ih264e_put_bit 393 IH264E_ERROR_T ih264e_put_rbsp_trailing_bits 419 IH264E_ERROR_T ih264e_put_uev 446 IH264E_ERROR_T ih264e_put_sev 474 IH264E_ERROR_T ih264e_put_nal_start_code_prefix
|
D | ih264e_sei.h | 78 IH264E_ERROR_T ih264e_put_sei_mdcv_params(sei_mdcv_params_t *ps_sei_mdcv, 99 IH264E_ERROR_T ih264e_put_sei_cll_params(sei_cll_params_t *ps_sei_cll, 120 IH264E_ERROR_T ih264e_put_sei_ave_params(sei_ave_params_t *ps_sei_ave, 141 IH264E_ERROR_T ih264e_put_sei_ccv_params(sei_ccv_params_t *ps_sei_ccv, 165 IH264E_ERROR_T ih264e_put_sei_msg(IH264_SEI_TYPE e_payload_type,
|
D | ih264e_utils.h | 236 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec); 256 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec); 303 IH264E_ERROR_T ih264e_init_air_map(codec_t *ps_codec); 328 IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec); 358 IH264E_ERROR_T ih264e_pic_init(codec_t *ps_codec, inp_buf_t *ps_inp_buf);
|
D | ih264e_cabac.h | 193 IH264E_ERROR_T ih264e_cabac_flush(cabac_ctxt_t *ps_cabac_ctxt); 218 IH264E_ERROR_T ih264e_cabac_put_byte(cabac_ctxt_t *ps_cabac_ctxt); 383 IH264E_ERROR_T ih264e_write_islice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt); 407 IH264E_ERROR_T ih264e_write_pslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt); 431 IH264E_ERROR_T ih264e_write_bslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt);
|
D | ih264e_cavlc.h | 70 IH264E_ERROR_T ih264e_write_islice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt); 93 IH264E_ERROR_T ih264e_write_pslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt); 116 IH264E_ERROR_T ih264e_write_bslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt);
|
D | ih264e_encode_header.h | 181 IH264E_ERROR_T ih264e_generate_sei 244 IH264E_ERROR_T ih264e_populate_sps 268 IH264E_ERROR_T ih264e_populate_pps 327 IH264E_ERROR_T ih264e_add_filler_nal_unit
|
D | ih264e_sei.c | 105 IH264E_ERROR_T ih264e_put_sei_mdcv_params(sei_mdcv_params_t *ps_sei_mdcv, in ih264e_put_sei_mdcv_params() 178 IH264E_ERROR_T ih264e_put_sei_cll_params(sei_cll_params_t *ps_sei_cll, in ih264e_put_sei_cll_params() 223 IH264E_ERROR_T ih264e_put_sei_ave_params(sei_ave_params_t *ps_sei_ave, in ih264e_put_sei_ave_params() 271 IH264E_ERROR_T ih264e_put_sei_ccv_params(sei_ccv_params_t *ps_sei_ccv, in ih264e_put_sei_ccv_params() 394 IH264E_ERROR_T ih264e_put_sei_msg(IH264_SEI_TYPE e_payload_type, in ih264e_put_sei_msg()
|
D | ih264e_master.h | 85 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us); 130 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, cfg_params_t *ps_cfg);
|
D | ih264e_cavlc.c | 240 static IH264E_ERROR_T ih264e_write_coeff4x4_cavlc(WORD16 *pi2_res_block, in ih264e_write_coeff4x4_cavlc() 248 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff4x4_cavlc() 604 static IH264E_ERROR_T ih264e_write_coeff8x8_cavlc(entropy_ctxt_t *ps_ent_ctxt, in ih264e_write_coeff8x8_cavlc() 613 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff8x8_cavlc() 698 static IH264E_ERROR_T ih264e_encode_residue(entropy_ctxt_t *ps_ent_ctxt, in ih264e_encode_residue() 703 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode_residue() 952 IH264E_ERROR_T ih264e_write_islice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_islice_mb_cavlc() 955 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_islice_mb_cavlc() 1184 IH264E_ERROR_T ih264e_write_pslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cavlc() 1187 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_pslice_mb_cavlc() [all …]
|
D | ih264e_cabac.c | 245 IH264E_ERROR_T ih264e_cabac_flush(cabac_ctxt_t *ps_cabac_ctxt) in ih264e_cabac_flush() 254 IH264E_ERROR_T status = IH264E_SUCCESS; in ih264e_cabac_flush() 350 IH264E_ERROR_T ih264e_cabac_put_byte(cabac_ctxt_t *ps_cabac_ctxt) in ih264e_cabac_put_byte() 359 IH264E_ERROR_T status = IH264E_SUCCESS; in ih264e_cabac_put_byte()
|
D | ih264e_encode.c | 169 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us) in ih264e_wait_for_thread() 205 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode() 632 (IH264E_ERROR_T)ret, IVE_FATALERROR, in ih264e_encode() 676 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret, in ih264e_encode() 683 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret, in ih264e_encode()
|
D | ih264e_encode_header.c | 724 IH264E_ERROR_T ih264e_generate_sei(bitstrm_t *ps_bitstrm, sei_params_t *ps_sei, in ih264e_generate_sei() 1047 IH264E_ERROR_T ih264e_populate_vui(codec_t *ps_codec) in ih264e_populate_vui() 1099 IH264E_ERROR_T ih264e_populate_sps(codec_t *ps_codec, sps_t *ps_sps) in ih264e_populate_sps() 1108 IH264E_ERROR_T i4_err_code = IH264E_FAIL; in ih264e_populate_sps() 1302 IH264E_ERROR_T ih264e_populate_pps(codec_t *ps_codec, pps_t *ps_pps) in ih264e_populate_pps() 1613 IH264E_ERROR_T ih264e_add_filler_nal_unit(bitstrm_t *ps_bitstrm, in ih264e_add_filler_nal_unit() 1618 IH264E_ERROR_T return_status = IH264E_SUCCESS; in ih264e_add_filler_nal_unit()
|
D | ih264e_utils.c | 788 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_pic_buf_mgr_add_bufs() 791 IH264E_ERROR_T ret = IH264E_SUCCESS; in ih264e_pic_buf_mgr_add_bufs() 873 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_mv_buf_mgr_add_bufs() 876 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_mv_buf_mgr_add_bufs() 1109 IH264E_ERROR_T ih264e_init_air_map(codec_t *ps_codec) in ih264e_init_air_map() 1176 IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec) in ih264e_codec_init() 1404 IH264E_ERROR_T ih264e_pic_init(codec_t *ps_codec, inp_buf_t *ps_inp_buf) in ih264e_pic_init() 1407 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_pic_init()
|
D | ih264e_error.h | 247 }IH264E_ERROR_T; typedef
|
D | ih264e_fmt_conv.h | 46 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec,
|
D | ih264e_process.c | 138 IH264E_ERROR_T ih264e_generate_sps_pps(codec_t *ps_codec) in ih264e_generate_sps_pps() 219 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc) in ih264e_init_entropy_ctxt() 279 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc) in ih264e_entropy() 705 IH264E_ERROR_T ih264e_pack_header_data(process_ctxt_t *ps_proc) in ih264e_pack_header_data() 1211 IH264E_ERROR_T ih264e_init_proc_ctxt(process_ctxt_t *ps_proc) in ih264e_init_proc_ctxt() 1558 IH264E_ERROR_T ih264e_pad_recon_buffer(process_ctxt_t *ps_proc, in ih264e_pad_recon_buffer() 1660 IH264E_ERROR_T ih264e_dblk_pad_hpel_processing_n_mbs(process_ctxt_t *ps_proc, in ih264e_dblk_pad_hpel_processing_n_mbs()
|
D | ih264e_fmt_conv.c | 792 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec, in ih264e_fmt_conv() 802 IH264E_ERROR_T ret = IH264E_SUCCESS; in ih264e_fmt_conv()
|
D | ih264e_structs.h | 1078 IH264E_ERROR_T i4_error_code; 2793 IH264E_ERROR_T (*pf_write_mb_syntax_layer[2][3]) ( entropy_ctxt_t *ps_ent_ctxt );
|
D | ih264e_cabac_encode.c | 1620 IH264E_ERROR_T ih264e_write_islice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_islice_mb_cabac() 1769 IH264E_ERROR_T ih264e_write_pslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cabac() 2060 IH264E_ERROR_T ih264e_write_bslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_bslice_mb_cabac()
|
D | ih264e_api.c | 2349 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, in ih264e_codec_update_config() 2356 IH264E_ERROR_T err = IH264E_SUCCESS; in ih264e_codec_update_config()
|