Home
last modified time | relevance | path

Searched refs:outScale (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java212 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;
DResourceHelper.java298 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/
Dsacenc_onsetdetect.cpp306 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()
Dsacenc_paramextract.cpp589 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/
Des31fFboTestUtil.cpp150 …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()
Des31fFboTestUtil.hpp58 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp307 …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()
Des3fFboTestUtil.hpp88 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
/external/aac/libFDK/src/
DFDK_qmf_domain.cpp556 int outScale = qmfGetOutScalefactor(&qd->QmfDomainOut[ch].fb); in FDK_QmfDomain_InitFilterBank() local
565 if (outScale) { in FDK_QmfDomain_InitFilterBank()
566 qmfChangeOutScalefactor(&qd->QmfDomainOut[ch].fb, outScale); in FDK_QmfDomain_InitFilterBank()