Home
last modified time | relevance | path

Searched refs:redValue (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Dadj_thr.cpp1655 FIXP_DBL redValue[(8)]; in FDKaacEnc_adaptThresholdsToPe() local
1719 redValue[elementId] = scaleValue(tmp0,(scalMin-scale0)) - scaleValue(tmp1,(scalMin-scale1)); in FDKaacEnc_adaptThresholdsToPe()
1723 …tId]->psyOutChannel, pAhFlag[elementId], pThrExp[elementId], nChannels, redValue[elementId], redVa… in FDKaacEnc_adaptThresholdsToPe()
1789 tmp1 = redValue[elementId]; in FDKaacEnc_adaptThresholdsToPe()
1795redValue[elementId] = scaleValue(tmp0,(scalMin-scale0)) + scaleValue(tmp1,(scalMin-scale1)); in FDKaacEnc_adaptThresholdsToPe()
1811 redValue[elementId] = fMult(redValue[elementId], tmp); in FDKaacEnc_adaptThresholdsToPe()
1828 …tId]->psyOutChannel, pAhFlag[elementId], pThrExp[elementId], nChannels, redValue[elementId], redVa… in FDKaacEnc_adaptThresholdsToPe()
1860 … FDKaacEnc_correctThresh(cm, qcElement, psyOutElement, pAhFlag, pThrExp, redValue, redValScaling, in FDKaacEnc_adaptThresholdsToPe()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp938 int redValue = toASCIIHexValue(digitBuffer[redIndex], digitBuffer[redIndex + 1]); in parseColorStringWithCrazyLegacyRules() local
941 return makeRGB(redValue, greenValue, blueValue); in parseColorStringWithCrazyLegacyRules()