Home
last modified time | relevance | path

Searched refs:tfr_ctxt_t (Results 1 – 14 of 14) sorted by relevance

/external/libavc/decoder/
Dih264d_deblocking.h49 void FilterBoundaryLeft(tfr_ctxt_t * const ps_tfr_cxt,
58 void FilterBoundaryTop(tfr_ctxt_t * const ps_tfr_cxt,
66 void deblock_mb(tfr_ctxt_t * const ps_tfr_cxt,
77 tfr_ctxt_t * const ps_tfr_cxt,
158 tfr_ctxt_t * const ps_tfr_cxt,
166 tfr_ctxt_t *ps_tfr_cxt,
Dih264d_thread_compute_bs.c320 tfr_ctxt_t *ps_tfr_cxt, in ih264d_check_mb_map_deblk()
378 void ih264d_recon_deblk_slice(dec_struct_t *ps_dec, tfr_ctxt_t *ps_tfr_cxt) in ih264d_recon_deblk_slice()
397 tfr_ctxt_t *ps_trns_addr; in ih264d_recon_deblk_slice()
616 tfr_ctxt_t *ps_trns_addr = &ps_dec->s_tran_iprecon; in ih264d_recon_deblk_slice()
690 tfr_ctxt_t s_tfr_ctxt; in ih264d_recon_deblk_thread()
691 tfr_ctxt_t *ps_tfr_cxt = &s_tfr_ctxt; // = &ps_dec->s_tran_addrecon; in ih264d_recon_deblk_thread()
Dih264d_deblocking.c78 tfr_ctxt_t * ps_tfr_cxt, in ih264d_filter_boundary_left_nonmbaff()
302 tfr_ctxt_t * ps_tfr_cxt, in ih264d_filter_boundary_top_nonmbaff()
394 tfr_ctxt_t * ps_tfr_cxt, in ih264d_deblock_mb_nonmbaff()
631 tfr_ctxt_t *ps_tfr_cxt, in ih264d_init_deblk_tfr_ctxt()
720 tfr_ctxt_t s_tfr_ctxt; in ih264d_deblock_picture_mbaff()
721 tfr_ctxt_t * ps_tfr_cxt = &s_tfr_ctxt; in ih264d_deblock_picture_mbaff()
1002 tfr_ctxt_t s_tfr_ctxt; in ih264d_deblock_picture_non_mbaff()
1003 tfr_ctxt_t * ps_tfr_cxt = &s_tfr_ctxt; // = &ps_dec->s_tran_addrecon; in ih264d_deblock_picture_non_mbaff()
1118 tfr_ctxt_t s_tfr_ctxt; in ih264d_deblock_picture_progressive()
1119 tfr_ctxt_t * ps_tfr_cxt = &s_tfr_ctxt; // = &ps_dec->s_tran_addrecon; in ih264d_deblock_picture_progressive()
[all …]
Dih264d_thread_compute_bs.h36 tfr_ctxt_t *ps_tfr_cxt,
Dih264d_transfer_address.h43 } tfr_ctxt_t; typedef
Dih264d_structs.h892 tfr_ctxt_t s_tran_addrecon_parse;
893 tfr_ctxt_t s_tran_addrecon;
894 tfr_ctxt_t s_tran_iprecon;
895 tfr_ctxt_t *ps_frame_buf_ip_recon;
Dih264d_thread_parse_decode.c397 tfr_ctxt_t *ps_tfr_cxt = &(ps_dec->s_tran_addrecon); in ih264d_decode_recon_tfr_nmb_thread()
450 tfr_ctxt_t *ps_trns_addr; in ih264d_decode_slice_thread()
Dih264d_parse_slice.c704 sizeof(tfr_ctxt_t)); in ih264d_start_of_pic()
708 sizeof(tfr_ctxt_t)); in ih264d_start_of_pic()
1725 tfr_ctxt_t *ps_trns_addr; // = &ps_dec->s_tran_addrecon_parse; in ih264d_parse_decode_slice()
1789 tfr_ctxt_t *ps_trns_addr; in ih264d_parse_decode_slice()
Dih264d_process_pslice.c454 tfr_ctxt_t *ps_tfr_cxt = &(ps_dec->s_tran_addrecon); in ih264d_decode_recon_tfr_nmb()
544 tfr_ctxt_t *ps_frame_buf = ps_dec->ps_frame_buf_ip_recon; in ih264d_process_inter_mb()
Dih264d_inter_pred.c207 tfr_ctxt_t *ps_frame_buf; in ih264d_form_mb_part_info_bp()
486 tfr_ctxt_t *ps_frame_buf; in ih264d_form_mb_part_info_mp()
Dih264d_parse_islice.c1199 tfr_ctxt_t *ps_frame_buf; in ih264d_parse_ipcm_mb()
Dih264d_mb_utils.c1397 tfr_ctxt_t *ps_trns_addr = &ps_dec->s_tran_addrecon; in ih264d_transfer_mb_group_data()
Dih264d_process_intra_mb.c754 tfr_ctxt_t *ps_frame_buf = ps_dec->ps_frame_buf_ip_recon; in ih264d_process_intra_mb()
Dih264d_api.c2186 tfr_ctxt_t s_tfr_ctxt; in ih264d_video_decode()
2187 tfr_ctxt_t *ps_tfr_cxt = &s_tfr_ctxt; in ih264d_video_decode()