Home
last modified time | relevance | path

Searched refs:biases (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp137 // The raster implementation also uses scales and biases, but since they must be calculated
140 SkPMColor4f biases[kMaxIntervals];
169 bias.store(biases + intervalCount);
177 biases[i] = SK_PMColor4fTRANSPARENT;
183 scales[6], scales[7], biases[0], biases[1], biases[2], biases[3], biases[4],
184 biases[5], biases[6], biases[7],
DGrDualIntervalGradientColorizer.fp46 // Derive scale and biases from the 4 colors and threshold
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrUnrolledBinaryGradientColorizer.cpp334 SkPMColor4f biases[kMaxIntervals]; in Make() local
363 bias.store(biases + intervalCount); in Make()
371 biases[i] = SK_PMColor4fTRANSPARENT; in Make()
377 scales[6], scales[7], biases[0], biases[1], biases[2], biases[3], biases[4], biases[5], in Make()
378 biases[6], biases[7], in Make()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_conv2d.c65 conv_params->biases = NULL; in dnn_load_layer_conv2d()
67 conv_params->biases = av_malloc(conv_params->output_num * sizeof(float)); in dnn_load_layer_conv2d()
68 if (!conv_params->biases){ in dnn_load_layer_conv2d()
74 conv_params->biases[i] = av_int2float(avio_rl32(model_file_context)); in dnn_load_layer_conv2d()
129 output[n_filter] = conv_params->biases[n_filter]; in dnn_execute_layer_conv2d()
Ddnn_backend_native_layer_conv2d.h36 float *biases; member
Ddnn_backend_native.c324 av_freep(&conv_params->biases); in ff_dnn_free_model_native()
Ddnn_backend_tf.c316 memcpy(TF_TensorData(tensor), params->biases, params->output_num * sizeof(float)); in add_conv_layer()
/third_party/ffmpeg/libavfilter/
Dvf_convolution_opencl.c48 cl_float biases[4]; member
112 ctx->biases[i] = ctx->biases[i] / 255.0; in convolution_opencl_make_filter_params()
226 CL_SET_KERNEL_ARG(ctx->kernel, 5, cl_float, &ctx->biases[p]); in convolution_opencl_filter_frame()
356 …{ "0bias", "set bias for 1st plane", OFFSET(biases[0]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MA…
357 …{ "1bias", "set bias for 2nd plane", OFFSET(biases[1]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MA…
358 …{ "2bias", "set bias for 3rd plane", OFFSET(biases[2]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MA…
359 …{ "3bias", "set bias for 4th plane", OFFSET(biases[3]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MA…
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dprint-deflate-magic-numbers.go50 biases := [2]uint32{3, 1}
59 x = 0x40000000 | ((bn - biases[i]) << 8) | (extraBits[i][j] << 4)
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-conv2d-test.c101 params.biases = bias; in test_with_same_dilate()
201 params.biases = bias; in test_with_valid()
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp386 SkPMColor4f biases[kMaxUnrolledIntervalCount]; in make_unrolled_binary_colorizer() local
389 kMaxUnrolledIntervalCount, scales, biases, thresholds); in make_unrolled_binary_colorizer()
397 return make_unrolled_colorizer(intervalCount, scales, biases, thresholds1_7, thresholds9_13); in make_unrolled_binary_colorizer()
409 SkPMColor4f biases[kMaxLoopingIntervalCount]; in make_looping_binary_colorizer() local
412 kMaxLoopingIntervalCount, scales, biases, thresholds); in make_looping_binary_colorizer()
425 biases[intervalCount] = biases[intervalCount - 1]; in make_looping_binary_colorizer()
428 return make_looping_colorizer(intervalCount, scales, biases, thresholds); in make_looping_binary_colorizer()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_lod_bias.txt70 has the biases per-texture object.
101 biases in each texture dimension. The EXT extension does not
DEXT_sparse_texture2.txt1162 level of detail. After that, per-texture and per-texture unit LOD biases
/third_party/openGLES/extensions/EXT/
DEXT_texture_lod_bias.txt70 has the biases per-texture object.
101 biases in each texture dimension. The EXT extension does not
DEXT_sparse_texture2.txt1162 level of detail. After that, per-texture and per-texture unit LOD biases
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_lod_bias.txt31 primitives appear excessively blurry. This extension provides biases
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_lod_bias.txt31 primitives appear excessively blurry. This extension provides biases
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt317 corresponding POST_TRANSFORM scale and biases in the obvious way.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_fft.txt317 corresponding POST_TRANSFORM scale and biases in the obvious way.
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
DREADME.md137 Adding the implicit biases give:
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dtext.dart638 /// the platform having unexpected left-to-right biases or assumptions, as
659 /// ### Known left-to-right biases in Flutter
661 /// Despite the design intent described above, certain left-to-right biases have
/third_party/flutter/engine/flutter/lib/ui/
Dtext.dart1148 /// the platform having unexpected left-to-right biases or assumptions, as
1169 /// ### Known left-to-right biases in Flutter
1171 /// Despite the design intent described above, certain left-to-right biases have
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sparse_texture_clamp.txt484 level of detail. After that, per-texture and per-texture unit LOD biases
/third_party/python/Doc/library/
Drandom.rst193 to avoid small biases from round-off error.
/third_party/openGLES/extensions/ARB/
DARB_sparse_texture_clamp.txt494 level of detail. After that, per-texture and per-texture unit LOD biases

12