Searched refs:Ytab (Results 1 – 1 of 1) sorted by relevance
23 extern const int32 Ytab[];67 Y0 = Ytab[temp & 0xff]; in gfx_conv_YCbCr420p_RGB32_c()68 Y1 = Ytab[temp >> 8]; in gfx_conv_YCbCr420p_RGB32_c()81 Y0 = Ytab[temp & 0xff]; in gfx_conv_YCbCr420p_RGB32_c()82 Y1 = Ytab[temp >> 8]; in gfx_conv_YCbCr420p_RGB32_c()250 const int32 Ytab[256] = { variable