Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c42 RK_S32 md_flag_matrix[MD_SHOW_LEN]; member
115 memset(tune->md_flag_matrix, 0, sizeof(tune->md_flag_matrix)); in vepu580_h264e_tune_init()
321 if (tune->md_flag_matrix[0] && tune->md_flag_matrix[1] && tune->md_flag_matrix[2]) { in vepu580_h264e_tune_stat_update()
323 …se if ((tune->md_flag_matrix[0] && tune->md_flag_matrix[1]) || (tune->md_flag_matrix[1] && tune->m… in vepu580_h264e_tune_stat_update()
334 tune->md_flag_matrix[j + 1] = tune->md_flag_matrix[j]; in vepu580_h264e_tune_stat_update()
337 tune->md_flag_matrix[0] = md_flag; in vepu580_h264e_tune_stat_update()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c42 RK_S32 md_flag_matrix[MD_SHOW_LEN]; member
217 memset(tune->md_flag_matrix, 0, sizeof(tune->md_flag_matrix)); in vepu580_h265e_tune_init()
552 if (tune->md_flag_matrix[0] && tune->md_flag_matrix[1] && tune->md_flag_matrix[2]) { in vepu580_h265e_tune_stat_update()
554 …se if ((tune->md_flag_matrix[0] && tune->md_flag_matrix[1]) || (tune->md_flag_matrix[1] && tune->m… in vepu580_h265e_tune_stat_update()
565 tune->md_flag_matrix[j + 1] = tune->md_flag_matrix[j]; in vepu580_h265e_tune_stat_update()
567 tune->md_flag_matrix[0] = md_flag; in vepu580_h265e_tune_stat_update()