Searched refs:Rtab (Results 1 – 1 of 1) sorted by relevance
24 extern const uint32* Rtab;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()389 const uint32* Rtab = &Rsat[223]; variable