Searched refs:poutOdd (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c_lookup.cpp34 uint32* poutOdd = (uint32*)(out->linesize[0] + (uint8*)poutEven); local
87 poutOdd[j] = Rtab[R] | Gtab[G] | Btab[B];
92 poutOdd[j + 1] = Rtab[R] | Gtab[G] | Btab[B];
96 poutOdd = (uint32*)(poutInc + (uint8*)poutOdd);

Completed in 53 milliseconds