Home
last modified time | relevance | path

Searched refs:ps_tfr_cxt (Results 1 – 7 of 7) sorted by relevance

/external/libavc/decoder/
Dih264d_deblocking.c78 tfr_ctxt_t * ps_tfr_cxt, in ih264d_filter_boundary_left_nonmbaff() argument
106 pu1_y = ps_tfr_cxt->pu1_mb_y; in ih264d_filter_boundary_left_nonmbaff()
107 pu1_u = ps_tfr_cxt->pu1_mb_u; in ih264d_filter_boundary_left_nonmbaff()
108 pu1_v = ps_tfr_cxt->pu1_mb_v; in ih264d_filter_boundary_left_nonmbaff()
302 tfr_ctxt_t * ps_tfr_cxt, in ih264d_filter_boundary_top_nonmbaff() argument
332 pu1_y = ps_tfr_cxt->pu1_mb_y; in ih264d_filter_boundary_top_nonmbaff()
360 pu1_u = ps_tfr_cxt->pu1_mb_u; in ih264d_filter_boundary_top_nonmbaff()
394 tfr_ctxt_t * ps_tfr_cxt, in ih264d_deblock_mb_nonmbaff() argument
458 ih264d_filter_boundary_left_nonmbaff(ps_dec, ps_tfr_cxt, in ih264d_deblock_mb_nonmbaff()
506 pu1_y = ps_tfr_cxt->pu1_mb_y; in ih264d_deblock_mb_nonmbaff()
[all …]
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() argument
369 ih264d_deblock_mb_nonmbaff(ps_dec, 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() argument
456 ih264d_init_deblk_tfr_ctxt(ps_dec, ps_pad_mgr, ps_tfr_cxt, in ih264d_recon_deblk_slice()
682 ih264d_check_mb_map_deblk(ps_dec, u4_num_mbs, ps_tfr_cxt,0); in ih264d_recon_deblk_slice()
691 tfr_ctxt_t *ps_tfr_cxt = &s_tfr_ctxt; // = &ps_dec->s_tran_addrecon; in ih264d_recon_deblk_thread() local
702 ih264d_recon_deblk_slice(ps_dec, ps_tfr_cxt); in ih264d_recon_deblk_thread()
Dih264d_thread_compute_bs.h36 tfr_ctxt_t *ps_tfr_cxt,
Dih264d_thread_parse_decode.c397 tfr_ctxt_t *ps_tfr_cxt = &(ps_dec->s_tran_addrecon); in ih264d_decode_recon_tfr_nmb_thread() local
415 ih264d_deblock_mb_nonmbaff(ps_dec, ps_tfr_cxt, in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_process_pslice.c454 tfr_ctxt_t *ps_tfr_cxt = &(ps_dec->s_tran_addrecon); in ih264d_decode_recon_tfr_nmb() local
473 ih264d_deblock_mb_nonmbaff(ps_dec, ps_tfr_cxt, in ih264d_decode_recon_tfr_nmb()
Dih264d_api.c2489 tfr_ctxt_t *ps_tfr_cxt = &s_tfr_ctxt; in ih264d_video_decode() local
2497 ih264d_init_deblk_tfr_ctxt(ps_dec, ps_pad_mgr, ps_tfr_cxt, in ih264d_video_decode()
2508 ps_tfr_cxt,1); in ih264d_video_decode()