Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c223 MS_U32 cr_out_temp; in rgb2yuv() local
246 cr_out_temp = (cr_term_r_e << 3) - cr_term_g_b; in rgb2yuv()
247 *cr_out_ptr = (cr_out_temp >> 7) & 0xFF; in rgb2yuv()