/external/libhevc/decoder/ |
D | ihevcd_parse_headers.h | 38 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_slice_header(codec_t *ps_codec,
|
D | ihevcd_utils.h | 44 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,
|
D | ihevcd_api.c | 104 WORD32 ihevcd_free_dynamic_bufs(codec_t *ps_codec); 869 WORD32 ihevcd_set_default_params(codec_t *ps_codec) in ihevcd_set_default_params() 882 void ihevcd_update_function_ptr(codec_t *ps_codec) in ihevcd_update_function_ptr() 989 WORD32 ihevcd_init(codec_t *ps_codec) in ihevcd_init() 1128 codec_t *ps_codec; in ihevcd_allocate_static_bufs() 1149 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t)); in ihevcd_allocate_static_bufs() 1151 (*pps_codec_obj)->pv_codec_handle = (codec_t *)pv_buf; in ihevcd_allocate_static_bufs() 1152 ps_codec = (codec_t *)pv_buf; in ihevcd_allocate_static_bufs() 1154 memset(ps_codec, 0, sizeof(codec_t)); in ihevcd_allocate_static_bufs() 1385 codec_t *ps_codec; in ihevcd_free_static_bufs() [all …]
|
D | ihevcd_parse_slice.h | 41 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);
|
D | ihevcd_decode.c | 84 IHEVCD_ERROR_T ihevcd_fmt_conv(codec_t *ps_codec, 91 WORD32 ihevcd_init(codec_t *ps_codec); 93 WORD32 ihevcd_allocate_dynamic_bufs(codec_t *ps_codec); 94 WORD32 ihevcd_free_dynamic_bufs(codec_t *ps_codec); 181 static void ihevcd_fill_outargs(codec_t *ps_codec, in ihevcd_fill_outargs() 346 codec_t *ps_codec = (codec_t *)(ps_codec_obj->pv_codec_handle); in ihevcd_decode()
|
D | ihevcd_structs.h | 47 typedef struct _codec_t codec_t; typedef 330 codec_t *ps_codec; 479 codec_t *ps_codec; 548 codec_t *ps_codec; 1176 codec_t *ps_codec;
|
D | ihevcd_intra_pred_mode_prediction.h | 40 void ihevcd_intra_pred_mode_prediction(codec_t *ps_codec,
|
/external/libhevc/decoder/arm/ |
D | ihevcd_function_selector.c | 61 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/ |
D | ihevcd_function_selector.c | 61 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/ |
D | ih264e_utils.h | 80 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);
|
D | ih264e_core_coding.h | 170 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,
|
D | ih264e_master.h | 61 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);
|
D | ih264e_process.h | 64 codec_t *ps_codec 311 WORD32 ih264e_update_rc_post_enc(codec_t *ps_codec, WORD32 ctxt_sel, WORD32 pic_cnt);
|
D | ih264e_encode_header.h | 191 codec_t *ps_codec, 215 codec_t *ps_codec,
|
D | ih264e_core_coding.c | 153 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()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_compress.c | 183 } 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/pdfium/third_party/libtiff/ |
D | tif_compress.c | 183 } 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/ |
D | ihevcd_function_selector.c | 63 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/arm/ |
D | ih264e_platform_macros.h | 62 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);
|
D | ih264e_function_selector.c | 102 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()
|
/external/libavc/encoder/armv8/ |
D | ih264e_platform_macros.h | 62 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/x86/ |
D | ih264e_platform_macros.h | 63 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);
|
D | ih264e_function_selector.c | 102 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()
|
/external/libavc/encoder/mips/ |
D | ih264e_function_selector.c | 103 codec_t *ps_codec = (codec_t *)pv_codec; in ih264e_init_function_ptr()
|
D | ih264e_platform_macros.h | 64 void ih264e_init_function_ptr_generic(codec_t *ps_codec);
|