/third_party/ffmpeg/libavcodec/ |
H A D | sbrdsp_template.c | 48 int kx, int m_max) in sbr_hf_apply_noise_0() 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() 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() 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() 73 sbr_hf_apply_noise(Y, s_m, q_filt, noise, (INTFLOAT)0.0, -phi_sign, m_max); in sbr_hf_apply_noise_3() 46 sbr_hf_apply_noise_0(INTFLOAT (Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_0() argument 53 sbr_hf_apply_noise_1(INTFLOAT (Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_1() argument 61 sbr_hf_apply_noise_2(INTFLOAT (Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_2() argument 68 sbr_hf_apply_noise_3(INTFLOAT (Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_3() argument
|
H A D | aacsbr.c | 284 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 in sbr_hf_assemble() [all...] |
H A D | aacsbr_fixed.c | 496 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 in sbr_hf_assemble() [all...] |
H A D | sbrdsp.h | 41 const AAC_FLOAT *g_filt, int m_max, intptr_t ixh); 44 int kx, int m_max);
|
H A D | sbrdsp_fixed.c | 245 const SoftFloat *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() 250 for (m = 0; m < m_max; m++) { in sbr_hf_g_filt_c() 268 int m_max) in sbr_hf_apply_noise() 272 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise() 244 sbr_hf_g_filt_c(int (*Y)[2], const int (*X_high)[40][2], const SoftFloat *g_filt, int m_max, intptr_t ixh) sbr_hf_g_filt_c() argument 262 sbr_hf_apply_noise(int (*Y)[2], const SoftFloat *s_m, const SoftFloat *q_filt, int noise, int phi_sign0, int phi_sign1, int m_max) sbr_hf_apply_noise() argument
|
H A D | sbrdsp.c | 188 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() 192 for (m = 0; m < m_max; m++) { in sbr_hf_g_filt_c() 204 int m_max) in sbr_hf_apply_noise() 208 for (m = 0; m < m_max; m++) { in sbr_hf_apply_noise() 187 sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) sbr_hf_g_filt_c() argument 198 sbr_hf_apply_noise(float (*Y)[2], const float *s_m, const float *q_filt, int noise, float phi_sign0, float phi_sign1, int m_max) sbr_hf_apply_noise() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableValue.hpp | 200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {} in ConstValueRangeAccess() 201 ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*>(maxVal)) {} 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 + offset); 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 in arrayElement() 306 std::vector<Scalar> m_max; global() member in rsg::ValueRange [all...] |
H A D | rsgShader.hpp | 71 ConstValueRangeAccess getValueRange (void) const { return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); } in getValueRange() 72 ValueRangeAccess 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
|
H A D | rsgVariableValue.cpp | 161 , 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()
|
H A D | rsgShader.cpp | 61 , m_max (variable->getType().getScalarSize()) in ShaderInput() 64 ValueAccess(variable->getType(), &m_max[0]) = valueRange.getMax().value(); in ShaderInput()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | sbrdsp_init_arm.c | 34 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/aarch64/ |
H A D | sbrdsp_init_aarch64.c | 32 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/x86/ |
H A D | sbrdsp_init.c | 31 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);
|
H A D | sbrdsp.asm | 314 %define NOISE_TABLE r6q ; r5q is m_max 335 ; int kx, int m_max) 336 cglobal sbr_hf_apply_noise_0, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max 342 ; int kx, int m_max) 343 cglobal sbr_hf_apply_noise_1, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max 351 ; int kx, int m_max) 352 cglobal sbr_hf_apply_noise_2, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max 358 ; int kx, int m_max) 359 cglobal sbr_hf_apply_noise_3, 5,5+NREGS+UNIX64,8, Y,s_m,q_filt,noise,kx,m_max
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | sbrdsp_mips.c | 667 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_mips() 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() 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() 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() 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() 847 for (m = 0; m < m_max; in sbr_hf_apply_noise_3_mips() 666 sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) sbr_hf_g_filt_mips() argument 703 sbr_hf_apply_noise_0_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_0_mips() argument 748 sbr_hf_apply_noise_1_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_1_mips() argument 795 sbr_hf_apply_noise_2_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_2_mips() argument 840 sbr_hf_apply_noise_3_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) sbr_hf_apply_noise_3_mips() argument [all...] |
H A D | aacsbr_mips.c | 324 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) in sbr_hf_assemble_mips() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 185 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, 1.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_extensio in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 235 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, 1.0f, in iterate()
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | lcra.c | 176 unsigned m_max = k_max / P; in lcra_solve() local 179 for (unsigned m = 0; m < m_max; ++m) { in lcra_solve()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aVaryingInterpolationTests.cpp | 109 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/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aVaryingInterpolationTests.cpp | 111 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/ffmpeg/tests/checkasm/ |
H A D | sbrdsp.c | 209 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/ |
H A D | es3sDrawTests.cpp | 78 const int m_max; member in deqp::gles3::Stress::__anon30800::DrawInvalidRangeCase 92 , m_max (max) in DrawInvalidRangeCase() 162 deUint32 max = m_max; in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 673 const GLdouble m_max; member in VertexAttrib64Bit::GetVertexAttribTest 689 , m_max(16.384) in GetVertexAttribTest() 763 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLd() 792 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLdv()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 2791 R32UIImageSingleValueVerifier (const deUint32 value) : m_min(value), m_max(value) {} in R32UIImageSingleValueVerifier() 2792 R32UIImageSingleValueVerifier (const deUint32 min, const deUint32 max) : m_min(min), m_max(max) {} in R32UIImageSingleValueVerifier() 2799 log << TestLog::Message << "// Note: expecting to get value " << (m_min == m_max ? toString(m_min) : "in range [" + toString(m_min) + ", " + toString(m_max) + "]") << TestLog::EndMessage; in operator ()() 2802 if (!de::inRange(resultValue, m_min, m_max)) in operator ()() 2816 const deUint32 m_max; member in deqp::gles31::Functional::__anon30903::R32UIImageSingleValueVerifier
|