/aosp_15_r20/external/libmpeg2/decoder/ |
H A D | impeg2d_dec_hdr.c | 63 void impeg2d_next_start_code(dec_state_t *ps_dec) in impeg2d_next_start_code() 86 void impeg2d_next_code(dec_state_t *ps_dec, UWORD32 u4_start_code_val) in impeg2d_next_code() 114 void impeg2d_peek_next_start_code(dec_state_t *ps_dec) in impeg2d_peek_next_start_code() 138 IMPEG2D_ERROR_CODES_T impeg2d_dec_seq_hdr(dec_state_t *ps_dec) in impeg2d_dec_seq_hdr() 296 IMPEG2D_ERROR_CODES_T impeg2d_dec_seq_ext(dec_state_t *ps_dec) in impeg2d_dec_seq_ext() 407 void impeg2d_dec_seq_disp_ext(dec_state_t *ps_dec) in impeg2d_dec_seq_disp_ext() 465 IMPEG2D_ERROR_CODES_T impeg2d_dec_seq_scale_ext(dec_state_t *ps_dec) in impeg2d_dec_seq_scale_ext() 481 void impeg2d_dec_quant_matrix_ext(dec_state_t *ps_dec) in impeg2d_dec_quant_matrix_ext() 532 void impeg2d_dec_pic_disp_ext(dec_state_t *ps_dec) in impeg2d_dec_pic_disp_ext() 574 void impeg2d_dec_itu_t_ext(dec_state_t *ps_dec) in impeg2d_dec_itu_t_ext() [all …]
|
H A D | impeg2d_mc.c | 108 void impeg2d_motion_comp(dec_state_t *ps_dec, mb_mc_params_t *ps_params,yuv_buf_t *ps_buf) in impeg2d_motion_comp() 165 void impeg2d_motion_comp_recon_buf(dec_state_t *ps_dec, in impeg2d_motion_comp_recon_buf() 226 void impeg2d_mc_1mv(dec_state_t *ps_dec) in impeg2d_mc_1mv() 260 void impeg2d_mc_fw_or_bk_mb(dec_state_t *ps_dec) in impeg2d_mc_fw_or_bk_mb() 294 void impeg2d_mc_frm_dual_prime(dec_state_t *ps_dec) in impeg2d_mc_frm_dual_prime() 338 void impeg2d_mc_fld_dual_prime(dec_state_t *ps_dec) in impeg2d_mc_fld_dual_prime() 380 void impeg2d_mc_4mv(dec_state_t *ps_dec) in impeg2d_mc_4mv() 419 void impeg2d_mc_2mv(dec_state_t *ps_dec) in impeg2d_mc_2mv() 440 void impeg2d_dec_intra_mb(dec_state_t *ps_dec) in impeg2d_dec_intra_mb() 483 void impeg2d_dec_skip_p_mb(dec_state_t *ps_dec, WORD32 u4_num_of_mbs) in impeg2d_dec_skip_p_mb() [all …]
|
H A D | impeg2d_mv_dec.c | 205 void impeg2d_dec_1mv_mb(dec_state_t *ps_dec) in impeg2d_dec_1mv_mb() 245 void impeg2d_dec_2mv_fw_or_bk_mb(dec_state_t *ps_dec) in impeg2d_dec_2mv_fw_or_bk_mb() 285 void impeg2d_dec_frm_dual_prime(dec_state_t *ps_dec) in impeg2d_dec_frm_dual_prime() 362 void impeg2d_dec_fld_dual_prime(dec_state_t *ps_dec) in impeg2d_dec_fld_dual_prime() 420 void impeg2d_dec_4mv_mb(dec_state_t *ps_dec) in impeg2d_dec_4mv_mb() 469 void impeg2d_dec_2mv_interp_mb(dec_state_t *ps_dec) in impeg2d_dec_2mv_interp_mb()
|
H A D | impeg2d_pic_proc.c | 48 void impeg2d_format_convert(dec_state_t *ps_dec, in impeg2d_format_convert() 249 IMPEG2D_ERROR_CODES_T impeg2d_init_video_state(dec_state_t *ps_dec, e_video_type_t e_video_type) in impeg2d_init_video_state() 347 IMPEG2D_ERROR_CODES_T impeg2d_pre_pic_dec_proc(dec_state_t *ps_dec) in impeg2d_pre_pic_dec_proc() 613 void impeg2d_post_pic_dec_proc(dec_state_t *ps_dec) in impeg2d_post_pic_dec_proc()
|
/aosp_15_r20/external/libavc/decoder/ |
H A D | ih264d_api.c | 190 void ih264d_export_sei_params(ivd_sei_decode_op_t *ps_sei_decode_op, dec_struct_t *ps_dec) in ih264d_export_sei_params() 518 dec_struct_t *ps_dec = (dec_struct_t *)(ps_handle->pv_codec_handle); in api_check_struct_sanity() local 1143 dec_struct_t * ps_dec = (dec_struct_t *)ps_dec_params; in ih264d_init_decoder() local 1393 WORD32 ih264d_join_threads(dec_struct_t *ps_dec) in ih264d_join_threads() 1434 dec_struct_t *ps_dec; in ih264d_free_static_bufs() local 1529 dec_struct_t *ps_dec; in ih264d_allocate_static_bufs() local 2068 WORD32 check_app_out_buf_size(dec_struct_t *ps_dec) in check_app_out_buf_size() 2152 dec_struct_t * ps_dec = (dec_struct_t *)(dec_hdl->pv_codec_handle); in ih264d_video_decode() local 3072 dec_struct_t * ps_dec = (dec_struct_t *)(dec_hdl->pv_codec_handle); in ih264d_set_display_frame() local 3163 dec_struct_t * ps_dec; in ih264d_set_flush_mode() local [all …]
|
H A D | ih264d_parse_headers.c | 85 void ih264d_get_pre_sei_params(dec_struct_t *ps_dec, UWORD8 u1_nal_unit_type) in ih264d_get_pre_sei_params() 175 WORD32 ih264d_parse_slice_partition(dec_struct_t * ps_dec, in ih264d_parse_slice_partition() 206 WORD32 ih264d_parse_sei(dec_struct_t * ps_dec, dec_bit_stream_t * ps_bitstrm) in ih264d_parse_sei() 235 WORD32 ih264d_parse_filler_data(dec_struct_t * ps_dec, in ih264d_parse_filler_data() 264 void ih264d_parse_end_of_stream(dec_struct_t * ps_dec) in ih264d_parse_end_of_stream() 281 WORD32 ih264d_parse_pps(dec_struct_t * ps_dec, dec_bit_stream_t * ps_bitstrm) in ih264d_parse_pps() 582 WORD32 ih264d_parse_sps(dec_struct_t *ps_dec, dec_bit_stream_t *ps_bitstrm) in ih264d_parse_sps() 1194 WORD32 ih264d_parse_end_of_sequence(dec_struct_t * ps_dec) in ih264d_parse_end_of_sequence() 1216 WORD32 ih264d_access_unit_delimiter_rbsp(dec_struct_t * ps_dec) in ih264d_access_unit_delimiter_rbsp() 1253 dec_struct_t *ps_dec = (dec_struct_t *)dec_hdl->pv_codec_handle; in ih264d_parse_nal_unit() local
|
H A D | ih264d_sei.c | 73 dec_struct_t *ps_dec) in ih264d_parse_buffering_period() 149 dec_struct_t *ps_dec, in ih264d_parse_pic_timing() 233 dec_struct_t *ps_dec, in ih264d_parse_recovery_point() 274 dec_struct_t *ps_dec, in ih264d_parse_mdcv() 400 dec_struct_t *ps_dec, in ih264d_parse_cll() 447 dec_struct_t *ps_dec, in ih264d_parse_ave() 508 dec_struct_t *ps_dec, in ih264d_parse_ccv() 666 WORD32 ih264d_parse_sii(dec_bit_stream_t *ps_bitstrm, dec_struct_t *ps_dec, in ih264d_parse_sii() 756 WORD32 ih264d_parse_fgc(dec_bit_stream_t *ps_bitstrm, dec_struct_t *ps_dec, in ih264d_parse_fgc() 960 dec_struct_t *ps_dec) in ih264d_parse_sei_payload() [all …]
|
H A D | ih264d_utils.c | 530 WORD32 ih264d_end_of_pic_processing(dec_struct_t *ps_dec) in ih264d_end_of_pic_processing() 736 WORD32 ih264d_init_dec_mb_grp(dec_struct_t *ps_dec) in ih264d_init_dec_mb_grp() 771 WORD32 ih264d_init_pic(dec_struct_t *ps_dec, in ih264d_init_pic() 976 WORD32 ih264d_get_next_display_field(dec_struct_t * ps_dec, in ih264d_get_next_display_field() 1201 void ih264d_release_display_field(dec_struct_t *ps_dec, in ih264d_release_display_field() 1273 WORD32 ih264d_assign_display_seq(dec_struct_t *ps_dec) in ih264d_assign_display_seq() 1349 void ih264d_release_display_bufs(dec_struct_t *ps_dec) in ih264d_release_display_bufs() 1439 void ih264d_assign_pic_num(dec_struct_t *ps_dec) in ih264d_assign_pic_num() 1529 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp() 1579 WORD32 ih264d_decode_gaps_in_frame_num(dec_struct_t *ps_dec, in ih264d_decode_gaps_in_frame_num() [all …]
|
H A D | ih264d_parse_slice.c | 89 void ih264d_form_pred_weight_matrix(dec_struct_t *ps_dec) in ih264d_form_pred_weight_matrix() 162 WORD32 ih264d_start_of_pic(dec_struct_t *ps_dec, in ih264d_start_of_pic() 752 WORD32 ih264d_end_of_pic_dispbuf_mgr(dec_struct_t * ps_dec) in ih264d_end_of_pic_dispbuf_mgr() 879 void ih264d_err_pic_dispbuf_mgr(dec_struct_t *ps_dec) in ih264d_err_pic_dispbuf_mgr() 898 dec_struct_t *ps_dec = (dec_struct_t *)ptr; in ih264d_deblock_picture() local 932 WORD32 ih264d_deblock_display(dec_struct_t *ps_dec) in ih264d_deblock_display() 958 WORD32 ih264d_end_of_pic(dec_struct_t *ps_dec) in ih264d_end_of_pic() 999 WORD32 ih264d_fix_error_in_dpb(dec_struct_t *ps_dec) in ih264d_fix_error_in_dpb() 1062 dec_struct_t *ps_dec /* Decoder parameters */ in ih264d_parse_decode_slice()
|
H A D | ih264d_mb_utils.c | 81 UWORD32 ih264d_get_mb_info_cavlc_nonmbaff(dec_struct_t *ps_dec, in ih264d_get_mb_info_cavlc_nonmbaff() 211 UWORD32 ih264d_get_mb_info_cavlc_mbaff(dec_struct_t *ps_dec, in ih264d_get_mb_info_cavlc_mbaff() 363 UWORD32 ih264d_get_mb_info_cabac_nonmbaff(dec_struct_t *ps_dec, in ih264d_get_mb_info_cabac_nonmbaff() 545 UWORD32 ih264d_get_mb_info_cabac_mbaff(dec_struct_t *ps_dec, in ih264d_get_mb_info_cabac_mbaff() 875 UWORD32 ih264d_get_cabac_context_mbaff(dec_struct_t * ps_dec, in ih264d_get_cabac_context_mbaff() 1170 void ih264d_update_mbaff_left_nnz(dec_struct_t * ps_dec, in ih264d_update_mbaff_left_nnz() 1213 void ih264d_get_mbaff_neighbours(dec_struct_t * ps_dec, in ih264d_get_mbaff_neighbours() 1391 void ih264d_transfer_mb_group_data(dec_struct_t * ps_dec, in ih264d_transfer_mb_group_data() 1484 void ih264d_populate_mb_info_map(dec_struct_t *ps_dec, dec_mb_info_t *ps_cur_mb_info, in ih264d_populate_mb_info_map()
|
H A D | ih264d_thread_parse_decode.c | 62 void ih264d_parse_tfr_nmb(dec_struct_t * ps_dec, in ih264d_parse_tfr_nmb() 167 void ih264d_decode_tfr_nmb(dec_struct_t * ps_dec, in ih264d_decode_tfr_nmb() 200 WORD32 ih264d_decode_recon_tfr_nmb_thread(dec_struct_t * ps_dec, in ih264d_decode_recon_tfr_nmb_thread() 438 WORD32 ih264d_decode_slice_thread(dec_struct_t *ps_dec) in ih264d_decode_slice_thread() 593 void ih264d_decode_picture_thread(dec_struct_t *ps_dec ) in ih264d_decode_picture_thread() 672 void ih264d_signal_decode_thread(dec_struct_t *ps_dec) in ih264d_signal_decode_thread() 704 void ih264d_signal_bs_deblk_thread(dec_struct_t *ps_dec) in ih264d_signal_bs_deblk_thread()
|
H A D | ih264d_parse_cavlc.c | 315 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_cavlc_4x4res_block_totalcoeff_1() local 454 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local 742 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local 1022 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_rest_of_residual_cav_chroma_dc_block() local 1236 dec_struct_t *ps_dec, in ih264d_cavlc_parse4x4coeff_n0to7() 1286 dec_struct_t *ps_dec, in ih264d_cavlc_parse4x4coeff_n8() 1361 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_cavlc_parse_chroma_dc() local 1423 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; in ih264d_cavlc_parse_chroma_dc() local 1730 dec_struct_t * ps_dec, in ih264d_cavlc_parse_8x8block_both_available() 1920 dec_struct_t * ps_dec, in ih264d_cavlc_parse_8x8block_left_available() [all …]
|
H A D | ih264d_process_bslice.c | 71 WORD32 ih264d_decode_spatial_direct(dec_struct_t * ps_dec, in ih264d_decode_spatial_direct() 582 WORD32 ih264d_decode_temporal_direct(dec_struct_t * ps_dec, in ih264d_decode_temporal_direct() 929 dec_struct_t *ps_dec, in ih264d_convert_frm_to_fld_list() 1116 void ih264d_convert_frm_mbaff_list(dec_struct_t *ps_dec) in ih264d_convert_frm_mbaff_list() 1225 void ih264d_init_ref_idx_lx_b(dec_struct_t *ps_dec) in ih264d_init_ref_idx_lx_b() 1597 void ih264d_one_to_one(dec_struct_t *ps_dec, in ih264d_one_to_one() 1722 void ih264d_mbaff_cross_pmbair(dec_struct_t *ps_dec, in ih264d_mbaff_cross_pmbair() 1937 WORD32 ih264d_cal_col_pic(dec_struct_t *ps_dec) in ih264d_cal_col_pic() 2014 void ih264d_frm_to_fld(dec_struct_t *ps_dec, in ih264d_frm_to_fld() 2121 void ih264d_fld_to_frm(dec_struct_t *ps_dec, in ih264d_fld_to_frm() [all …]
|
H A D | ih264d_process_intra_mb.c | 62 void ih264d_itrans_recon_luma_dc(dec_struct_t *ps_dec, in ih264d_itrans_recon_luma_dc() 105 WORD32 ih264d_read_intra_pred_modes(dec_struct_t * ps_dec, in ih264d_read_intra_pred_modes() 157 WORD32 ih264d_unpack_coeff4x4_4x4blk(dec_struct_t * ps_dec, in ih264d_unpack_coeff4x4_4x4blk() 196 UWORD32 ih264d_unpack_coeff4x4_8x8blk(dec_struct_t * ps_dec, in ih264d_unpack_coeff4x4_8x8blk() 262 WORD32 ih264d_unpack_coeff8x8_8x8blk_cavlc(dec_struct_t * ps_dec, in ih264d_unpack_coeff8x8_8x8blk_cavlc() 354 void ih264d_unpack_coeff4x4_8x8blk_chroma(dec_struct_t * ps_dec, in ih264d_unpack_coeff4x4_8x8blk_chroma() 407 UWORD32 ih264d_unpack_luma_coeff4x4_mb(dec_struct_t * ps_dec, in ih264d_unpack_luma_coeff4x4_mb() 539 void ih264d_unpack_chroma_coeff4x4_mb(dec_struct_t * ps_dec, in ih264d_unpack_chroma_coeff4x4_mb() 619 UWORD32 ih264d_unpack_luma_coeff8x8_mb(dec_struct_t * ps_dec, in ih264d_unpack_luma_coeff8x8_mb() 716 WORD32 ih264d_process_intra_mb(dec_struct_t * ps_dec, in ih264d_process_intra_mb()
|
H A D | ih264d_deblocking.c | 77 void ih264d_filter_boundary_left_nonmbaff(dec_struct_t *ps_dec, in ih264d_filter_boundary_left_nonmbaff() 301 void ih264d_filter_boundary_top_nonmbaff(dec_struct_t *ps_dec, in ih264d_filter_boundary_top_nonmbaff() 393 void ih264d_deblock_mb_nonmbaff(dec_struct_t *ps_dec, in ih264d_deblock_mb_nonmbaff() 629 void ih264d_init_deblk_tfr_ctxt(dec_struct_t * ps_dec, in ih264d_init_deblk_tfr_ctxt() 697 void ih264d_deblock_picture_mbaff(dec_struct_t * ps_dec) in ih264d_deblock_picture_mbaff() 985 void ih264d_deblock_picture_non_mbaff(dec_struct_t * ps_dec) in ih264d_deblock_picture_non_mbaff() 1102 void ih264d_deblock_picture_progressive(dec_struct_t * ps_dec) in ih264d_deblock_picture_progressive() 1267 void ih264d_copy_intra_pred_line(dec_struct_t *ps_dec, in ih264d_copy_intra_pred_line() 1338 void ih264d_filter_boundary_left_mbaff(dec_struct_t *ps_dec, in ih264d_filter_boundary_left_mbaff() 1552 void ih264d_filter_boundary_topmbaff(dec_struct_t *ps_dec, in ih264d_filter_boundary_topmbaff() [all …]
|
H A D | ih264d_parse_mb_header.c | 69 struct _DecStruct * ps_dec) in ih264d_parse_mb_type_intra_cabac() 154 UWORD32 ih264d_parse_mb_type_cabac(struct _DecStruct * ps_dec) in ih264d_parse_mb_type_cabac() 534 WORD32 ih264d_parse_mb_qp_delta_cabac(struct _DecStruct * ps_dec, in ih264d_parse_mb_qp_delta_cabac() 587 WORD8 ih264d_parse_chroma_pred_mode_cabac(struct _DecStruct * ps_dec) in ih264d_parse_chroma_pred_mode_cabac() 633 UWORD8 ih264d_parse_transform8x8flag_cabac(struct _DecStruct * ps_dec, in ih264d_parse_transform8x8flag_cabac() 691 WORD32 ih264d_read_intra_pred_modes_cabac(dec_struct_t * ps_dec, in ih264d_read_intra_pred_modes_cabac() 789 UWORD32 ih264d_parse_ctx_cbp_cabac(struct _DecStruct * ps_dec) in ih264d_parse_ctx_cbp_cabac() 1117 dec_struct_t *ps_dec, in ih264d_get_mvd_cabac()
|
H A D | ih264d_mvpred.c | 148 dec_struct_t *ps_dec, in ih264d_mbaff_mv_pred() 339 dec_struct_t *ps_dec, in ih264d_non_mbaff_mv_pred() 458 UWORD8 ih264d_mvpred_nonmbaffB(dec_struct_t *ps_dec, in ih264d_mvpred_nonmbaffB() 693 UWORD8 ih264d_mvpred_nonmbaff(dec_struct_t *ps_dec, in ih264d_mvpred_nonmbaff() 923 UWORD8 ih264d_mvpred_mbaff(dec_struct_t *ps_dec, in ih264d_mvpred_mbaff() 1168 void ih264d_rep_mv_colz(dec_struct_t *ps_dec, in ih264d_rep_mv_colz()
|
H A D | ih264d_parse_islice.c | 88 WORD32 ih264d_parse_imb_cavlc(dec_struct_t * ps_dec, in ih264d_parse_imb_cavlc() 482 WORD32 ih264d_parse_imb_cabac(dec_struct_t * ps_dec, in ih264d_parse_imb_cabac() 754 WORD32 ih264d_parse_islice_data_cavlc(dec_struct_t * ps_dec, in ih264d_parse_islice_data_cavlc() 983 WORD32 ih264d_parse_islice_data_cabac(dec_struct_t * ps_dec, in ih264d_parse_islice_data_cabac() 1212 WORD32 ih264d_parse_ipcm_mb(dec_struct_t * ps_dec, in ih264d_parse_ipcm_mb() 1382 WORD32 ih264d_parse_islice(dec_struct_t *ps_dec, in ih264d_parse_islice()
|
H A D | ih264d_parse_pslice.c | 83 WORD32 ih264d_parse_pmb_cavlc(dec_struct_t * ps_dec, in ih264d_parse_pmb_cavlc() 431 WORD32 ih264d_parse_pmb_cabac(dec_struct_t * ps_dec, in ih264d_parse_pmb_cabac() 750 void ih264d_update_nnz_for_skipmb(dec_struct_t * ps_dec, in ih264d_update_nnz_for_skipmb() 801 WORD32 ih264d_parse_inter_slice_data_cabac(dec_struct_t * ps_dec, in ih264d_parse_inter_slice_data_cabac() 1132 WORD32 ih264d_parse_inter_slice_data_cavlc(dec_struct_t * ps_dec, in ih264d_parse_inter_slice_data_cavlc() 1453 WORD32 ih264d_mark_err_slice_skip(dec_struct_t * ps_dec, in ih264d_mark_err_slice_skip() 1959 WORD32 ih264d_parse_pslice(dec_struct_t *ps_dec, UWORD16 u2_first_mb_in_slice) in ih264d_parse_pslice()
|
H A D | ih264d_parse_bslice.c | 75 WORD32 ih264d_parse_bmb_non_direct_cavlc(dec_struct_t * ps_dec, in ih264d_parse_bmb_non_direct_cavlc() 398 WORD32 ih264d_parse_bmb_non_direct_cabac(dec_struct_t * ps_dec, in ih264d_parse_bmb_non_direct_cabac() 630 WORD32 ih264d_parse_bmb_cabac(dec_struct_t * ps_dec, in ih264d_parse_bmb_cabac() 745 WORD32 ih264d_parse_bmb_cavlc(dec_struct_t * ps_dec, in ih264d_parse_bmb_cavlc() 885 WORD32 ih264d_mv_pred_ref_tfr_nby2_bmb(dec_struct_t * ps_dec, in ih264d_mv_pred_ref_tfr_nby2_bmb() 1194 void ih264d_get_implicit_weights(dec_struct_t *ps_dec) in ih264d_get_implicit_weights() 1349 WORD32 ih264d_parse_bslice(dec_struct_t * ps_dec, UWORD16 u2_first_mb_in_slice) in ih264d_parse_bslice()
|
/aosp_15_r20/external/libavc/decoder/svc/ |
H A D | isvcd_api.c | 446 dec_struct_t *ps_dec; in api_check_struct_sanity() local 1031 dec_struct_t *ps_dec; in isvcd_init_decoder() local 1280 dec_struct_t *ps_dec; in isvcd_nal_parse_ctxt_free() local 1322 dec_struct_t *ps_dec; in isvcd_residual_resample_ctxt_free() local 1365 dec_struct_t *ps_dec; in isvcd_intra_resample_ctxt_free() local 1418 dec_struct_t *ps_dec; in isvcd_mode_mv_resample_ctxt_free() local 1460 dec_struct_t *ps_dec; in isvcd_free_static_bufs() local 2492 dec_struct_t *ps_dec; in isvcd_allocate_static_bufs() local 3447 dec_struct_t *ps_dec; in isvcd_parse_slice_hdr_refdq_id() local 3663 dec_struct_t *ps_dec; in isvcd_get_ref_lyr_dqid() local [all …]
|
H A D | isvcd_parse_eislice.c | 113 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_islice_data_cabac() local 327 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_islice_data_cavlc() local 518 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_imb_cavlc() local 978 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_eislice() local 1198 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_eislice_data_cabac() local 1464 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_eislice_data_cavlc() local 1678 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_imb_cabac() local 1966 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_islice() local
|
H A D | isvcd_utils.c | 85 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_free_dynamic_bufs() local 116 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_allocate_dynamic_bufs() local 252 UWORD8 u1_field_pic_flag, WORD32 *pi4_poc, dec_struct_t *ps_dec) in isvcd_decode_pic_order_cnt() 603 WORD32 isvcd_decode_gaps_in_frame_num(dec_struct_t *ps_dec, UWORD16 u2_frame_num) in isvcd_decode_gaps_in_frame_num() 755 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_init_pic() local
|
H A D | isvcd_parse_epslice.c | 100 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_epslice() local 506 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_inter_slice_data_cabac() local 821 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_inter_slice_data_cavlc() local 1155 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_inter_slice_data_cabac_enh_lyr() local 1570 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_inter_slice_data_cavlc_enh_lyr() local 1954 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_pmb_cabac() local 2296 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_pmb_cavlc() local 2656 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_mark_err_slice_skip() local 3183 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_interlayer_resamp_func_init() local 3230 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_parse_pslice() local
|
H A D | isvcd_process_epslice.c | 110 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_interlyr_motion_mode_pred() local 181 WORD32 isvcd_mv_pred_ref_tfr_nby2_epmb(dec_struct_t *ps_dec, UWORD8 u1_mb_idx, UWORD8 u1_num_mbs) in isvcd_mv_pred_ref_tfr_nby2_epmb() 610 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_process_inter_mb_no_rsd_pred_non_target() local 846 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_process_inter_mb_rsd_pred_non_target() local 1179 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_decode_recon_tfr_nmb_non_base_lyr() local 1466 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_decode_recon_tfr_nmb_base_lyr() local 1651 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_process_ibl_mb() local 1970 dec_struct_t *ps_dec = &ps_svc_lyr_dec->s_dec; in isvcd_process_inter_mb_rsd_pred_target_lyr() local
|