Searched refs:cover_num (Results 1 – 2 of 2) sorted by relevance
832 RK_U32 cover_num = ctx->feedback.acc_cover16_num; in vepu510_h265_smear_cfg() local840 if (cover_num * 1000 < smear_flag_cover_thd0[deblur_str] * st_ctu_num) in vepu510_h265_smear_cfg()842 else if (cover_num * 1000 < smear_flag_cover_thd1[deblur_str] * st_ctu_num) in vepu510_h265_smear_cfg()
1559 RK_U32 cover_num = ctx->last_frame_fb.acc_cover16_num; in vepu511_h265_set_smear_regs() local1585 flag_cover = (cover_num * 1000 < flag_cover_thd0[str] * st_ctu_num) ? 0 : in vepu511_h265_set_smear_regs()1586 (cover_num * 1000 < flag_cover_thd1[str] * st_ctu_num) ? 1 : 2; in vepu511_h265_set_smear_regs()