Searched refs:cr_g (Results 1 – 2 of 2) sorted by relevance
669 static const int cr_g = -fix(0.4187, fixc); variable1358 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc ); in writeFrameData()1368 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc ); in writeFrameData()
651 #define cr_g -fix( 0.4187, fixc ) macro1769 int V = descale( r*cr_r + g*cr_g + b*cr_b, fixc - 2 ); in WriteImage()