Searched refs:outScale (Results 1 – 9 of 9) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ResourceHelper2.java | 212 private static boolean parseUnit(String str, TypedValue outValue, float[] outScale) { 217 applyUnit(unit, outValue, outScale); 225 private static void applyUnit(UnitEntry unit, TypedValue outValue, float[] outScale) { 228 outScale[0] = unit.scale;
|
D | ResourceHelper.java | 298 private static boolean parseUnit(String str, TypedValue outValue, float[] outScale) { 303 applyUnit(unit, outValue, outScale); 311 private static void applyUnit(UnitEntry unit, TypedValue outValue, float[] outScale) { 314 outScale[0] = unit.scale;
|
/external/aac/libSACenc/src/ |
D | sacenc_onsetdetect.cpp | 306 int outScale; in fdk_sacenc_onsetDetect_Apply() local 311 SUM_UP_DYNAMIC_SCALE, inScale, &outScale, in fdk_sacenc_onsetDetect_Apply() 313 envScale[M + ts] = outScale + (hybridDataScale << 1); in fdk_sacenc_onsetDetect_Apply()
|
D | sacenc_paramextract.cpp | 589 int outScale; /* scalefactor will not be evaluated */ in fdk_sacenc_applyTtoBox() local 605 inScale + pbScaleCh1[pb], &outScale, in fdk_sacenc_applyTtoBox() 608 inScale + pbScaleCh2[pb], &outScale, in fdk_sacenc_applyTtoBox() 623 inScale + pbScaleCh2[pb], &outScale, in fdk_sacenc_applyTtoBox()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 150 …r (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outB… in Texture2DShader() argument 152 , m_outScale (outScale) in Texture2DShader() 216 const tcu::Vec4 outScale (m_uniforms[0].value.f4); in shadeFragments() local 252 const tcu::Vec4 color = colors[fragNdx] * outScale + outBias; in shadeFragments()
|
D | es31fFboTestUtil.hpp | 58 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 307 …r (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outB… in Texture2DShader() argument 309 , m_outScale (outScale) in Texture2DShader() 373 const tcu::Vec4 outScale (m_uniforms[0].value.f4); in shadeFragments() local 409 const tcu::Vec4 color = colors[fragNdx] * outScale + outBias; in shadeFragments()
|
D | es3fFboTestUtil.hpp | 88 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
|
/external/aac/libFDK/src/ |
D | FDK_qmf_domain.cpp | 551 int outScale = qmfGetOutScalefactor(&qd->QmfDomainOut[ch].fb); in FDK_QmfDomain_InitFilterBank() local 560 if (outScale) { in FDK_QmfDomain_InitFilterBank() 561 qmfChangeOutScalefactor(&qd->QmfDomainOut[ch].fb, outScale); in FDK_QmfDomain_InitFilterBank()
|