Searched refs:s_deblk_prms (Results 1 – 2 of 2) sorted by relevance
2479 ps_ctxt->s_deblk_prms.i4_ctb_size = ctb_size; in ihevce_enc_loop_process_row()2482 ps_ctxt->s_deblk_prms.pu1_ctb_y = s_cu_prms.pu1_luma_recon; in ihevce_enc_loop_process_row()2483 ps_ctxt->s_deblk_prms.pu1_ctb_uv = s_cu_prms.pu1_chrm_recon; in ihevce_enc_loop_process_row()2484 ps_ctxt->s_deblk_prms.i4_luma_pic_stride = s_cu_prms.i4_luma_recon_stride; in ihevce_enc_loop_process_row()2485 ps_ctxt->s_deblk_prms.i4_chroma_pic_stride = s_cu_prms.i4_chrm_recon_stride; in ihevce_enc_loop_process_row()2487 ps_ctxt->s_deblk_prms.i4_deblock_top_ctb_edge = (0 == vert_ctr) ? 0 : 1; in ihevce_enc_loop_process_row()2489 ps_ctxt->s_deblk_prms.i4_deblock_top_ctb_edge = in ihevce_enc_loop_process_row()2492 ps_ctxt->s_deblk_prms.i4_deblock_left_ctb_edge = (ctb_start == ctb_ctr) ? 0 : 1; in ihevce_enc_loop_process_row()2496 &ps_ctxt->s_deblk_prms, last_col_tile, &s_deblk_ctb_row_params); in ihevce_enc_loop_process_row()4397 ps_ctxt->s_deblk_prms.u1_chroma_array_type = ps_ctxt->u1_chroma_array_type; in ihevce_enc_loop_init()[all …]
2262 deblk_ctb_params_t s_deblk_prms; member