/external/aac/libAACenc/src/ |
D | tonality.cpp | 96 static void FDKaacEnc_CalcSfbTonality(FIXP_DBL *RESTRICT spectrum, 97 INT *RESTRICT sfbMaxScaleSpec, 98 FIXP_DBL *RESTRICT chaosMeasure, 99 FIXP_SGL *RESTRICT sfbTonality, 101 const INT *RESTRICT sfbOffset, 102 FIXP_DBL *RESTRICT sfbEnergyLD64 ); 105 void FDKaacEnc_CalculateFullTonality(FIXP_DBL *RESTRICT spectrum, in FDKaacEnc_CalculateFullTonality() 106 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalculateFullTonality() 107 FIXP_DBL *RESTRICT sfbEnergyLD64, in FDKaacEnc_CalculateFullTonality() 108 FIXP_SGL *RESTRICT sfbTonality, in FDKaacEnc_CalculateFullTonality() [all …]
|
D | band_nrg.cpp | 101 FDKaacEnc_CalcSfbMaxScaleSpec(const FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_CalcSfbMaxScaleSpec() 102 const INT *RESTRICT bandOffset, in FDKaacEnc_CalcSfbMaxScaleSpec() 103 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalcSfbMaxScaleSpec() 127 FDKaacEnc_CheckBandEnergyOptim(const FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_CheckBandEnergyOptim() 128 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CheckBandEnergyOptim() 129 const INT *RESTRICT bandOffset, in FDKaacEnc_CheckBandEnergyOptim() 131 FIXP_DBL *RESTRICT bandEnergy, in FDKaacEnc_CheckBandEnergyOptim() 132 FIXP_DBL *RESTRICT bandEnergyLdData, in FDKaacEnc_CheckBandEnergyOptim() 177 FDKaacEnc_CalcBandEnergyOptimLong(const FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_CalcBandEnergyOptimLong() 178 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalcBandEnergyOptimLong() [all …]
|
D | band_nrg.h | 137 const FIXP_DBL *RESTRICT mdctSpectrumLeft, 138 const FIXP_DBL *RESTRICT mdctSpectrumRight, 139 INT *RESTRICT sfbMaxScaleSpecLeft, 140 INT *RESTRICT sfbMaxScaleSpecRight, 141 const INT *RESTRICT bandOffset, 143 FIXP_DBL *RESTRICT bandEnergyMid, 144 FIXP_DBL *RESTRICT bandEnergySide, 146 FIXP_DBL *RESTRICT bandEnergyMidLdData, 147 FIXP_DBL *RESTRICT bandEnergySideLdData);
|
D | aacenc_pns.cpp | 395 INT *RESTRICT pnsFlag, in FDKaacEnc_CalcNoiseNrgs() 396 FIXP_DBL *RESTRICT sfbEnergyLdData, in FDKaacEnc_CalcNoiseNrgs() 397 INT *RESTRICT noiseNrg ) in FDKaacEnc_CalcNoiseNrgs() 427 INT *RESTRICT pnsFlag, in FDKaacEnc_CodePnsChannel() 428 FIXP_DBL *RESTRICT sfbEnergyLdData, in FDKaacEnc_CodePnsChannel() 429 INT *RESTRICT noiseNrg, in FDKaacEnc_CodePnsChannel() 430 FIXP_DBL *RESTRICT sfbThresholdLdData) in FDKaacEnc_CodePnsChannel() 490 FIXP_DBL *RESTRICT sfbEnergyLeft, in FDKaacEnc_PreProcessPnsChannelPair() 491 FIXP_DBL *RESTRICT sfbEnergyRight, in FDKaacEnc_PreProcessPnsChannelPair() 492 FIXP_DBL *RESTRICT sfbEnergyLeftLD, in FDKaacEnc_PreProcessPnsChannelPair() [all …]
|
D | qc_main.h | 122 ATS_ELEMENT* RESTRICT adjThrStateElement, 123 PSY_OUT_ELEMENT* RESTRICT psyOutElement, 124 QC_OUT_ELEMENT* RESTRICT qcOutElement, /* returns error code */ 131 AAC_ENCODER_ERROR FDKaacEnc_QCMain(QC_STATE* RESTRICT hQC, 143 ELEMENT_BITS* RESTRICT elBits[(8)], 161 AAC_ENCODER_ERROR FDKaacEnc_AdjustBitrate(QC_STATE *RESTRICT hQC, 162 CHANNEL_MAPPING *RESTRICT cm,
|
D | tonality.h | 100 void FDKaacEnc_CalculateFullTonality( FIXP_DBL *RESTRICT spectrum, 101 INT *RESTRICT sfbMaxScaleSpec, 102 FIXP_DBL *RESTRICT sfbEnergyLD64, 103 FIXP_SGL *RESTRICT sfbTonality,
|
D | spreading.h | 98 const FIXP_DBL *RESTRICT maskLowFactor, 99 const FIXP_DBL *RESTRICT maskHighFactor, 100 FIXP_DBL *RESTRICT pbSpreadEnergy);
|
D | noisedet.cpp | 143 void FDKaacEnc_noiseDetect(FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_noiseDetect() 144 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_noiseDetect() 146 const INT *RESTRICT sfbOffset, in FDKaacEnc_noiseDetect() 147 FIXP_SGL *RESTRICT noiseFuzzyMeasure, in FDKaacEnc_noiseDetect() 149 FIXP_SGL *RESTRICT sfbtonality ) in FDKaacEnc_noiseDetect()
|
D | pre_echo_control.cpp | 94 void FDKaacEnc_InitPreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_InitPreEchoControl() 97 FIXP_DBL *RESTRICT sfbPcmQuantThreshold, in FDKaacEnc_InitPreEchoControl() 108 void FDKaacEnc_PreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_PreEchoControl() 113 FIXP_DBL *RESTRICT pbThreshold, in FDKaacEnc_PreEchoControl()
|
D | spreading.cpp | 94 const FIXP_DBL *RESTRICT maskLowFactor, in FDKaacEnc_SpreadingMax() 95 const FIXP_DBL *RESTRICT maskHighFactor, in FDKaacEnc_SpreadingMax() 96 FIXP_DBL *RESTRICT pbSpreadEnergy) in FDKaacEnc_SpreadingMax()
|
D | line_pe.h | 130 void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT peChanData, 131 const FIXP_DBL *RESTRICT sfbEnergyLdData, 132 const FIXP_DBL *RESTRICT sfbThresholdLdData,
|
D | transform.cpp | 103 FIXP_DBL *RESTRICT mdctData, in FDKaacEnc_Transform_Real() 110 ,FIXP_DBL * RESTRICT overlapAddBuffer in FDKaacEnc_Transform_Real() 113 const INT_PCM * RESTRICT timeData; in FDKaacEnc_Transform_Real() 124 const FIXP_WTP * RESTRICT pLeftWindowPart; in FDKaacEnc_Transform_Real() 125 const FIXP_WTP * RESTRICT pRightWindowPart; in FDKaacEnc_Transform_Real()
|
D | transform.h | 114 FIXP_DBL *RESTRICT mdctData, 121 ,FIXP_DBL * RESTRICT overlapAddBuffer
|
D | aacenc_tns.cpp | 188 FIXP_DBL *RESTRICT input, 189 FIXP_DBL *RESTRICT reflCoeff, 195 INT *RESTRICT index, 202 FIXP_DBL *RESTRICT parcor, 209 FIXP_DBL *RESTRICT LpcCoeff, 211 FIXP_DBL *RESTRICT workBuffer 215 FIXP_DBL *RESTRICT signal, 1111 FIXP_DBL *RESTRICT input, in FDKaacEnc_AutoToParcor() 1112 FIXP_DBL *RESTRICT reflCoeff, in FDKaacEnc_AutoToParcor() 1120 FIXP_DBL *RESTRICT workBuffer = parcorWorkBuffer; in FDKaacEnc_AutoToParcor() [all …]
|
D | dyn_bits.cpp | 247 SECTION_INFO* const RESTRICT huffsection, in FDKaacEnc_gmStage0() 282 SECTION_INFO* const RESTRICT huffsection, in FDKaacEnc_gmStage1() 322 SECTION_INFO* const RESTRICT huffsection, in FDKaacEnc_gmStage2() 323 INT* const RESTRICT mergeGainLookUp, in FDKaacEnc_gmStage2() 390 SECTION_DATA* const RESTRICT sectionData, in FDKaacEnc_noiselessCounter() 531 SECTION_DATA* const RESTRICT sectionData, in FDKaacEnc_scfCount() 696 SECTION_DATA* const RESTRICT sectionData, in FDKaacEnc_noiseCount() 736 SECTION_DATA* const RESTRICT sectionData, in FDKaacEnc_dynBitCount()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | reconinter_dspr2.c | 28 unsigned char *RESTRICT src, in vp8_copy_mem16x16_dspr2() 30 unsigned char *RESTRICT dst, in vp8_copy_mem16x16_dspr2() 63 unsigned char *RESTRICT src, in vp8_copy_mem8x8_dspr2() 65 unsigned char *RESTRICT dst, in vp8_copy_mem8x8_dspr2() 93 unsigned char *RESTRICT src, in vp8_copy_mem8x4_dspr2() 95 unsigned char *RESTRICT dst, in vp8_copy_mem8x4_dspr2()
|
D | filter_dspr2.c | 118 unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass_4() 119 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass_4() 314 unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass_8_all() 315 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass_8_all() 614 unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass16_6tap() 615 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass16_6tap() 871 unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass16_0() 872 unsigned char *RESTRICT output_ptr, in vp8_filter_block2d_first_pass16_0() 943 unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass16_4tap() 944 unsigned char *RESTRICT output_ptr, in vp8_filter_block2d_first_pass16_4tap() [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 37 static void common_hz_2t_4x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4x4_msa() 38 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x4_msa() 58 static void common_hz_2t_4x8_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4x8_msa() 59 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x8_msa() 85 static void common_hz_2t_4w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4w_msa() 86 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4w_msa() 99 static void common_hz_2t_8x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_8x4_msa() 100 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x4_msa() 122 static void common_hz_2t_8x8mult_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_8x8mult_msa() 123 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x8mult_msa() [all …]
|
D | sixtap_filter_msa.c | 142 static void common_hz_6t_4x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4x4_msa() 143 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4x4_msa() 169 static void common_hz_6t_4x8_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4x8_msa() 170 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4x8_msa() 204 static void common_hz_6t_4w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4w_msa() 205 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4w_msa() 218 static void common_hz_6t_8w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_8w_msa() 219 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_8w_msa() 264 static void common_hz_6t_16w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_16w_msa() 265 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_16w_msa() [all …]
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 178 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot() 179 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot() 180 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot() 189 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot() 190 const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm; in qmfSynPrototypeFirSlot() 246 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot_NonSymmetric() 247 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot_NonSymmetric() 248 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot_NonSymmetric() 257 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot_NonSymmetric() 258 const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm; in qmfSynPrototypeFirSlot_NonSymmetric() [all …]
|
D | dct.cpp | 325 FIXP_DBL *RESTRICT pDat_0 = &pDat[0]; in dct_IV() 326 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2]; in dct_IV() 364 FIXP_DBL *RESTRICT pDat_0 = &pDat[0]; in dct_IV() 365 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2]; in dct_IV() 450 FIXP_DBL *RESTRICT pDat_0 = &pDat[0]; in dst_IV() 451 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2]; in dst_IV() 489 FIXP_DBL *RESTRICT pDat_0; in dst_IV() 490 FIXP_DBL *RESTRICT pDat_1; in dst_IV()
|
/external/aac/libAACdec/src/ |
D | block.cpp | 218 const SHORT * RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_ScaleSpectralData() 219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale; in CBlock_ScaleSpectralData() 221 …const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, p… in CBlock_ScaleSpectralData() 222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData() 385 void InverseQuantizeBand( FIXP_DBL * RESTRICT spectrum, in InverseQuantizeBand() 390 const FIXP_DBL * RESTRICT InverseQuantTabler=(FIXP_DBL *)InverseQuantTable; in InverseQuantizeBand() 391 const FIXP_DBL * RESTRICT MantissaTabler=(FIXP_DBL *)MantissaTable[lsb]; in InverseQuantizeBand() 392 const SCHAR* RESTRICT ExponentTabler=(SCHAR*)ExponentTable[lsb]; in InverseQuantizeBand() 430 UCHAR *RESTRICT pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook; in CBlock_InverseQuantizeSpectralData() 431 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_InverseQuantizeSpectralData() [all …]
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 170 FIXP_QAS *RESTRICT pFilterStates in qmfAnaPrototypeFirSlot() 175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot() 176 FIXP_QMF *RESTRICT pData_1 = analysisBuffer; in qmfAnaPrototypeFirSlot() 178 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates; in qmfAnaPrototypeFirSlot() 179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1; in qmfAnaPrototypeFirSlot() 464 static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, in qmfSynPrototypeFirSlot1_filter() 465 FIXP_QMF *RESTRICT imagSlot, in qmfSynPrototypeFirSlot1_filter() 466 const FIXP_DBL *RESTRICT p_flt, in qmfSynPrototypeFirSlot1_filter() 467 FIXP_QSS *RESTRICT sta, in qmfSynPrototypeFirSlot1_filter() 473 const FIXP_DBL *RESTRICT p_fltm = p_flt + 155; in qmfSynPrototypeFirSlot1_filter() [all …]
|
/external/aac/libAACdec/src/arm/ |
D | block_arm.cpp | 104 const SHORT * RESTRICT BandOffsets, in CBlock_ScaleSpectralData_func1() 106 const SHORT * RESTRICT pSfbScale, in CBlock_ScaleSpectralData_func1()
|
/external/aac/libSBRenc/src/ |
D | env_est.cpp | 225 FDKsbrEnc_getEnergyFromCplxQmfData(FIXP_DBL **RESTRICT energyValues,/*!< the result of the operatio… in FDKsbrEnc_getEnergyFromCplxQmfData() 226 … FIXP_DBL **RESTRICT realValues, /*!< the real part of the QMF subsamples */ in FDKsbrEnc_getEnergyFromCplxQmfData() 227 … FIXP_DBL **RESTRICT imagValues, /*!< the imaginary part of the QMF subsamples */ in FDKsbrEnc_getEnergyFromCplxQmfData() 265 FIXP_DBL *RESTRICT r0 = realValues[k]; in FDKsbrEnc_getEnergyFromCplxQmfData() 266 FIXP_DBL *RESTRICT i0 = imagValues[k]; in FDKsbrEnc_getEnergyFromCplxQmfData() 267 FIXP_DBL *RESTRICT r1 = realValues[k+1]; in FDKsbrEnc_getEnergyFromCplxQmfData() 268 FIXP_DBL *RESTRICT i1 = imagValues[k+1]; in FDKsbrEnc_getEnergyFromCplxQmfData() 315 FDKsbrEnc_getEnergyFromCplxQmfDataFull(FIXP_DBL **RESTRICT energyValues,/*!< the result of the oper… in FDKsbrEnc_getEnergyFromCplxQmfDataFull() 316 … FIXP_DBL **RESTRICT realValues, /*!< the real part of the QMF subsamples */ in FDKsbrEnc_getEnergyFromCplxQmfDataFull() 317 … FIXP_DBL **RESTRICT imagValues, /*!< the imaginary part of the QMF subsamples */ in FDKsbrEnc_getEnergyFromCplxQmfDataFull() [all …]
|