Searched refs:strideLum (Results 1 – 1 of 1) sorted by relevance
71 unsigned strideLum = align<16>(width); in copyNV21toRGB32() local72 unsigned sizeY = strideLum * height; in copyNV21toRGB32()73 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32()81 uint8_t* rowY = srcY + r*strideLum; in copyNV21toRGB32()103 unsigned strideLum = align<16>(width); in copyYV12toRGB32() local104 unsigned sizeY = strideLum * height; in copyYV12toRGB32()105 unsigned strideColor = align<16>(strideLum/2); in copyYV12toRGB32()116 uint8_t* rowY = srcY + r*strideLum; in copyYV12toRGB32()