HomeSort by relevance Sort by last modified time
    Searched defs:ps_dec (Results 1 - 12 of 12) sorted by null

  /external/libmpeg2/decoder/
impeg2d_function_selector_generic.c 76 dec_state_t *ps_dec = (dec_state_t *)pv_codec; local
78 ps_dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;
79 ps_dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;
80 ps_dec->pf_idct_recon[2] = &impeg2_idct_recon;
81 ps_dec->pf_idct_recon[3] = &impeg2_idct_recon;
83 ps_dec->pf_mc[0] = &impeg2d_mc_fullx_fully;
84 ps_dec->pf_mc[1] = &impeg2d_mc_fullx_halfy;
85 ps_dec->pf_mc[2] = &impeg2d_mc_halfx_fully;
86 ps_dec->pf_mc[3] = &impeg2d_mc_halfx_halfy;
88 ps_dec->pf_interpolate = &impeg2_interpolate
    [all...]
impeg2d_decoder.c 73 void impeg2d_next_start_code(dec_state_t *ps_dec);
74 void impeg2d_next_code(dec_state_t *ps_dec, UWORD32 u4_start_code_val);
100 dec_state_t *ps_dec; local
103 ps_dec = (dec_state_t *)pv_dec;
110 impeg2d_bit_stream_init(&(ps_dec->s_bit_stream),ps_ip->s_ivd_video_decode_ip_t.pv_stream_buffer,
116 e_error = impeg2d_process_video_header(ps_dec);
121 u4_bits_read = impeg2d_bit_stream_num_bits_read(&ps_dec->s_bit_stream);
134 ps_dec->u2_header_done = 0;
136 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_reinit_max_height;
137 ps_op->s_ivd_video_decode_op_t.u4_pic_wd = ps_dec->u2_reinit_max_width
189 dec_state_t *ps_dec; local
    [all...]
impeg2d_mc.c 108 void impeg2d_motion_comp(dec_state_t *ps_dec, mb_mc_params_t *ps_params,yuv_buf_t *ps_buf)
114 ps_dec->pf_mc[ps_params->s_luma.u4_mode]((void *)ps_dec, ps_params->s_ref.pu1_y + ps_params->s_luma.u4_src_offset,
121 ps_dec->pf_mc[ps_params->s_chroma.u4_mode]((void *)ps_dec, ps_params->s_ref.pu1_u + ps_params->s_chroma.u4_src_offset,
129 ps_dec->pf_mc[ps_params->s_chroma.u4_mode]((void *)ps_dec, ps_params->s_ref.pu1_v + ps_params->s_chroma.u4_src_offset,
165 void impeg2d_motion_comp_recon_buf(dec_state_t *ps_dec,
173 ps_dec->pf_mc[ps_params->s_luma.u4_mode](ps_dec, ps_params->s_ref.pu1_y + ps_params->s_luma.u4_src_offset
834 dec_state_t *ps_dec = (dec_state_t *)pv_dec; local
964 dec_state_t *ps_dec = (dec_state_t *)pv_dec; local
1088 dec_state_t *ps_dec = (dec_state_t *)pv_dec; local
1209 dec_state_t *ps_dec = (dec_state_t *)pv_dec; local
    [all...]
impeg2d_vld.c 304 dec_state_t *ps_dec = (dec_state_t *) pv_dec; local
312 e_error = impeg2d_vld_decode(ps_dec, pi2_coeffs, pu1_scan, pu1_pos, u2_intra_flag,
313 u2_colr_comp, u2_d_picture, ps_dec->u2_intra_vlc_format,
314 ps_dec->u2_is_mpeg2, &i4_num_coeffs);
321 pu1_weighting_matrix = (u2_intra_flag == 1) ? ps_dec->au1_intra_quant_matrix:
322 ps_dec->au1_inter_quant_matrix;
324 IMPEG2D_IQNT_INP_STATISTICS(pi2_out_addr, ps_dec->u4_non_zero_cols, ps_dec->u4_non_zero_rows);
331 if (1 != (ps_dec->u4_non_zero_cols | ps_dec->u4_non_zero_rows)
378 dec_state_t *ps_dec = (dec_state_t *)pv_dec; local
    [all...]
impeg2d_dec_hdr.c 63 void impeg2d_next_start_code(dec_state_t *ps_dec)
66 ps_stream = &ps_dec->s_bit_stream;
70 && (ps_dec->s_bit_stream.u4_offset < ps_dec->s_bit_stream.u4_max_offset))
86 void impeg2d_next_code(dec_state_t *ps_dec, UWORD32 u4_start_code_val)
89 ps_stream = &ps_dec->s_bit_stream;
93 (ps_dec->s_bit_stream.u4_offset < ps_dec->s_bit_stream.u4_max_offset))
114 void impeg2d_peek_next_start_code(dec_state_t *ps_dec)
117 ps_stream = &ps_dec->s_bit_stream
1231 dec_state_t *ps_dec = ps_dec_state_multi_core->ps_dec_state[0]; local
    [all...]
  /external/libavc/decoder/
ih264d_parse_headers.c 68 /* Inputs : ps_dec Decoder parameters */
84 WORD32 ih264d_parse_slice_partition(dec_struct_t * ps_dec,
88 UNUSED(ps_dec);
100 /* Inputs : ps_dec Decoder parameters */
115 WORD32 ih264d_parse_sei(dec_struct_t * ps_dec, dec_bit_stream_t * ps_bitstrm)
117 UNUSED(ps_dec);
129 /* Inputs : ps_dec Decoder parameters */
144 WORD32 ih264d_parse_filler_data(dec_struct_t * ps_dec,
147 UNUSED(ps_dec);
159 /* Inputs : ps_dec Decoder parameters *
1077 dec_struct_t *ps_dec = (dec_struct_t *)dec_hdl->pv_codec_handle; local
    [all...]
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)
99 ps_cur_slice = ps_dec->ps_cur_slice;
103 pu4_mat_iwt_ofst = ps_dec->pu4_wts_ofsts_mat;
162 WORD32 ih264d_start_of_pic(dec_struct_t *ps_dec,
168 pocstruct_t *ps_prev_poc = &ps_dec->s_cur_pic_poc;
174 (ivd_video_decode_op_t *)ps_dec->pv_dec_out;
175 dec_slice_params_t *ps_cur_slice = ps_dec->ps_cur_slice;
183 H264_MUTEX_LOCK(&ps_dec->process_disp_mutex);
186 if(check_app_out_buf_size(ps_dec) != IV_SUCCESS
894 dec_struct_t *ps_dec = (dec_struct_t *)ptr; local
    [all...]
ih264d_dpb_mgr.c 108 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; local
110 if((pic_buf_id == ps_dec->u1_pic_buf_id) &&
111 ps_dec->ps_cur_slice->u1_field_pic_flag &&
112 (ps_dec->u1_top_bottom_decoded == 0))
117 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_pic_buf_mgr,
120 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr,
121 ps_dec->au1_pic_buf_id_mv_buf_id_map[pic_buf_id],
717 WORD32 ih264d_ref_idx_reordering(dec_struct_t *ps_dec, UWORD8 uc_lx)
719 dpb_manager_t *ps_dpb_mgr = ps_dec->ps_dpb_mgr;
720 UWORD16 u4_cur_pic_num = ps_dec->ps_cur_slice->u2_frame_num
1360 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; local
    [all...]
ih264d_parse_cavlc.c 315 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
317 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
404 ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset);
454 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
456 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
686 ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset);
736 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
1012 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
1348 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
1410 dec_struct_t *ps_dec = (dec_struct_t *)ps_bitstrm->pv_codec_handle; local
    [all...]
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,
922 dec_struct_t * ps_dec = (dec_struct_t *)ps_dec_params; local
1148 dec_struct_t *ps_dec; local
1219 dec_struct_t *ps_dec; local
1734 dec_struct_t * ps_dec = (dec_struct_t *)(dec_hdl->pv_codec_handle); local
2655 dec_struct_t * ps_dec = (dec_struct_t *)(dec_hdl->pv_codec_handle); local
2718 dec_struct_t * ps_dec; local
2768 dec_struct_t * ps_dec; local
2943 dec_struct_t * ps_dec; local
3060 dec_struct_t * ps_dec; local
3174 dec_struct_t * ps_dec; local
3217 dec_struct_t *ps_dec; local
3251 dec_struct_t * ps_dec; local
3298 dec_struct_t *ps_dec = dec_hdl->pv_codec_handle; local
3399 dec_struct_t *ps_dec = dec_hdl->pv_codec_handle; local
3485 dec_struct_t *ps_dec = dec_hdl->pv_codec_handle; local
3590 dec_struct_t *ps_dec = dec_hdl->pv_codec_handle; local
3654 dec_struct_t *ps_dec = dec_hdl->pv_codec_handle; local
    [all...]
ih264d_utils.c 450 WORD32 ih264d_end_of_pic_processing(dec_struct_t *ps_dec)
453 dec_slice_params_t *ps_cur_slice = ps_dec->ps_cur_slice;
474 if(ps_dec->ps_dpb_cmds->u1_long_term_reference_flag == 0)
476 ih264d_reset_ref_bufs(ps_dec->ps_dpb_mgr);
478 ih264d_insert_st_node(ps_dec->ps_dpb_mgr,
479 ps_dec->ps_cur_pic,
480 ps_dec->u1_pic_buf_id,
489 ih264d_insert_st_node(ps_dec->ps_dpb_mgr,
490 ps_dec->ps_cur_pic,
491 ps_dec->u1_pic_buf_id
2237 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; local
    [all...]
  /external/libhevc/decoder/
ihevcd_api.c 2138 codec_t *ps_dec; local
    [all...]

Completed in 728 milliseconds