HomeSort by relevance Sort by last modified time
    Searched refs:dec_struct_t (Results 26 - 50 of 54) sorted by null

12 3

  /external/libavc/decoder/
ih264d_api.c 144 WORD32 ih264d_deblock_display(dec_struct_t *ps_dec);
146 void ih264d_signal_decode_thread(dec_struct_t *ps_dec);
148 void ih264d_signal_bs_deblk_thread(dec_struct_t *ps_dec);
149 void ih264d_decode_picture_thread(dec_struct_t *ps_dec);
155 void ih264d_fill_output_struct_from_context(dec_struct_t *ps_dec,
    [all...]
ih264d_format_conv.h 114 void ih264d_format_convert(dec_struct_t *ps_dec,
ih264d_parse_headers.c 84 WORD32 ih264d_parse_slice_partition(dec_struct_t * ps_dec,
115 WORD32 ih264d_parse_sei(dec_struct_t * ps_dec, dec_bit_stream_t * ps_bitstrm)
144 WORD32 ih264d_parse_filler_data(dec_struct_t * ps_dec,
173 void ih264d_parse_end_of_stream(dec_struct_t * ps_dec)
190 WORD32 ih264d_parse_pps(dec_struct_t * ps_dec, dec_bit_stream_t * ps_bitstrm)
478 WORD32 ih264d_parse_sps(dec_struct_t *ps_dec, dec_bit_stream_t *ps_bitstrm)
    [all...]
ih264d_quant_scaling.c 77 void ih264d_form_default_scaling_matrix(dec_struct_t *ps_dec)
115 dec_struct_t *ps_dec)
ih264d_parse_cavlc.c 315 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle;
454 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle;
    [all...]
ih264d_utils.c 450 WORD32 ih264d_end_of_pic_processing(dec_struct_t *ps_dec)
674 WORD32 ih264d_init_dec_mb_grp(dec_struct_t *ps_dec)
709 WORD32 ih264d_init_pic(dec_struct_t *ps_dec,
    [all...]
ih264d_mb_utils.c 80 UWORD32 ih264d_get_mb_info_cavlc_nonmbaff(dec_struct_t *ps_dec,
210 UWORD32 ih264d_get_mb_info_cavlc_mbaff(dec_struct_t *ps_dec,
362 UWORD32 ih264d_get_mb_info_cabac_nonmbaff(dec_struct_t *ps_dec,
544 UWORD32 ih264d_get_mb_info_cabac_mbaff(dec_struct_t *ps_dec,
    [all...]
ih264d_parse_islice.c 65 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
67 void ih264d_itrans_recon_luma_dc(dec_struct_t *ps_dec,
87 WORD32 ih264d_parse_imb_cavlc(dec_struct_t * ps_dec,
481 WORD32 ih264d_parse_imb_cabac(dec_struct_t * ps_dec,
753 WORD32 ih264d_parse_islice_data_cavlc(dec_struct_t * ps_dec,
    [all...]
ih264d_process_bslice.c 56 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
71 WORD32 ih264d_decode_spatial_direct(dec_struct_t * ps_dec,
582 WORD32 ih264d_decode_temporal_direct(dec_struct_t * ps_dec,
    [all...]
ih264d_thread_compute_bs.c 61 void ih264d_copy_intra_pred_line(dec_struct_t *ps_dec,
89 void ih264d_compute_bs_non_mbaff_thread(dec_struct_t * ps_dec,
318 void ih264d_check_mb_map_deblk(dec_struct_t *ps_dec,
378 void ih264d_recon_deblk_slice(dec_struct_t *ps_dec, tfr_ctxt_t *ps_tfr_cxt)
688 void ih264d_recon_deblk_thread(dec_struct_t *ps_dec)
ih264d_parse_slice.c 75 WORD32 check_app_out_buf_size(dec_struct_t *ps_dec);
89 void ih264d_form_pred_weight_matrix(dec_struct_t *ps_dec)
162 WORD32 ih264d_start_of_pic(dec_struct_t *ps_dec,
744 WORD32 ih264d_end_of_pic_dispbuf_mgr(dec_struct_t * ps_dec)
863 void ih264d_err_pic_dispbuf_mgr(dec_struct_t *ps_dec)
    [all...]
ih264d_process_intra_mb.c 62 void ih264d_itrans_recon_luma_dc(dec_struct_t *ps_dec,
105 WORD32 ih264d_read_intra_pred_modes(dec_struct_t * ps_dec,
157 WORD32 ih264d_unpack_coeff4x4_4x4blk(dec_struct_t * ps_dec,
196 UWORD32 ih264d_unpack_coeff4x4_8x8blk(dec_struct_t * ps_dec,
262 WORD32 ih264d_unpack_coeff8x8_8x8blk_cavlc(dec_struct_t * ps_dec,
354 void ih264d_unpack_coeff4x4_8x8blk_chroma(dec_struct_t * ps_dec,
407 UWORD32 ih264d_unpack_luma_coeff4x4_mb(dec_struct_t * ps_dec,
539 void ih264d_unpack_chroma_coeff4x4_mb(dec_struct_t * ps_dec,
619 UWORD32 ih264d_unpack_luma_coeff8x8_mb(dec_struct_t * ps_dec,
716 WORD32 ih264d_process_intra_mb(dec_struct_t * ps_dec
    [all...]
ih264d_function_selector_generic.c 81 void ih264d_init_function_ptr_generic(dec_struct_t *ps_codec)
ih264d_deblocking.c 77 void ih264d_filter_boundary_left_nonmbaff(dec_struct_t *ps_dec,
301 void ih264d_filter_boundary_top_nonmbaff(dec_struct_t *ps_dec,
393 void ih264d_deblock_mb_nonmbaff(dec_struct_t *ps_dec,
629 void ih264d_init_deblk_tfr_ctxt(dec_struct_t * ps_dec,
697 void ih264d_deblock_picture_mbaff(dec_struct_t * ps_dec)
    [all...]
ih264d_parse_bslice.c 60 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
74 WORD32 ih264d_parse_bmb_non_direct_cavlc(dec_struct_t * ps_dec,
397 WORD32 ih264d_parse_bmb_non_direct_cabac(dec_struct_t * ps_dec,
629 WORD32 ih264d_parse_bmb_cabac(dec_struct_t * ps_dec,
744 WORD32 ih264d_parse_bmb_cavlc(dec_struct_t * ps_dec,
    [all...]
ih264d_mvpred.c 148 dec_struct_t *ps_dec,
339 dec_struct_t *ps_dec,
458 UWORD8 ih264d_mvpred_nonmbaffB(dec_struct_t *ps_dec,
693 UWORD8 ih264d_mvpred_nonmbaff(dec_struct_t *ps_dec,
    [all...]
ih264d_parse_pslice.c 66 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
67 void ih264d_deblock_mb_level(dec_struct_t *ps_dec,
82 WORD32 ih264d_parse_pmb_cavlc(dec_struct_t * ps_dec,
430 WORD32 ih264d_parse_pmb_cabac(dec_struct_t * ps_dec,
749 void ih264d_update_nnz_for_skipmb(dec_struct_t * ps_dec,
800 WORD32 ih264d_parse_inter_slice_data_cabac(dec_struct_t * ps_dec,
    [all...]
ih264d_process_pslice.c 62 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
70 WORD32 ih264d_mv_pred_ref_tfr_nby2_pmb(dec_struct_t * ps_dec,
332 WORD32 ih264d_decode_recon_tfr_nmb(dec_struct_t * ps_dec,
529 WORD32 ih264d_process_inter_mb(dec_struct_t * ps_dec,
    [all...]
ih264d_parse_cabac.c 67 dec_struct_t *ps_dec, /*!< pointer to access global variables*/
583 dec_struct_t *ps_dec, /*!< pointer to access global variables*/
    [all...]
ih264d_dpb_mgr.c 108 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec;
717 WORD32 ih264d_ref_idx_reordering(dec_struct_t *ps_dec, UWORD8 uc_lx)
    [all...]
ih264d_inter_pred.c 173 dec_struct_t * ps_dec,
450 dec_struct_t * ps_dec,
    [all...]
ih264d_cabac.c 123 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec)
  /external/libavc/decoder/x86/
ih264d_function_selector_ssse3.c 82 void ih264d_init_function_ptr_ssse3(dec_struct_t *ps_codec)
  /external/libavc/decoder/arm/
ih264d_function_selector_a9q.c 82 void ih264d_init_function_ptr_a9q(dec_struct_t *ps_codec)
ih264d_function_selector_av8.c 83 void ih264d_init_function_ptr_av8(dec_struct_t *ps_codec)

Completed in 387 milliseconds

12 3