Home
last modified time | relevance | path

Searched refs:scene_motion_flag_matrix (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c41 RK_S32 scene_motion_flag_matrix[FRAME_MOTION_ANALYSIS_NUM]; member
99 memset(tune->scene_motion_flag_matrix, 0, sizeof(tune->scene_motion_flag_matrix)); in vepu580_h264e_tune_init()
331 tune->scene_motion_flag_matrix[j + 1] = tune->scene_motion_flag_matrix[j]; in vepu580_h264e_tune_stat_update()
333 tune->scene_motion_flag_matrix[0] = tune->curr_scene_motion_flag; in vepu580_h264e_tune_stat_update()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c45 RK_S32 scene_motion_flag_matrix[FRAME_MOTION_ANALYSIS_NUM]; member
222 memset(tune->scene_motion_flag_matrix, 0, sizeof(tune->scene_motion_flag_matrix)); in vepu580_h265e_tune_init()
605 tune->scene_motion_flag_matrix[j + 1] = tune->scene_motion_flag_matrix[j]; in vepu580_h265e_tune_stat_update()
607 tune->scene_motion_flag_matrix[0] = tune->curr_scene_motion_flag; in vepu580_h265e_tune_stat_update()