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

/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.cpp35 uint8 *rgbbase = (uint8 *)out->data[0]; local
44 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
46 rgbbase += rgbBaseInc;
49 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
53 rgbbase += rgbBaseInc;
71 uint8 *rgbbase = (uint8 *)out->data[0]; local
80 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
82 rgbbase += rgbBaseInc;
85 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
89 rgbbase
107 uint8 *rgbbase = (uint8 *)out->data[0]; local
143 uint8 *rgbbase = (uint8 *)out->data[0]; local
173 uint8 *rgbbase = (uint8 *)out->data[0]; local
203 uint8 *rgbbase = (uint8 *)out->data[0]; local
231 uint8 *rgbbase = (uint8 *)out->data[0]; local
252 uint8 *rgbbase = (uint8 *)out->data[0]; local
273 uint8 *rgbbase = (uint8 *)out->data[0]; local
[all...]
H A Dgfx_conv_c.cpp180 uint32 *rgbbase = (uint32 *)out->data[0]; local
189 rgbbase[j] = YUV444TORGBA8888(ybase[j], ubase[uv_index],
191 rgbbase[j + 1] = YUV444TORGBA8888(ybase[j + 1], ubase[uv_index],
201 rgbbase += out->linesize[0] / 4;

Completed in 86 milliseconds