Searched refs:Gtab (Results 1 – 1 of 1) sorted by relevance
25 extern const uint32* Gtab;73 poutEven[j] = Rtab[R] | Gtab[G] | Btab[B]; in gfx_conv_YCbCr420p_RGB32_c()78 poutEven[j + 1] = Rtab[R] | Gtab[G] | Btab[B]; in gfx_conv_YCbCr420p_RGB32_c()87 poutOdd[j] = Rtab[R] | Gtab[G] | Btab[B]; in gfx_conv_YCbCr420p_RGB32_c()92 poutOdd[j + 1] = Rtab[R] | Gtab[G] | Btab[B]; in gfx_conv_YCbCr420p_RGB32_c()480 const uint32* Gtab = &Gsat[172]; variable