1 2 #if PQ_GRULE_NR_ENABLE 3 code U8 MST_GRule_1366_PIP_NR_Sub[PQ_GRULE_NR_LVL_NUM_Sub]= 4 { 5 PQ_GRule_NR_Off_Sub, 6 PQ_GRule_NR_Low_Sub, 7 PQ_GRule_NR_Middle_Sub, 8 PQ_GRule_NR_High_Sub, 9 PQ_GRule_NR_Auto_Low_L_Sub, 10 PQ_GRule_NR_Auto_Low_M_Sub, 11 PQ_GRule_NR_Auto_Low_H_Sub, 12 PQ_GRule_NR_Auto_Middle_L_Sub, 13 PQ_GRule_NR_Auto_Middle_M_Sub, 14 PQ_GRule_NR_Auto_Middle_H_Sub, 15 PQ_GRule_NR_Auto_High_L_Sub, 16 PQ_GRule_NR_Auto_High_M_Sub, 17 PQ_GRule_NR_Auto_High_H_Sub, 18 }; 19 #endif 20 21 22 #if PQ_GRULE_OSD_BW_ENABLE 23 code U8 MST_GRule_1366_PIP_OSD_BW_Sub[PQ_GRULE_OSD_BW_LVL_NUM_Sub]= 24 { 25 PQ_GRule_OSD_BW_On_1366_PIP_Sub, 26 }; 27 #endif 28 29 30 #if PQ_GRULE_MPEG_NR_ENABLE 31 code U8 MST_GRule_1366_PIP_MPEG_NR_Sub[PQ_GRULE_MPEG_NR_LVL_NUM_Sub]= 32 { 33 PQ_GRule_MPEG_NR_Off_Sub, 34 PQ_GRule_MPEG_NR_Low_Sub, 35 PQ_GRule_MPEG_NR_Middle_Sub, 36 PQ_GRule_MPEG_NR_High_Sub, 37 }; 38 #endif 39 40 41 #if PQ_GRULE_FILM_MODE_ENABLE 42 code U8 MST_GRule_1366_PIP_FILM_MODE_Sub[PQ_GRULE_FILM_MODE_LVL_NUM_Sub]= 43 { 44 PQ_GRule_FILM_MODE_Off_Sub, 45 PQ_GRule_FILM_MODE_On_Sub, 46 }; 47 #endif 48 49 50 #if PQ_GRULE_PTP_ENABLE 51 code U8 MST_GRule_1366_PIP_PTP_Sub[PQ_GRULE_PTP_LVL_NUM_Sub]= 52 { 53 PQ_GRule_PTP_On_PTP_Sub, 54 }; 55 #endif 56 57