Searched refs:srcUVStride (Results 1 – 2 of 2) sorted by relevance
171 const int srcUVStride = CVPixelBufferGetBytesPerRowOfPlane(_pixelBuffer, 1);175 srcUV += srcUVStride * (_cropY / 2) + _cropX;182 srcUVStride,287 const int srcUVStride = CVPixelBufferGetBytesPerRowOfPlane(_pixelBuffer, 1);291 srcUV += srcUVStride * (_cropY / 2) + _cropX;297 srcUVStride,
184 const int srcUVStride = img->stride[VPX_PLANE_V] / 2; in convert_16_to_8_neon() local236 srcUBase += srcUVStride; in convert_16_to_8_neon()237 srcVBase += srcUVStride; in convert_16_to_8_neon()