Searched refs:Ytab (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c_lookup.cpp23 extern const int32 Ytab[];
67 Y0 = Ytab[temp & 0xff];
68 Y1 = Ytab[temp >> 8];
81 Y0 = Ytab[temp & 0xff];
82 Y1 = Ytab[temp >> 8];
250 const int32 Ytab[256] = { variable

Completed in 60 milliseconds