Searched refs:s_deblk_ctxt (Results 1 – 5 of 5) sorted by relevance
1023 ps_proc->s_deblk_ctxt.ps_pps = ps_proc->ps_pps; in ihevcd_process()1024 ps_proc->s_deblk_ctxt.ps_sps = ps_proc->ps_sps; in ihevcd_process()1025 ps_proc->s_deblk_ctxt.ps_codec = ps_proc->ps_codec; in ihevcd_process()1026 ps_proc->s_deblk_ctxt.ps_slice_hdr = ps_proc->ps_slice_hdr; in ihevcd_process()1027 ps_proc->s_deblk_ctxt.i4_ctb_x = ps_proc->i4_ctb_x; in ihevcd_process()1028 ps_proc->s_deblk_ctxt.i4_ctb_y = ps_proc->i4_ctb_y; in ihevcd_process()1029 ps_proc->s_deblk_ctxt.pu1_slice_idx = ps_proc->pu1_slice_idx; in ihevcd_process()1030 … ps_proc->s_deblk_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_process()1046 …ps_proc->s_deblk_ctxt.au2_ctb_no_loop_filter_flag[row] = (*(UWORD32 *)(ps_proc->pu1_pic_no_loop_fi… in ihevcd_process()1051 ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_process()[all …]
1119 …ps_codec->as_process[i].s_deblk_ctxt.pu1_pic_no_loop_filter_flag = ps_codec->s_parse.pu1_pic_no_lo… in ihevcd_parse_pic_init()1120 ps_codec->as_process[i].s_deblk_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init()1121 ps_codec->as_process[i].s_deblk_ctxt.pu1_cur_pic_chroma = pu1_cur_pic_chroma; in ihevcd_parse_pic_init()1138 ps_codec->s_parse.s_deblk_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init()1139 ps_codec->s_parse.s_deblk_ctxt.pu1_cur_pic_chroma = pu1_cur_pic_chroma; in ihevcd_parse_pic_init()
1125 deblk_ctxt_t s_deblk_ctxt; member1523 deblk_ctxt_t s_deblk_ctxt; member
2647 …ps_codec->s_parse.s_deblk_ctxt.pu1_pic_no_loop_filter_flag = ps_codec->pu1_pic_no_loop_filter_flag; in ihevcd_init_mem_rec()2906 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_init_mem_rec()2907 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_init_mem_rec()2911 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_init_mem_rec()2912 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_init_mem_rec()2916 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp = (UWORD8 *)pu1_buf; in ihevcd_init_mem_rec()2917 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp = (UWORD8 *)pu1_buf; in ihevcd_init_mem_rec()2921 … ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_init_mem_rec()2922 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_init_mem_rec()
3249 ps_codec->s_parse.s_deblk_ctxt.ps_pps = ps_codec->s_parse.ps_pps; in ihevcd_parse_slice_data()3250 ps_codec->s_parse.s_deblk_ctxt.ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_parse_slice_data()3251 ps_codec->s_parse.s_deblk_ctxt.ps_codec = ps_codec; in ihevcd_parse_slice_data()3252 ps_codec->s_parse.s_deblk_ctxt.ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr; in ihevcd_parse_slice_data()3253 …ps_codec->s_parse.s_deblk_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP… in ihevcd_parse_slice_data()3260 ihevcd_ilf_pad_frame(&ps_codec->s_parse.s_deblk_ctxt, &ps_codec->s_parse.s_sao_ctxt); in ihevcd_parse_slice_data()