Home
last modified time | relevance | path

Searched refs:m_max (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/math/tools/
Dstats.hpp25 m_max(-tools::max_value<T>()), in stats()
34 if(val > m_max) in add()
35 m_max = val; in add()
41 T max BOOST_PREVENT_MACRO_SUBSTITUTION()const{ return m_max; } in BOOST_PREVENT_MACRO_SUBSTITUTION()
71 if(s.m_max > m_max) in operator +=()
72 m_max = s.m_max; in operator +=()
79 T m_min, m_max, m_total, m_squared_total; member in boost::math::tools::stats
/third_party/ffmpeg/libavcodec/
Dsbrdsp_template.c48 int kx, int m_max) in sbr_hf_apply_noise_0() argument
50 sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)1.0, (INTFLOAT)0.0, m_max); in sbr_hf_apply_noise_0()
55 int kx, int m_max) in sbr_hf_apply_noise_1() argument
58 sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)0.0, phi_sign, m_max); in sbr_hf_apply_noise_1()
63 int kx, int m_max) in sbr_hf_apply_noise_2() argument
65 sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)-1.0, (INTFLOAT)0.0, m_max); in sbr_hf_apply_noise_2()
70 int kx, int m_max) in sbr_hf_apply_noise_3() argument
73 sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)0.0, -phi_sign, m_max); in sbr_hf_apply_noise_3()
Daacsbr.c284 const int m_max = sbr->m[1]; in sbr_hf_assemble() local
298 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
299 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
314 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
315 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
328 for (m = 0; m < m_max; m++) { in sbr_hf_assemble()
342 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
348 kx, m_max); in sbr_hf_assemble()
355 for (m = 0; m+1 < m_max; m+=2) { in sbr_hf_assemble()
359 if(m_max&1) in sbr_hf_assemble()
[all …]
Daacsbr_fixed.c496 const int m_max = sbr->m[1]; in sbr_hf_assemble() local
510 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
511 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
526 memcpy(g_temp[h_SL + i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble()
527 memcpy(q_temp[h_SL + i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble()
540 for (m = 0; m < m_max; m++) { in sbr_hf_assemble()
558 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
564 kx, m_max); in sbr_hf_assemble()
574 for (m = 0; m+1 < m_max; m+=2) { in sbr_hf_assemble()
592 if(m_max&1) in sbr_hf_assemble()
[all …]
Dsbrdsp.h41 const AAC_FLOAT *g_filt, int m_max, intptr_t ixh);
44 int kx, int m_max);
Dsbrdsp.c188 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() argument
192 for (m = 0; m < m_max; m++) { in sbr_hf_g_filt_c()
204 int m_max) in sbr_hf_apply_noise() argument
208 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise()
Dsbrdsp_fixed.c245 const SoftFloat *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() argument
250 for (m = 0; m < m_max; m++) { in sbr_hf_g_filt_c()
268 int m_max) in sbr_hf_apply_noise() argument
272 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.hpp200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {} in ConstValueRangeAccess()
201 …onst Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*… in ConstValueRangeAccess()
205 ConstValueAccess getMax (void) const { return ConstValueAccess(*m_type, m_max); } in getMax()
220 Scalar* m_max; member in rsg::ConstValueRangeAccess
225 return ConstValueRangeAccess(m_type->getElementType(), m_min + compNdx, m_max + compNdx); in component()
231 return ConstValueRangeAccess(m_type->getElementType(), m_min + offset, m_max + offset); in arrayElement()
237 …return ConstValueRangeAccess(m_type->getMembers()[memberNdx].getType(), m_min + offset, m_max + of… in member()
247 ValueAccess getMax (void) { return ValueAccess(*m_type, m_max); } in getMax()
256 return ValueRangeAccess(m_type->getElementType(), m_min + compNdx, m_max + compNdx); in component()
262 return ValueRangeAccess(m_type->getElementType(), m_min + offset, m_max + offset); in arrayElement()
[all …]
DrsgShader.hpp71 …eRange (void) const { return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); } in getValueRange()
72 …getValueRange (void) { return ValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); } in getValueRange()
77 std::vector<Scalar> m_max; member in rsg::ShaderInput
DrsgVariableValue.cpp161 , m_max (type.getScalarSize()) in ValueRange()
168 , m_max (type.getScalarSize()) in ValueRange()
177 , m_max (type.getScalarSize()) in ValueRange()
186 , m_max (other.getType().getScalarSize()) in ValueRange()
DrsgShader.cpp61 , m_max (variable->getType().getScalarSize()) in ShaderInput()
64 ValueAccess(variable->getType(), &m_max[0]) = valueRange.getMax().value(); in ShaderInput()
/third_party/ffmpeg/libavcodec/aarch64/
Dsbrdsp_init_aarch64.c32 const float *g_filt, int m_max, intptr_t ixh);
39 int kx, int m_max);
42 int kx, int m_max);
45 int kx, int m_max);
48 int kx, int m_max);
/third_party/ffmpeg/libavcodec/arm/
Dsbrdsp_init_arm.c34 const float *g_filt, int m_max, intptr_t ixh);
42 int kx, int m_max);
45 int kx, int m_max);
48 int kx, int m_max);
51 int kx, int m_max);
/third_party/ffmpeg/libavcodec/x86/
Dsbrdsp_init.c31 const float *g_filt, int m_max, intptr_t ixh);
43 int kx, int m_max);
46 int kx, int m_max);
49 int kx, int m_max);
52 int kx, int m_max);
Dsbrdsp.asm328 %define NOISE_TABLE r6q ; r5q is m_max
349 ; int kx, int m_max)
350 cglobal sbr_hf_apply_noise_0, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max
356 ; int kx, int m_max)
357 cglobal sbr_hf_apply_noise_1, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max
365 ; int kx, int m_max)
366 cglobal sbr_hf_apply_noise_2, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max
372 ; int kx, int m_max)
373 cglobal sbr_hf_apply_noise_3, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max
/third_party/boost/boost/spirit/home/classic/utility/
Dloops.hpp118 : base_t(subject_), m_min(min), m_max(max) {} in finite_loop()
124 BOOST_SPIRIT_ASSERT(m_min <= m_max); in parse()
129 std::size_t n2 = m_max; in parse()
164 MaxT m_max; member in boost::spirit::finite_loop
284 : m_min (min), m_max (max) {} in nonfixed_loop_gen()
294 m_max); in operator []()
298 MaxT m_max; member
/third_party/ffmpeg/libavcodec/mips/
Dsbrdsp_mips.c667 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_mips() argument
676 loop_end = p_g + m_max; in sbr_hf_g_filt_mips()
705 int kx, int m_max) in sbr_hf_apply_noise_0_mips() argument
709 for (m = 0; m < m_max; m++){ in sbr_hf_apply_noise_0_mips()
750 int kx, int m_max) in sbr_hf_apply_noise_1_mips() argument
756 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise_1_mips()
797 int kx, int m_max) in sbr_hf_apply_noise_2_mips() argument
803 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise_2_mips()
842 int kx, int m_max) in sbr_hf_apply_noise_3_mips() argument
847 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise_3_mips()
Daacsbr_mips.c324 const int m_max = sbr->m[1]; in sbr_hf_assemble_mips() local
338 int size = m_max; in sbr_hf_assemble_mips()
342 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0])); in sbr_hf_assemble_mips()
343 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0])); in sbr_hf_assemble_mips()
422 for (m = 0; m < m_max; m++) { in sbr_hf_assemble_mips()
437 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble_mips()
443 kx, m_max); in sbr_hf_assemble_mips()
454 for (m = 0; m+1 < m_max; m+=2) { in sbr_hf_assemble_mips()
477 if(m_max&1) in sbr_hf_assemble_mips()
480 indexnoise = (indexnoise + m_max) & 0x1ff; in sbr_hf_assemble_mips()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSampleShadingTests.cpp185 GLfloat m_max; member in glcts::SampleShadingRenderCase
213 , m_max(max) in SampleShadingRenderCase()
317 …m_min, m_min, 0.0f, 1.0f, m_min, m_max, 0.0f, 1.0f, m_max, m_min, 0.0f, 1.0f, m_max, m_max, 0.0f, … in iterate()
492 GLfloat m_max; member in glcts::SampleShadingRenderFormatTests
508 , m_max(max) in SampleShadingRenderFormatTests()
522 m_max, m_extension.c_str(), 1.0)); in init()
526 m_max, m_extension.c_str(), 0.5)); in init()
530 m_max, m_extension.c_str(), 0.0)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp235 GLfloat m_max; member in deqp::ShaderMultisampleInterpolationBaseCase
264 , m_max(max) in ShaderMultisampleInterpolationBaseCase()
397 …m_min, m_min, 0.0f, 1.0f, m_min, m_max, 0.0f, 1.0f, m_max, m_min, 0.0f, 1.0f, m_max, m_max, 0.0f, … in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp111 tcu::Vec3 m_max; member in deqp::gles3::Accuracy::InterpolationCase
119 , m_max (maxVal) in InterpolationCase()
218 tcu::Vec3 scale = 1.0f / (m_max - m_min); in iterate()
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp109 tcu::Vec3 m_max; member in deqp::gles2::Accuracy::InterpolationCase
117 , m_max (maxVal) in InterpolationCase()
212 tcu::Vec3 scale = 1.0f / (m_max - m_min); in iterate()
/third_party/mesa3d/src/panfrost/util/
Dlcra.c176 unsigned m_max = k_max / P; in lcra_solve() local
179 for (unsigned m = 0; m < m_max; ++m) { in lcra_solve()
/third_party/ffmpeg/tests/checkasm/
Dsbrdsp.c209 const INTFLOAT *g_filt, int m_max, intptr_t ixh); in test_hf_g_filt()
233 int kx, int m_max); in test_hf_apply_noise()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp78 const int m_max; member in deqp::gles3::Stress::__anon7d8c47810111::DrawInvalidRangeCase
92 , m_max (max) in DrawInvalidRangeCase()
162 deUint32 max = m_max; in iterate()

12