Searched refs:source_dy (Results 1 – 1 of 1) sorted by relevance
256 int source_dy = source_height * kFractionMax / height; in ScaleYUVToRGB32() local257 source_dx = ((source_dy >> kFractionBits) * y_pitch) << kFractionBits; in ScaleYUVToRGB32()