Home
last modified time | relevance | path

Searched refs:lambda (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/third_party/libsnd/src/GSM610/
Dlong_term.c53 register int k, lambda ; in Cut_Calculation_of_the_LTP_parameters() local
91 for (lambda = 40 ; lambda <= 120 ; lambda++) in Cut_Calculation_of_the_LTP_parameters()
92 { L_result = (int32_t) wt_k * dp [best_k - lambda] ; in Cut_Calculation_of_the_LTP_parameters()
94 { Nc = lambda ; in Cut_Calculation_of_the_LTP_parameters()
154 register int k, lambda ; in Calculation_of_the_LTP_parameters() local
194 for (lambda = 40 ; lambda <= 120 ; lambda++) in Calculation_of_the_LTP_parameters()
198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda] in Calculation_of_the_LTP_parameters()
224 { Nc = lambda ; in Calculation_of_the_LTP_parameters()
290 register int k, lambda ; in Cut_Calculation_of_the_LTP_parameters() local
340 for (lambda = 40 ; lambda <= 120 ; lambda += 9) in Cut_Calculation_of_the_LTP_parameters()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexponential_distribution_test.cc91 for (const TypeParam lambda : kParams) { in TYPED_TEST() local
93 if (!std::isfinite(lambda)) continue; in TYPED_TEST()
94 ABSL_ASSERT(lambda > 0); in TYPED_TEST()
96 const param_type param(lambda); in TYPED_TEST()
98 absl::exponential_distribution<TypeParam> before(lambda); in TYPED_TEST()
99 EXPECT_EQ(before.lambda(), param.lambda()); in TYPED_TEST()
119 absl::StrFormat("Range {%f}: %f, %f, lambda=%f", lambda, in TYPED_TEST()
120 sample_min, sample_max, lambda)); in TYPED_TEST()
126 if (!std::isfinite(lambda)) { in TYPED_TEST()
133 EXPECT_NE(before.lambda(), after.lambda()); in TYPED_TEST()
[all …]
Dexponential_distribution.h44 explicit param_type(result_type lambda = 1) : lambda_(lambda) { in lambda_() argument
45 assert(lambda > 0); in lambda_()
49 result_type lambda() const { return lambda_; } in lambda() function
73 explicit exponential_distribution(result_type lambda) : param_(lambda) {} in exponential_distribution() argument
97 result_type lambda() const { return param_.lambda(); } in lambda() function
142 os << x.lambda();
152 result_type lambda; variable
155 lambda = random_internal::read_floating_point<result_type>(is);
157 x.param(param_type(lambda));
/third_party/typescript/tests/baselines/reference/
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.symbols8 var lambda = () => {
9 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 2, 11…
24 var lambda = () => {
25 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 10, 1…
46 var lambda = () => {
47 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 20, 1…
68 var lambda = () => {
69 >lambda : Symbol(lambda, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 30, 1…
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.js4 var lambda = () => { function
12 var lambda = () => { function
22 var lambda = () => { function
32 var lambda = () => { function
42 var lambda = function () { function in Foo2.Foo2
52 var lambda = function () { method in Foo3.Foo3
61 var lambda = function () { function in Foo4.Foo4
71 var lambda = function () { method in Foo5.Foo5
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.types8 var lambda = () => {
9 >lambda : () => (x: any) => this
26 var lambda = () => {
27 >lambda : () => (x: any) => this
50 var lambda = () => {
51 >lambda : () => (x: any) => this
74 var lambda = () => {
75 >lambda : () => (x: any) => this
DsuperInLambdas.errors.txt23 // super call in a lambda in a constructor
30 // super call in a lambda in a method
39 // super call in a nested lambda in a constructor
43 // super call in a nested lambda in a method
53 // super property in a nested lambda in a constructor
59 // super property in a nested lambda in a method
71 // super in a nested lambda in a constructor
77 // super in a nested lambda in a method
DcollisionThisExpressionAndParameter.js15 var lambda = () => { function
30 var lambda = () => { function
71 var lambda = () => { function
115 var lambda = function () { function
129 var lambda = function () { function
160 var lambda = function () { function
DsuperInLambdas.types36 // super call in a lambda in a constructor
55 // super call in a lambda in a method
78 // super call in a nested lambda in a constructor
92 // super call in a nested lambda in a method
118 // super property in a nested lambda in a constructor
131 // super property in a nested lambda in a method
156 // super in a nested lambda in a constructor
168 // super in a nested lambda in a method
DoverloadsWithProvisionalErrors.types3 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number;}): string; }
8 (lambda: (s: string) => { a: number; b: number }): string;
9 >lambda : (s: string) => { a: number; b: number;}
18 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; }
26 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; }
38 >func : { (s: string): number; (lambda: (s: string) => { a: number; b: number; }): string; }
DcollisionSuperAndParameter.js9 var lambda = () => { function
23 var lambda = () => { function
59 var lambda = () => { function
92 var lambda = function () { function
122 var lambda = function () { function
141 var lambda = function () { function
DcollisionSuperAndParameter.symbols21 var lambda = () => {
22 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 7, 11))
54 var lambda = () => {
55 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 21, 11))
142 var lambda = () => {
143 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter.ts, 57, 11))
DsuperInLambdas.symbols32 // super call in a lambda in a constructor
48 // super call in a lambda in a method
67 // super call in a nested lambda in a constructor
77 // super call in a nested lambda in a method
97 // super property in a nested lambda in a constructor
107 // super property in a nested lambda in a method
127 // super in a nested lambda in a constructor
135 // super in a nested lambda in a method
DcollisionSuperAndParameter1.symbols13 var lambda = (_super: number) => { // Error
14 >lambda : Symbol(lambda, Decl(collisionSuperAndParameter1.ts, 5, 11))
/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h45 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_template() argument
74 return cost * lambda; in quantize_and_encode_band_cost_template()
131 cost += rd * lambda + curbits; in quantize_and_encode_band_cost_template()
165 const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE() argument
176 int cb, const float lambda, const float uplim, \
180 BT_ESC ? ESC_BT : cb, lambda, uplim, bits, energy, \
199 int cb, const float lambda, const float uplim,
223 int cb, const float lambda, const float uplim,
245 lambda, uplim, bits, energy, rtz) \ argument
248 lambda, uplim, bits, energy)
[all …]
Daaccoder.c78 int win, int group_len, const float lambda) in encode_window_bands_info() argument
126 lambda / band->threshold, INFINITY, NULL, NULL, 0); in encode_window_bands_info()
237 const float lambda) in search_for_quantizers_anmr() argument
349 … q + q0, cb, lambda / band->threshold, INFINITY, NULL, NULL, 0); in search_for_quantizers_anmr()
397 const float lambda) in search_for_quantizers_fast() argument
400 … = avctx->bit_rate * 1024.0 / avctx->sample_rate / avctx->ch_layout.nb_channels * (lambda / 120.f); in search_for_quantizers_fast()
551 const float lambda = s->lambda; in search_for_pns() local
553 const float thr_mult = NOISE_LAMBDA_REPLACE*(100.0f/lambda); in search_for_pns()
554 const float spread_threshold = FFMIN(0.75f, NOISE_SPREAD_THRESHOLD*FFMAX(0.5f, lambda/100.f)); in search_for_pns()
555 const float dist_bias = av_clipf(4.f * 120 / lambda, 0.25f, 4.0f); in search_for_pns()
[all …]
Dsvq1enc.c95 int threshold, int lambda, int intra) in encode_block() argument
175 best_vector_score += lambda * in encode_block()
197 threshold >> 1, lambda, intra); in encode_block()
199 stride, level - 1, threshold >> 1, lambda, intra); in encode_block()
200 score += lambda; in encode_block()
262 const int lambda = (s->quality * s->quality) >> in svq1_encode_plane() local
294 s->m.lambda = s->quality; in svq1_encode_plane()
295 s->m.qscale = s->m.lambda * 139 + in svq1_encode_plane()
298 s->m.lambda2 = s->m.lambda * s->m.lambda + in svq1_encode_plane()
395 score[0] = vlc[1] * lambda; in svq1_encode_plane()
[all …]
Dh263enc.h83 const int lambda = s->lambda2 >> (FF_LAMBDA_SHIFT - 6); in get_p_cbp() local
86 int score = ff_h263_inter_MCBPC_bits[i + offset] * lambda; in get_p_cbp()
97 int score= ff_h263_cbpy_tab[i ^ 0xF][1] * lambda; in get_p_cbp()
110 if (best_cbpy_score + best_cbpc_score + 2 * lambda >= 0) in get_p_cbp()
/third_party/ffmpeg/doc/
Drate_distortion.txt19 First step: that rate distortion factor called lambda...
22 distortion + lambda*rate
26 lambda is a fixed value chosen as a tradeoff between quality and filesize
28 filesize? The answer is yes. For each filesize limit there is some lambda
39 distortion + lambda*rate
43 (distortion0 + distortion1) + lambda*(rate0 + rate1)
48 (distortion0 + distortion1) + lambda*(rate0 + rate1)
52 distortion0 + lambda*rate0
56 distortion1 + lambda*rate1
/third_party/typescript/tests/cases/compiler/
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.ts3 var lambda = () => {
11 var lambda = () => {
21 var lambda = () => {
31 var lambda = () => {
DcollisionSuperAndParameter.ts9 var lambda = () => {
23 var lambda = () => {
59 var lambda = () => {
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c141 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SQUAD_mips() argument
237 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UQUAD_mips() argument
352 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SPAIR_mips() argument
455 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR7_mips() argument
573 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR12_mips() argument
690 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ESC_mips() argument
935 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE_mips() argument
943 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ZERO_mips() argument
963 … int cb, const float lambda, const float uplim,
985 lambda, uplim, bits, energy, ROUNDING) \ argument
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_pixel_texture_lod.txt28 introduces a way to derive the lod (lambda) from the
36 this makes lambda uninteresting except for the erp case.
37 should we bother to define lambda in a way that is interesting
40 * Is it possible to compute lambda in a pixel field in a way that
47 * Do we need to implicitly scale the lambda by the number of lods?
82 The alpha color component value becomes the lambda value, the log-base-2
84 of minification to magnification occurs at lambda = 0, with values
92 lambda is set to zero.
/third_party/openGLES/extensions/SGIX/
DSGIX_pixel_texture_lod.txt28 introduces a way to derive the lod (lambda) from the
36 this makes lambda uninteresting except for the erp case.
37 should we bother to define lambda in a way that is interesting
40 * Is it possible to compute lambda in a pixel field in a way that
47 * Do we need to implicitly scale the lambda by the number of lods?
82 The alpha color component value becomes the lambda value, the log-base-2
84 of minification to magnification occurs at lambda = 0, with values
92 lambda is set to zero.
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireTest.h40 explicit LambdaMatcherImpl(Lambda lambda) : mLambda(lambda) {
65 inline testing::Matcher<MatcherLambdaArgument<Lambda>> MatchesLambda(Lambda lambda) {
66 return MakeMatcher(new LambdaMatcherImpl<Lambda, MatcherLambdaArgument<Lambda>>(lambda));

12345678910>>...13