Searched refs:ratio_w (Results 1 – 2 of 2) sorted by relevance
155 float ratio_w = in ResizeBilinear() local159 if (ratio_w >= ratio_h) { in ResizeBilinear()161 output_height = static_cast<int>(round(image_data->height * ratio_w)); in ResizeBilinear()
1677 int ratio_w = m_clipBox.Width() / m_sizeX; in GetDownScale() local1679 int ratio = (ratio_w > ratio_h) ? ratio_h : ratio_w; in GetDownScale()