Home
last modified time | relevance | path

Searched refs:out_scale (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp402 out_scale = max_scale, // minimum scale that doesn't fit in ShapeToFit() local
412 SkASSERT(try_scale >= in_scale && try_scale <= out_scale); in ShapeToFit()
423 out_scale = try_scale; in ShapeToFit()
428 : (in_scale + out_scale) * 0.5f; in ShapeToFit()
434 try_scale = (out_scale == max_scale) in ShapeToFit()
435 // initial out_scale not found yet - search exponentially in ShapeToFit()
437 // out_scale found - binary search in ShapeToFit()
438 : (in_scale + out_scale) * 0.5f; in ShapeToFit()
/third_party/ffmpeg/libavfilter/
H A Dvf_nnedi.c87 float out_scale; member
541 const float out_scale = s->out_scale; in filter_slice() local
652 width, slice_height, depth, out_scale); in filter_slice()
1040 s->out_scale = 1 << (s->depth - 8); in config_input()
1041 s->in_scale = 1.f / s->out_scale; in config_input()
/third_party/backends/backend/pixma/
H A Dpixma_common.c1200 double out_scale = 255.0; in pixma_fill_gamma_table() local
1204 table[i] = (int) (out_scale * pow (i * in_scale, r_gamma) + 0.5); in pixma_fill_gamma_table()
1211 double out_scale = 65535.0; in pixma_fill_gamma_table() local
1216 value = (uint16_t) (out_scale * pow (i * in_scale, r_gamma) + 0.5); in pixma_fill_gamma_table()

Completed in 5 milliseconds