Searched refs:pSamples (Results 1 – 7 of 7) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtengine.c | 185 const EAS_SAMPLE *pSamples; in WT_Interpolate() local 201 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum; in WT_Interpolate() 209 samp1 = pSamples[0] << 8; in WT_Interpolate() 211 samp2 = pSamples[1] << 8; in WT_Interpolate() 213 samp1 = pSamples[0]; in WT_Interpolate() 214 samp2 = pSamples[1]; in WT_Interpolate() 238 pSamples += acc0; in WT_Interpolate() 242 acc0 = (EAS_I32) (pSamples - loopEnd); in WT_Interpolate() 244 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate() 249 samp1 = pSamples[0] << 8; in WT_Interpolate() [all …]
|
D | eas_sndlib.h | 391 SCNST EAS_SAMPLE *pSamples; member
|
D | eas_wtsynth.c | 399 …pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->wa… in WT_StartVoice() 403 …pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->wa… in WT_StartVoice()
|
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 682 const INT_PCM* pSamples = &inSamples[c]; in FDK_DRC_Generator_Calc() local 703 … FIXP_DBL x = FX_PCM2FX_DBL((FIXP_PCM)pSamples[i*drcComp->channels]) >> WEIGHTING_FILTER_SHIFT; in FDK_DRC_Generator_Calc() 732 const INT_PCM* pSamples = &inSamples[c]; in FDK_DRC_Generator_Calc() local 746 accu += fPow2Div2((FIXP_PCM)pSamples[i*drcComp->channels])>>(granuleShift-1); in FDK_DRC_Generator_Calc() 879 const INT_PCM* pSamples = &inSamples[i*drcComp->channels]; in FDK_DRC_Generator_Calc() local 884 maxSample = FDKmax(maxSample, fAbs(pSamples[c])); in FDK_DRC_Generator_Calc() 893 …channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelI… in FDK_DRC_Generator_Calc() 894 …hannelIdx[LS2] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelI… in FDK_DRC_Generator_Calc() 895 …channelIdx[RS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelI… in FDK_DRC_Generator_Calc() 896 …hannelIdx[RS2] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelI… in FDK_DRC_Generator_Calc() [all …]
|
D | metadata_main.cpp | 234 const INT_PCM * const pSamples, 485 const INT_PCM * const pSamples, in ProcessCompressor() argument 517 pSamples, in ProcessCompressor()
|
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 347 const double pSamples = double((width-2) * (height-2)) / double(numSamples); in fuzzyCompare() local 351 return float(double(distSum4) / double(colScale4) * pSamples); in fuzzyCompare()
|
/external/aac/libSBRenc/src/ |
D | sbr_encoder.cpp | 1117 …INT_PCM* pSamples[2] = {samples + hSbrElement->elInfo.ChannelIndex[0],samples + hSbrElement->elInf… in FDKsbrEnc_EnvEncodeFrame() local 1119 pSamples, in FDKsbrEnc_EnvEncodeFrame()
|