Searched refs:F_VIDMODE_EN_DITHER (Results 1 – 2 of 2) sorted by relevance
4115 if(input_mode & F_VIDMODE_EN_DITHER) // YUV444 to RGB24 need dither in hdmi_tx_setup_csc()4136 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to YUV444 need dither in hdmi_tx_setup_csc()4154 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to RGB24 need dither in hdmi_tx_setup_csc()4172 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV444 need dither in hdmi_tx_setup_csc()4184 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV422 need dither in hdmi_tx_setup_csc()
50 #define F_VIDMODE_EN_DITHER (1<<7) macro