Searched refs:Btab (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c_lookup.cpp26 extern const uint32* Btab;
73 poutEven[j] = Rtab[R] | Gtab[G] | Btab[B];
78 poutEven[j + 1] = Rtab[R] | Gtab[G] | Btab[B];
87 poutOdd[j] = Rtab[R] | Gtab[G] | Btab[B];
92 poutOdd[j + 1] = Rtab[R] | Gtab[G] | Btab[B];
601 const uint32* Btab = &Bsat[277]; variable

Completed in 29 milliseconds