Home
last modified time | relevance | path

Searched refs:codec_t (Results 1 – 25 of 67) sorted by relevance

123

/external/libhevc/decoder/
Dihevcd_parse_headers.h38 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref);
39 void ihevcd_copy_pps(codec_t *ps_codec, WORD32 pps_id, WORD32 pps_id_ref);
40 void ihevcd_copy_slice_hdr(codec_t *ps_codec, WORD32 slice_idx, WORD32 slice_idx_ref);
42 IHEVCD_ERROR_T ihevcd_parse_vps(codec_t *ps_codec);
43 IHEVCD_ERROR_T ihevcd_parse_sps(codec_t *ps_codec);
44 IHEVCD_ERROR_T ihevcd_parse_pps(codec_t *ps_codec);
45 IHEVCD_ERROR_T ihevcd_parse_sei(codec_t *ps_codec, nal_header_t *ps_nal);
46 IHEVCD_ERROR_T ihevcd_parse_pic_timing_sei(codec_t *ps_codec, sps_t *ps_sps);
47 IHEVCD_ERROR_T ihevcd_parse_buffering_period_sei(codec_t *ps_codec, sps_t *ps_sps);
48 IHEVCD_ERROR_T ihevcd_parse_time_code_sei(codec_t *ps_codec);
[all …]
Dihevcd_api.c104 WORD32 ihevcd_free_dynamic_bufs(codec_t *ps_codec);
897 WORD32 ihevcd_set_default_params(codec_t *ps_codec) in ihevcd_set_default_params()
910 void ihevcd_update_function_ptr(codec_t *ps_codec) in ihevcd_update_function_ptr()
1017 WORD32 ihevcd_init(codec_t *ps_codec) in ihevcd_init()
1156 codec_t *ps_codec; in ihevcd_allocate_static_bufs()
1177 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t)); in ihevcd_allocate_static_bufs()
1179 (*pps_codec_obj)->pv_codec_handle = (codec_t *)pv_buf; in ihevcd_allocate_static_bufs()
1180 ps_codec = (codec_t *)pv_buf; in ihevcd_allocate_static_bufs()
1182 memset(ps_codec, 0, sizeof(codec_t)); in ihevcd_allocate_static_bufs()
1417 codec_t *ps_codec; in ihevcd_free_static_bufs()
[all …]
Dihevcd_utils.h44 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps);
53 IHEVCD_ERROR_T ihevcd_parse_pic_init(codec_t *ps_codec);
54 WORD32 ihevcd_get_total_pic_buf_size(codec_t *ps_codec,
Dihevcd_parse_slice.h41 IHEVCD_ERROR_T ihevcd_parse_mvd(codec_t *ps_codec, mv_t *ps_mv);
42 IHEVCD_ERROR_T ihevcd_parse_slice_data(codec_t *ps_codec);
Dihevcd_decode.c85 IHEVCD_ERROR_T ihevcd_check_out_buf_size(codec_t *ps_codec);
86 IHEVCD_ERROR_T ihevcd_fmt_conv(codec_t *ps_codec,
93 WORD32 ihevcd_init(codec_t *ps_codec);
95 WORD32 ihevcd_allocate_dynamic_bufs(codec_t *ps_codec);
96 WORD32 ihevcd_free_dynamic_bufs(codec_t *ps_codec);
183 static void ihevcd_fill_outargs(codec_t *ps_codec, in ihevcd_fill_outargs()
383 codec_t *ps_codec = (codec_t *)(ps_codec_obj->pv_codec_handle); in ihevcd_decode()
Dihevcd_structs.h47 typedef struct _codec_t codec_t; typedef
330 codec_t *ps_codec;
479 codec_t *ps_codec;
548 codec_t *ps_codec;
1179 codec_t *ps_codec;
Dihevcd_parse_headers.c1033 IHEVCD_ERROR_T ihevcd_scaling_list_data(codec_t *ps_codec, WORD16 *pi2_scaling_mat) in ihevcd_scaling_list_data()
1168 IHEVCD_ERROR_T ihevcd_parse_vps(codec_t *ps_codec) in ihevcd_parse_vps()
1267 IHEVCD_ERROR_T ihevcd_parse_sps(codec_t *ps_codec) in ihevcd_parse_sps()
1729 void ihevcd_unmark_pps(codec_t *ps_codec, WORD32 sps_id) in ihevcd_unmark_pps()
1743 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref) in ihevcd_copy_sps()
1795 IHEVCD_ERROR_T ihevcd_parse_pps(codec_t *ps_codec) in ihevcd_parse_pps()
2111 void ihevcd_copy_pps(codec_t *ps_codec, WORD32 pps_id, WORD32 pps_id_ref) in ihevcd_copy_pps()
2144 IHEVCD_ERROR_T ihevcd_parse_buffering_period_sei(codec_t *ps_codec, in ihevcd_parse_buffering_period_sei()
2295 IHEVCD_ERROR_T ihevcd_parse_pic_timing_sei(codec_t *ps_codec, sps_t *ps_sps) in ihevcd_parse_pic_timing_sei()
2401 IHEVCD_ERROR_T ihevcd_parse_time_code_sei(codec_t *ps_codec) in ihevcd_parse_time_code_sei()
[all …]
Dihevcd_utils.c192 WORD32 ihevcd_get_total_pic_buf_size(codec_t *ps_codec, in ihevcd_get_total_pic_buf_size()
337 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps) in ihevcd_nctb_cnt()
453 IHEVCD_ERROR_T ihevcd_pic_buf_mgr_add_bufs(codec_t *ps_codec) in ihevcd_pic_buf_mgr_add_bufs()
616 IHEVCD_ERROR_T ihevcd_mv_buf_mgr_add_bufs(codec_t *ps_codec) in ihevcd_mv_buf_mgr_add_bufs()
721 IHEVCD_ERROR_T ihevcd_check_out_buf_size(codec_t *ps_codec) in ihevcd_check_out_buf_size()
822 IHEVCD_ERROR_T ihevcd_parse_pic_init(codec_t *ps_codec) in ihevcd_parse_pic_init()
/external/libhevc/decoder/arm/
Dihevcd_function_selector.c61 void ihevcd_init_function_ptr_neonintr(codec_t *ps_codec);
62 void ihevcd_init_function_ptr_noneon(codec_t *ps_codec);
63 void ihevcd_init_function_ptr_a9q(codec_t *ps_codec);
64 void ihevcd_init_function_ptr_av8(codec_t *ps_codec);
67 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_function_ptr()
121 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_arch()
/external/libhevc/decoder/mips/
Dihevcd_function_selector.c61 void ihevcd_init_function_ptr_mips_generic(codec_t *ps_codec);
62 void ihevcd_init_function_ptr_mips_32(codec_t *ps_codec);
66 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_function_ptr()
83 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_arch()
/external/libavc/encoder/
Dih264e_utils.h80 WORD32 ih264e_input_queue_update(codec_t *ps_codec,
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);
Dih264e_core_coding.h170 codec_t *ps_codec, UWORD8 *pu1_src, UWORD8 *pu1_pred,
242 codec_t *ps_codec, WORD16 *pi2_src, UWORD8 *pu1_pred,
318 codec_t *ps_codec, UWORD8 *pu1_src, UWORD8 *pu1_pred,
383 codec_t *ps_codec, WORD16 *pi2_src, UWORD8 *pu1_pred,
Dih264e_master.h61 void ih264e_join_threads(codec_t *ps_codec);
130 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, cfg_params_t *ps_cfg);
Dih264e_process.h64 codec_t *ps_codec
311 WORD32 ih264e_update_rc_post_enc(codec_t *ps_codec, WORD32 ctxt_sel, WORD32 pic_cnt);
Dih264e_encode_header.h191 codec_t *ps_codec,
215 codec_t *ps_codec,
Dih264e_core_coding.c153 void ih264e_luma_16x16_resi_trans_dctrans_quant(codec_t *ps_codec, in ih264e_luma_16x16_resi_trans_dctrans_quant()
279 void ih264e_luma_16x16_idctrans_iquant_itrans_recon(codec_t *ps_codec, in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
491 void ih264e_chroma_8x8_resi_trans_dctrans_quant(codec_t *ps_codec, in ih264e_chroma_8x8_resi_trans_dctrans_quant()
606 void ih264e_chroma_8x8_idctrans_iquant_itrans_recon(codec_t *ps_codec, in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
1486 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_luma_intra_macroblock_16x16()
1625 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_luma_intra_macroblock_4x4()
1879 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_luma_intra_macroblock_4x4_rdopt_on()
2002 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_chroma_intra_macroblock_8x8()
2117 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_luma_inter_macroblock_16x16()
2264 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_code_chroma_inter_macroblock_8x8()
Dih264e_process.c138 IH264E_ERROR_T ih264e_generate_sps_pps(codec_t *ps_codec) in ih264e_generate_sps_pps()
219 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_init_entropy_ctxt()
279 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_entropy()
889 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_update_proc_ctxt()
1151 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_init_proc_ctxt()
1493 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_pad_recon_buffer()
1594 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_dblk_pad_hpel_processing_n_mbs()
1904 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_process()
2332 WORD32 ih264e_update_rc_post_enc(codec_t *ps_codec, WORD32 ctxt_sel, WORD32 i4_is_first_frm) in ih264e_update_rc_post_enc()
2450 codec_t *ps_codec = ps_proc->ps_codec; in ih264e_process_thread()
/external/pdfium/third_party/libtiff/
Dtif_compress.c183 } codec_t; typedef
184 static codec_t* registeredCODECS = NULL;
190 codec_t* cd; in TIFFFindCODEC()
204 codec_t* cd = (codec_t*) in TIFFRegisterCODEC()
205 _TIFFmalloc((tmsize_t)(sizeof (codec_t) + sizeof (TIFFCodec) + strlen(name)+1)); in TIFFRegisterCODEC()
208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC()
227 codec_t* cd; in TIFFUnRegisterCODEC()
228 codec_t** pcd; in TIFFUnRegisterCODEC()
256 codec_t *cd; in TIFFGetConfiguredCODECs()
/external/libhevc/decoder/x86/
Dihevcd_function_selector.c63 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_function_ptr()
90 codec_t *ps_codec = (codec_t *)pv_codec; in ihevcd_init_arch()
/external/libavc/encoder/x86/
Dih264e_platform_macros.h63 void ih264e_init_function_ptr_generic(codec_t *ps_codec);
82 void ih264e_init_function_ptr_ssse3(codec_t *ps_codec);
83 void ih264e_init_function_ptr_sse42(codec_t *ps_codec);
Dih264e_function_selector.c102 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()
/external/libavc/encoder/armv8/
Dih264e_platform_macros.h62 void ih264e_init_function_ptr_neon_a9q(codec_t *ps_codec);
82 void ih264e_init_function_ptr_neon_av8(codec_t *ps_codec);
102 void ih264e_init_function_ptr_generic(codec_t *ps_codec);
/external/libavc/encoder/arm/
Dih264e_platform_macros.h62 void ih264e_init_function_ptr_neon_a9q(codec_t *ps_codec);
82 void ih264e_init_function_ptr_neon_av8(codec_t *ps_codec);
102 void ih264e_init_function_ptr_generic(codec_t *ps_codec);
Dih264e_function_selector.c102 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()
/external/libavc/encoder/mips/
Dih264e_function_selector.c103 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()

123