Searched refs:strideLum (Results 1 – 2 of 2) sorted by relevance
67 unsigned strideLum = align<16>(width); in copyNV21toRGB32() local68 unsigned sizeY = strideLum * height; in copyNV21toRGB32()69 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32()77 uint8_t* rowY = srcY + r*strideLum; in copyNV21toRGB32()99 unsigned strideLum = align<16>(width); in copyYV12toRGB32() local100 unsigned sizeY = strideLum * height; in copyYV12toRGB32()101 unsigned strideColor = align<16>(strideLum/2); in copyYV12toRGB32()112 uint8_t* rowY = srcY + r*strideLum; in copyYV12toRGB32()
74 const unsigned strideLum = align<16>(tgtBuff.width); in fillNV21FromNV21() local75 const unsigned sizeY = strideLum * tgtBuff.height; in fillNV21FromNV21()76 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21()103 const unsigned strideLum = align<16>(tgtBuff.width); in fillNV21FromYUYV() local104 const unsigned sizeY = strideLum * tgtBuff.height; in fillNV21FromYUYV()105 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV()117 uint8_t* yTopRow = tgt + (cellRow*2) * strideLum; in fillNV21FromYUYV()118 uint8_t* yBotRow = yTopRow + strideLum; in fillNV21FromYUYV()