Searched refs:tfr_ctxt_t (Results 1 – 14 of 14) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_deblocking.h | 49 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,
|
D | ih264d_thread_compute_bs.c | 320 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()
|
D | ih264d_deblocking.c | 78 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 …]
|
D | ih264d_thread_compute_bs.h | 36 tfr_ctxt_t *ps_tfr_cxt,
|
D | ih264d_transfer_address.h | 43 } tfr_ctxt_t; typedef
|
D | ih264d_structs.h | 892 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;
|
D | ih264d_thread_parse_decode.c | 397 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()
|
D | ih264d_parse_slice.c | 704 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()
|
D | ih264d_process_pslice.c | 454 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()
|
D | ih264d_inter_pred.c | 207 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()
|
D | ih264d_parse_islice.c | 1199 tfr_ctxt_t *ps_frame_buf; in ih264d_parse_ipcm_mb()
|
D | ih264d_mb_utils.c | 1397 tfr_ctxt_t *ps_trns_addr = &ps_dec->s_tran_addrecon; in ih264d_transfer_mb_group_data()
|
D | ih264d_process_intra_mb.c | 754 tfr_ctxt_t *ps_frame_buf = ps_dec->ps_frame_buf_ip_recon; in ih264d_process_intra_mb()
|
D | ih264d_api.c | 2186 tfr_ctxt_t s_tfr_ctxt; in ih264d_video_decode() 2187 tfr_ctxt_t *ps_tfr_cxt = &s_tfr_ctxt; in ih264d_video_decode()
|