Home
last modified time | relevance | path

Searched defs:linear (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/mesa3d/src/util/tests/format/
H A Dsrgb.c13 const enum pipe_format linear = util_format_linear(format); in main() local
23 const enum pipe_format linear = util_format_linear(format); in main() local
/third_party/skia/src/effects/
H A DSkHighContrastFilter.cpp62 skcms_TransferFunction linear = SkNamedTransferFn::kLinear; in Make() local
/third_party/pulseaudio/src/pulsecore/
H A Dmix.h40 } linear[PA_CHANNELS_MAX]; member
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.h51 uint32_t *linear; member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DExponentialTaper.java60 public double linearToExponential(double linear) { in linearToExponential() argument
/third_party/skia/tests/
H A DSRGBTest.cpp24 linear = sRGB->makeLinearGamma(); in DEF_TEST() local
53 linear = sRGB->makeLinearGamma(); in DEF_TEST() local
98 sk_sp<SkColorSpace> linear = cs->makeLinearGamma(); in DEF_TEST() local
H A DApplyGammaTest.cpp34 static float linear_to_srgb(float linear) { in linear_to_srgb() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_interpolator_animat_test.cpp73 LinearInterpolator* linear; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_interpolator_test.cpp87 LinearInterpolator* linear; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_color_conversion_common.h86 vec3 LinearToSrgb(const vec3 linear) in LinearToSrgb() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcolor.h49 inline float LinearToSRGBConv(const float linear) in LinearToSRGBConv() argument
[all...]
/third_party/ffmpeg/libavresample/
H A Dresample.h41 int linear; member
/third_party/ffmpeg/libswresample/
H A Dresample.h44 int linear; member
H A Dsoxr_resample.c32 static struct ResampleContext *create(struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, in create() argument
/third_party/skia/samplecode/
H A DSampleCusp.cpp56 SkScalar linear = (curTime % speed) / SkIntToFloat(speed); // 0 to 1 in linearToLoop() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_cs_intrinsics.c88 nir_ssa_def *linear = nir_iadd(b, channel, thread_local_id); in lower_cs_intrinsics_convert_block() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c106 bool linear = device->physical_device->instance->debug_flags & PANVK_DEBUG_LINEAR; in panvk_image_select_mod() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_histogram.cc35 static bool linear = FLAGS_linear; in DistanceTransform() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp57 PremultiplyAlpha( uint8_t *imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument
H A Dimage_loader_stb_image.cpp124 PremultiplyAlpha( uint8_t* imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h304 nir_ssa_def *linear = nir_fmul(b, c, nir_imm_float(b, 12.92f)); in nir_format_linear_to_srgb() local
317 nir_ssa_def *linear = nir_fdiv(b, c, nir_imm_float(b, 12.92f)); in nir_format_srgb_to_linear() local
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h401 struct hdr_iter_linear linear; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_layout.c338 bool linear = layout->modifier == DRM_FORMAT_MOD_LINEAR; in pan_image_layout_init() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c384 boolean linear = is_linear(tile->state, block, k); in do_debug_bin() local
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c69 int linear; member
177 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ in av_resample_init() argument

Completed in 10 milliseconds

1234