Searched refs:s_deblk_prms (Results 1 – 2 of 2) sorted by relevance
2464 ps_ctxt->s_deblk_prms.i4_ctb_size = ctb_size; in ihevce_enc_loop_process_row()2467 ps_ctxt->s_deblk_prms.pu1_ctb_y = s_cu_prms.pu1_luma_recon; in ihevce_enc_loop_process_row()2468 ps_ctxt->s_deblk_prms.pu1_ctb_uv = s_cu_prms.pu1_chrm_recon; in ihevce_enc_loop_process_row()2469 ps_ctxt->s_deblk_prms.i4_luma_pic_stride = s_cu_prms.i4_luma_recon_stride; in ihevce_enc_loop_process_row()2470 ps_ctxt->s_deblk_prms.i4_chroma_pic_stride = s_cu_prms.i4_chrm_recon_stride; in ihevce_enc_loop_process_row()2472 ps_ctxt->s_deblk_prms.i4_deblock_top_ctb_edge = (0 == vert_ctr) ? 0 : 1; in ihevce_enc_loop_process_row()2474 ps_ctxt->s_deblk_prms.i4_deblock_top_ctb_edge = in ihevce_enc_loop_process_row()2477 ps_ctxt->s_deblk_prms.i4_deblock_left_ctb_edge = (ctb_start == ctb_ctr) ? 0 : 1; in ihevce_enc_loop_process_row()2481 &ps_ctxt->s_deblk_prms, last_col_tile, &s_deblk_ctb_row_params); in ihevce_enc_loop_process_row()4494 ps_ctxt->s_deblk_prms.u1_chroma_array_type = ps_ctxt->u1_chroma_array_type; in ihevce_enc_loop_init()[all …]
2261 deblk_ctb_params_t s_deblk_prms; member