Home
last modified time | relevance | path

Searched refs:norm1 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus.c449 float norm1[2 * 8 * 100]; in ff_celt_quant_bands() local
450 float *norm2 = norm1 + 8 * 100; in ff_celt_quant_bands()
489 memcpy(&norm1[band_offset], &norm1[band_offset - count], count * sizeof(float)); in ff_celt_quant_bands()
520 norm1[j] = (norm1[j] + norm2[j]) / 2; in ff_celt_quant_bands()
523 norm_loc1 = effective_lowband != -1 ? norm1 + (effective_lowband << f->size) : NULL; in ff_celt_quant_bands()
529 norm1 + band_offset, 0, 1.0f, in ff_celt_quant_bands()
539 norm1 + band_offset, 0, 1.0f, in ff_celt_quant_bands()
Dopusenc_psy.c34 float buf[176 * 2], lowband_scratch[176], norm1[176], norm2[176]; in pvq_band_cost() local
54 f->size, norm1, 0, 1.0f, lowband_scratch, cm[0]); in pvq_band_cost()
60 norm1, 0, 1.0f, lowband_scratch, cm[0] | cm[1]); in pvq_band_cost()
Dac3dec.c377 float norm0, norm1; in set_downmix_coeffs() local
405 norm0 = norm1 = 0.0; in set_downmix_coeffs()
408 norm1 += downmix_coeffs[1][i]; in set_downmix_coeffs()
411 norm1 = 1.0f / norm1; in set_downmix_coeffs()
414 downmix_coeffs[1][i] *= norm1; in set_downmix_coeffs()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl113 …tvec4<T, P> norm1 = detail::taylorInvSqrt(tvec4<T, P>(dot(g001, g001), dot(g011, g011), dot(g101, … local
114 g001 *= norm1.x;
115 g011 *= norm1.y;
116 g101 *= norm1.z;
117 g111 *= norm1.w;
184 …tvec4<T, P> norm1 = taylorInvSqrt(tvec4<T, P>(dot(g001, g001), dot(g011, g011), dot(g101, g101), d…
185 g001 *= norm1.x;
186 g011 *= norm1.y;
187 g101 *= norm1.z;
188 g111 *= norm1.w;
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp1009 const Norm *norm1 = b1.norms.getNorm(c); in computeDiff() local
1013 if(norm1 == nullptr || !norm1->hasMapping()) { in computeDiff()
1017 mapping1 = norm1->mapping; in computeDiff()
1018 type1 = norm1->mappingType; in computeDiff()
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp1009 const Norm *norm1 = b1.norms.getNorm(c); in computeDiff() local
1013 if(norm1 == nullptr || !norm1->hasMapping()) { in computeDiff()
1017 mapping1 = norm1->mapping; in computeDiff()
1018 type1 = norm1->mappingType; in computeDiff()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp1009 const Norm *norm1 = b1.norms.getNorm(c); in computeDiff() local
1013 if(norm1 == nullptr || !norm1->hasMapping()) { in computeDiff()
1017 mapping1 = norm1->mapping; in computeDiff()
1018 type1 = norm1->mappingType; in computeDiff()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c492 int norm1, norm2, mtn1, mtn2; in compare_fields() local
590 norm1 = (int)((accumPc / 6.0f) + 0.5f); in compare_fields()
594 c1 = ((float)FFMAX(norm1,norm2)) / ((float)FFMAX(FFMIN(norm1,norm2),1)); in compare_fields()
596 mr = ((float)FFMAX(mtn1, mtn2)) / ((float)FFMAX(FFMAX(norm1,norm2),1)); in compare_fields()
605 ret = norm1 > norm2 ? match2 : match1; in compare_fields()
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1132 SkVector norm1 = {stopPoint.fY, -stopPoint.fX}; in CircleOp() local
1135 std::swap(norm0, norm1); in CircleOp()
1146 {norm1.fX, norm1.fY, 0.5f}, in CircleOp()
1158 {norm1.fX, norm1.fY, 0.5f}, in CircleOp()
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1115 SkVector norm1 = {stopPoint.fY, -stopPoint.fX}; in CircleOp() local
1118 std::swap(norm0, norm1); in CircleOp()
1129 {norm1.fX, norm1.fY, 0.5f}, in CircleOp()
1141 {norm1.fX, norm1.fY, 0.5f}, in CircleOp()