Home
last modified time | relevance | path

Searched refs:rBase (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c.cpp305 uint8 *rBase = (uint8 *)in->data[2]; in gfx_conv_GBRP_RGB32_c() local
312 rgbBase[j] = gBase[j] | (bBase[j] << 8) | (rBase[j] << 16); in gfx_conv_GBRP_RGB32_c()
317 rBase += in->linesize[2]; in gfx_conv_GBRP_RGB32_c()