Searched refs:ps_pad_mgr (Results 1 – 4 of 4) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_deblocking.c | 630 pad_mgr_t *ps_pad_mgr, in ih264d_init_deblk_tfr_ctxt() argument 662 ps_pad_mgr->u1_vert_pad_top = !(ps_dec->ps_cur_slice->u1_field_pic_flag in ih264d_init_deblk_tfr_ctxt() 664 ps_pad_mgr->u1_vert_pad_bot = in ih264d_init_deblk_tfr_ctxt() 667 ps_pad_mgr->u1_horz_pad = 1; in ih264d_init_deblk_tfr_ctxt() 671 ps_pad_mgr->u1_horz_pad = 0; in ih264d_init_deblk_tfr_ctxt() 672 ps_pad_mgr->u1_vert_pad_top = 0; in ih264d_init_deblk_tfr_ctxt() 673 ps_pad_mgr->u1_vert_pad_bot = 0; in ih264d_init_deblk_tfr_ctxt() 719 pad_mgr_t * ps_pad_mgr = &ps_dec->s_pad_mgr; in ih264d_deblock_picture_mbaff() local 731 ih264d_init_deblk_tfr_ctxt(ps_dec, ps_pad_mgr, ps_tfr_cxt, u2_image_wd_mb, in ih264d_deblock_picture_mbaff() 906 if(ps_pad_mgr->u1_horz_pad) in ih264d_deblock_picture_mbaff() [all …]
|
D | ih264d_thread_compute_bs.c | 401 pad_mgr_t *ps_pad_mgr ; in ih264d_recon_deblk_slice() local 453 ps_pad_mgr = &ps_dec->s_pad_mgr; in ih264d_recon_deblk_slice() 456 ih264d_init_deblk_tfr_ctxt(ps_dec, ps_pad_mgr, ps_tfr_cxt, in ih264d_recon_deblk_slice()
|
D | ih264d_deblocking.h | 165 pad_mgr_t *ps_pad_mgr,
|
D | ih264d_api.c | 2188 pad_mgr_t *ps_pad_mgr = &ps_dec->s_pad_mgr; in ih264d_video_decode() local 2195 ih264d_init_deblk_tfr_ctxt(ps_dec, ps_pad_mgr, ps_tfr_cxt, in ih264d_video_decode()
|