Home
last modified time | relevance | path

Searched refs:to_f (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dinstruction_test.cc34 EXPECT_FLOAT_EQ(ops[0].to_f(), 1.2f); in TEST_F()
Doperand_test.cc29 EXPECT_FLOAT_EQ(o.to_f(), 1.2f); in TEST_F()
Doperand.h79 float to_f() const { return float_val_; } in to_f() function
Dbinary_writer.cc62 auto f = op.to_f(); in process_op()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.h96 ALWAYS_INLINE static f_pixel to_f(const float gamma_lut[], const rgba_pixel px);
97 inline static f_pixel to_f(const float gamma_lut[], const rgba_pixel px) in to_f() function
Dpam.c214 hist->achv[j].acolor = to_f(gamma_lut, entry.color.rgba); \
Dlibimagequant.c543 img->fixed_colors[img->fixed_colors_count++] = to_f (gamma_lut, pix); in liq_image_add_fixed_color()
775 row_f_pixels[col] = to_f (gamma_lut, row_pixels[col]); in convert_row_to_f()
1129 …map->palette[x].acolor = to_f (gamma_lut, px); /* saves rounding error introduced by to_rgb, … in set_rounded_palette()