Searched defs:scale_width (Results 1 – 5 of 5) sorted by relevance
59 float scale_width = ShortToFloat32(data[2]); in HandleTwoInputs() local
488 png_charp scale_width = nullptr; in read_header() local
45 float scale_width = (x2 - x1) * (input_width - 1) / (final_width - 1); in CropAndResize() local
131 … float scale_width = final_width_ > 1 ? (x2 - x1) * (input_width_ - 1) / (final_width_ - 1) : 0; in Launch() local
85 double scale_width = static_cast<double>(src_width) / dst_width; in ResizeBilinear3C() local167 double scale_width = static_cast<double>(src_width) / dst_width; in ResizeBilinear1C() local