Home
last modified time | relevance | path

Searched refs:RESTRICT (Results 1 – 25 of 94) sorted by relevance

1234

/external/aac/libAACenc/src/
Dband_nrg.h113 FDKaacEnc_CheckBandEnergyOptim(const FIXP_DBL *const RESTRICT mdctSpectrum,
114 const INT *const RESTRICT sfbMaxScaleSpec,
115 const INT *const RESTRICT bandOffset,
117 FIXP_DBL *RESTRICT bandEnergy,
118 FIXP_DBL *RESTRICT bandEnergyLdData,
134 const FIXP_DBL *RESTRICT mdctSpectrumLeft,
135 const FIXP_DBL *RESTRICT mdctSpectrumRight,
136 INT *RESTRICT sfbMaxScaleSpecLeft, INT *RESTRICT sfbMaxScaleSpecRight,
137 const INT *RESTRICT bandOffset, const INT numBands,
138 FIXP_DBL *RESTRICT bandEnergyMid, FIXP_DBL *RESTRICT bandEnergySide,
[all …]
Dtonality.cpp114 static void FDKaacEnc_CalcSfbTonality(FIXP_DBL *RESTRICT spectrum,
115 INT *RESTRICT sfbMaxScaleSpec,
116 FIXP_DBL *RESTRICT chaosMeasure,
117 FIXP_SGL *RESTRICT sfbTonality,
118 INT sfbCnt, const INT *RESTRICT sfbOffset,
119 FIXP_DBL *RESTRICT sfbEnergyLD64);
121 void FDKaacEnc_CalculateFullTonality(FIXP_DBL *RESTRICT spectrum, in FDKaacEnc_CalculateFullTonality()
122 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalculateFullTonality()
123 FIXP_DBL *RESTRICT sfbEnergyLD64, in FDKaacEnc_CalculateFullTonality()
124 FIXP_SGL *RESTRICT sfbTonality, INT sfbCnt, in FDKaacEnc_CalculateFullTonality()
[all …]
Dband_nrg.cpp111 void FDKaacEnc_CalcSfbMaxScaleSpec(const FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_CalcSfbMaxScaleSpec()
112 const INT *RESTRICT bandOffset, in FDKaacEnc_CalcSfbMaxScaleSpec()
113 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalcSfbMaxScaleSpec()
141 FDKaacEnc_CheckBandEnergyOptim(const FIXP_DBL *const RESTRICT mdctSpectrum, in FDKaacEnc_CheckBandEnergyOptim()
142 const INT *const RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CheckBandEnergyOptim()
143 const INT *const RESTRICT bandOffset, in FDKaacEnc_CheckBandEnergyOptim()
145 FIXP_DBL *RESTRICT bandEnergy, in FDKaacEnc_CheckBandEnergyOptim()
146 FIXP_DBL *RESTRICT bandEnergyLdData, in FDKaacEnc_CheckBandEnergyOptim()
192 INT FDKaacEnc_CalcBandEnergyOptimLong(const FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_CalcBandEnergyOptimLong()
193 INT *RESTRICT sfbMaxScaleSpec, in FDKaacEnc_CalcBandEnergyOptimLong()
[all …]
Dline_pe.h132 void FDKaacEnc_prepareSfbPe(PE_CHANNEL_DATA *RESTRICT const peChanData,
133 const FIXP_DBL *RESTRICT const sfbEnergyLdData,
134 const FIXP_DBL *RESTRICT const sfbThresholdLdData,
135 const FIXP_DBL *RESTRICT const sfbFormFactorLdData,
136 const INT *RESTRICT const sfbOffset,
140 void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT const peChanData,
141 const FIXP_DBL *RESTRICT const sfbEnergyLdData,
142 const FIXP_DBL *RESTRICT const sfbThresholdLdData,
145 const INT *RESTRICT const isBook,
146 const INT *RESTRICT const isScale);
Daacenc_pns.cpp352 static void FDKaacEnc_CalcNoiseNrgs(const INT sfbActive, INT *RESTRICT pnsFlag, in FDKaacEnc_CalcNoiseNrgs()
353 FIXP_DBL *RESTRICT sfbEnergyLdData, in FDKaacEnc_CalcNoiseNrgs()
354 INT *RESTRICT noiseNrg) { in FDKaacEnc_CalcNoiseNrgs()
382 INT *RESTRICT pnsFlag, in FDKaacEnc_CodePnsChannel()
383 FIXP_DBL *RESTRICT sfbEnergyLdData, in FDKaacEnc_CodePnsChannel()
384 INT *RESTRICT noiseNrg, in FDKaacEnc_CodePnsChannel()
385 FIXP_DBL *RESTRICT sfbThresholdLdData) { in FDKaacEnc_CodePnsChannel()
442 const INT sfbActive, FIXP_DBL *RESTRICT sfbEnergyLeft, in FDKaacEnc_PreProcessPnsChannelPair()
443 FIXP_DBL *RESTRICT sfbEnergyRight, FIXP_DBL *RESTRICT sfbEnergyLeftLD, in FDKaacEnc_PreProcessPnsChannelPair()
444 FIXP_DBL *RESTRICT sfbEnergyRightLD, FIXP_DBL *RESTRICT sfbEnergyMid, in FDKaacEnc_PreProcessPnsChannelPair()
[all …]
Dline_pe.cpp116 void FDKaacEnc_prepareSfbPe(PE_CHANNEL_DATA *RESTRICT const peChanData, in FDKaacEnc_prepareSfbPe()
117 const FIXP_DBL *RESTRICT const sfbEnergyLdData, in FDKaacEnc_prepareSfbPe()
118 const FIXP_DBL *RESTRICT const sfbThresholdLdData, in FDKaacEnc_prepareSfbPe()
119 const FIXP_DBL *RESTRICT const sfbFormFactorLdData, in FDKaacEnc_prepareSfbPe()
120 const INT *RESTRICT const sfbOffset, in FDKaacEnc_prepareSfbPe()
161 void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT const peChanData, in FDKaacEnc_calcSfbPe()
162 const FIXP_DBL *RESTRICT const sfbEnergyLdData, in FDKaacEnc_calcSfbPe()
163 const FIXP_DBL *RESTRICT const sfbThresholdLdData, in FDKaacEnc_calcSfbPe()
166 const INT *RESTRICT const isBook, in FDKaacEnc_calcSfbPe()
167 const INT *RESTRICT const isScale) { in FDKaacEnc_calcSfbPe()
Dqc_main.h128 ELEMENT_INFO *elInfo, ATS_ELEMENT *RESTRICT adjThrStateElement,
129 PSY_OUT_ELEMENT *RESTRICT psyOutElement,
130 QC_OUT_ELEMENT *RESTRICT qcOutElement, /* returns error code */
133 AAC_ENCODER_ERROR FDKaacEnc_QCMain(QC_STATE *RESTRICT hQC, PSY_OUT **psyOut,
140 ELEMENT_BITS *RESTRICT elBits[((8))],
151 AAC_ENCODER_ERROR FDKaacEnc_AdjustBitrate(QC_STATE *RESTRICT hQC,
152 CHANNEL_MAPPING *RESTRICT cm,
Dtonality.h109 void FDKaacEnc_CalculateFullTonality(FIXP_DBL *RESTRICT spectrum,
110 INT *RESTRICT sfbMaxScaleSpec,
111 FIXP_DBL *RESTRICT sfbEnergyLD64,
112 FIXP_SGL *RESTRICT sfbTonality, INT sfbCnt,
Dnoisedet.cpp150 void FDKaacEnc_noiseDetect(FIXP_DBL *RESTRICT mdctSpectrum, in FDKaacEnc_noiseDetect()
151 INT *RESTRICT sfbMaxScaleSpec, INT sfbActive, in FDKaacEnc_noiseDetect()
152 const INT *RESTRICT sfbOffset, in FDKaacEnc_noiseDetect()
153 FIXP_SGL *RESTRICT noiseFuzzyMeasure, in FDKaacEnc_noiseDetect()
154 NOISEPARAMS *np, FIXP_SGL *RESTRICT sfbtonality) in FDKaacEnc_noiseDetect()
Dspreading.h109 const FIXP_DBL *RESTRICT maskLowFactor,
110 const FIXP_DBL *RESTRICT maskHighFactor,
111 FIXP_DBL *RESTRICT pbSpreadEnergy);
Dpre_echo_control.cpp106 void FDKaacEnc_InitPreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_InitPreEchoControl()
108 FIXP_DBL *RESTRICT sfbPcmQuantThreshold, in FDKaacEnc_InitPreEchoControl()
117 void FDKaacEnc_PreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_PreEchoControl()
121 FIXP_DBL *RESTRICT pbThreshold, INT mdctScale, in FDKaacEnc_PreEchoControl()
Dtransform.h132 FIXP_DBL* RESTRICT mdctData, const INT blockType,
157 FIXP_DBL* RESTRICT mdctData,
161 FIXP_DBL* RESTRICT overlapAddBuffer);
Dspreading.cpp106 const FIXP_DBL *RESTRICT maskLowFactor, in FDKaacEnc_SpreadingMax()
107 const FIXP_DBL *RESTRICT maskHighFactor, in FDKaacEnc_SpreadingMax()
108 FIXP_DBL *RESTRICT pbSpreadEnergy) { in FDKaacEnc_SpreadingMax()
Dtransform.cpp118 FIXP_DBL *RESTRICT mdctData, const INT blockType, in FDKaacEnc_Transform_Real()
122 const INT_PCM *RESTRICT timeData; in FDKaacEnc_Transform_Real()
173 FIXP_DBL *RESTRICT mdctData, in FDKaacEnc_Transform_Real_Eld()
177 FIXP_DBL *RESTRICT overlapAddBuffer) { in FDKaacEnc_Transform_Real_Eld()
178 const INT_PCM *RESTRICT timeData; in FDKaacEnc_Transform_Real_Eld()
/external/aac/libPCMutils/include/
Dpcm_utils.h109 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, LONG *RESTRICT pOut,
112 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, SHORT *RESTRICT pOut,
115 void FDK_interleave(const FIXP_SGL *RESTRICT pIn, SHORT *RESTRICT pOut,
119 void FDK_deinterleave(const LONG *RESTRICT pIn, SHORT *RESTRICT pOut,
122 void FDK_deinterleave(const LONG *RESTRICT pIn, LONG *RESTRICT pOut,
125 void FDK_deinterleave(const SHORT *RESTRICT pIn, SHORT *RESTRICT pOut,
128 void FDK_deinterleave(const SHORT *RESTRICT pIn, LONG *RESTRICT pOut,
/external/aac/libPCMutils/src/
Dpcm_utils.cpp109 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, LONG *RESTRICT pOut, in FDK_interleave()
121 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, SHORT *RESTRICT pOut, in FDK_interleave()
133 void FDK_interleave(const FIXP_SGL *RESTRICT pIn, SHORT *RESTRICT pOut, in FDK_interleave()
145 void FDK_deinterleave(const LONG *RESTRICT pIn, SHORT *RESTRICT _pOut, in FDK_deinterleave()
158 void FDK_deinterleave(const LONG *RESTRICT pIn, LONG *RESTRICT _pOut, in FDK_deinterleave()
171 void FDK_deinterleave(const SHORT *RESTRICT pIn, SHORT *RESTRICT _pOut, in FDK_deinterleave()
184 void FDK_deinterleave(const SHORT *RESTRICT pIn, LONG *RESTRICT _pOut, in FDK_deinterleave()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c30 static void common_hz_2t_4x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4x4_msa()
31 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x4_msa()
50 static void common_hz_2t_4x8_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4x8_msa()
51 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x8_msa()
76 static void common_hz_2t_4w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4w_msa()
77 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4w_msa()
86 static void common_hz_2t_8x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_8x4_msa()
87 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x4_msa()
108 static void common_hz_2t_8x8mult_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_8x8mult_msa()
109 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x8mult_msa()
[all …]
Dsixtap_filter_msa.c135 static void common_hz_6t_4x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4x4_msa()
136 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4x4_msa()
161 static void common_hz_6t_4x8_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4x8_msa()
162 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4x8_msa()
195 static void common_hz_6t_4w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_4w_msa()
196 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_4w_msa()
205 static void common_hz_6t_8w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_8w_msa()
206 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_8w_msa()
249 static void common_hz_6t_16w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_6t_16w_msa()
250 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_6t_16w_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dreconinter_dspr2.c20 __inline void vp8_copy_mem16x16_dspr2(unsigned char *RESTRICT src, in vp8_copy_mem16x16_dspr2()
22 unsigned char *RESTRICT dst, in vp8_copy_mem16x16_dspr2()
49 __inline void vp8_copy_mem8x8_dspr2(unsigned char *RESTRICT src, int src_stride, in vp8_copy_mem8x8_dspr2()
50 unsigned char *RESTRICT dst, in vp8_copy_mem8x8_dspr2()
73 __inline void vp8_copy_mem8x4_dspr2(unsigned char *RESTRICT src, int src_stride, in vp8_copy_mem8x4_dspr2()
74 unsigned char *RESTRICT dst, in vp8_copy_mem8x4_dspr2()
Dfilter_dspr2.c96 void vp8_filter_block2d_first_pass_4(unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass_4()
97 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass_4()
275 void vp8_filter_block2d_first_pass_8_all(unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass_8_all()
276 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass_8_all()
553 void vp8_filter_block2d_first_pass16_6tap(unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass16_6tap()
554 unsigned char *RESTRICT dst_ptr, in vp8_filter_block2d_first_pass16_6tap()
795 void vp8_filter_block2d_first_pass16_0(unsigned char *RESTRICT src_ptr, in vp8_filter_block2d_first_pass16_0()
796 unsigned char *RESTRICT output_ptr, in vp8_filter_block2d_first_pass16_0()
859 unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, in vp8_filter_block2d_first_pass16_4tap()
862 unsigned char *RESTRICT dst_ptr, int pitch) { in vp8_filter_block2d_first_pass16_4tap()
[all …]
/external/aac/libFDK/include/
Dqmf_pcm.h134 FIXP_DBL *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot()
135 FIXP_DBL *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot()
136 INT_PCM_QMFOUT *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot()
143 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot()
144 const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm; in qmfSynPrototypeFirSlot()
226 FIXP_DBL *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot_NonSymmetric()
227 FIXP_DBL *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot_NonSymmetric()
228 INT_PCM_QMFOUT *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot_NonSymmetric()
235 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot_NonSymmetric()
236 const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm; in qmfSynPrototypeFirSlot_NonSymmetric()
/external/aac/libSBRdec/src/
DHFgen_preFlat.cpp568 FIXP_DBL *RESTRICT x, int *RESTRICT x_sf) { in backsubst_fw()
572 const FIXP_CHB *RESTRICT pLnorm1d = bsd[numBands - BSD_IDX_OFFSET].Lnorm1d; in backsubst_fw()
573 const SCHAR *RESTRICT pLnorm1d_sf = bsd[numBands - BSD_IDX_OFFSET].Lnorm1d_sf; in backsubst_fw()
574 const FIXP_CHB *RESTRICT pLnormii = bsd[numBands - BSD_IDX_OFFSET].Lnormii; in backsubst_fw()
575 const SCHAR *RESTRICT pLnormii_sf = bsd[numBands - BSD_IDX_OFFSET].Lnormii_sf; in backsubst_fw()
631 FIXP_DBL *RESTRICT x, int *RESTRICT x_sf) { in backsubst_bw()
635 const FIXP_CHB *RESTRICT pLnormInv1d = in backsubst_bw()
637 const SCHAR *RESTRICT pLnormInv1d_sf = in backsubst_bw()
685 static void choleskySolve(const int numBands, FIXP_DBL *RESTRICT b, in choleskySolve()
686 int *RESTRICT b_sf) { in choleskySolve()
[all …]
/external/aac/libSACdec/src/
Dsac_process.cpp332 static void M2ParamToKernelMult(FIXP_SGL *RESTRICT pKernel, in M2ParamToKernelMult()
333 FIXP_DBL *RESTRICT Mparam, in M2ParamToKernelMult()
334 FIXP_DBL *RESTRICT MparamPrev, in M2ParamToKernelMult()
335 int *RESTRICT pWidth, FIXP_SGL alpha__FDK, in M2ParamToKernelMult()
431 FIXP_DBL *RESTRICT pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2_Mode212()
432 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212()
434 FIXP_DBL *RESTRICT pWReal0 = wReal[0]; in SpatialDecApplyM2_Mode212()
435 FIXP_DBL *RESTRICT pWReal1 = wReal[1]; in SpatialDecApplyM2_Mode212()
436 FIXP_DBL *RESTRICT pWImag0 = wImag[0]; in SpatialDecApplyM2_Mode212()
437 FIXP_DBL *RESTRICT pWImag1 = wImag[1]; in SpatialDecApplyM2_Mode212()
[all …]
Dsac_reshapeBBEnv.cpp157 static inline void getSlotNrgHQ(FIXP_DBL *RESTRICT pReal, in getSlotNrgHQ()
158 FIXP_DBL *RESTRICT pImag, in getSlotNrgHQ()
159 FIXP_DBL *RESTRICT slotNrg, INT maxValSF, in getSlotNrgHQ()
242 static inline INT getMaxValDmx(FIXP_DBL *RESTRICT pReal, in getMaxValDmx()
243 FIXP_DBL *RESTRICT pImag, INT cplxBands, in getMaxValDmx()
261 static inline INT getMaxValDryWet(FIXP_DBL *RESTRICT pReal, in getMaxValDryWet()
262 FIXP_DBL *RESTRICT pImag, in getMaxValDryWet()
263 FIXP_DBL *RESTRICT pHybOutputRealDry, in getMaxValDryWet()
264 FIXP_DBL *RESTRICT pHybOutputImagDry, in getMaxValDryWet()
265 FIXP_DBL *RESTRICT pHybOutputRealWet, in getMaxValDryWet()
[all …]
/external/aac/libFDK/src/
Dqmf.cpp158 FIXP_QAS *RESTRICT pFilterStates) { in qmfAnaPrototypeFirSlot()
162 const FIXP_PFT *RESTRICT p_flt = p_filter; in qmfAnaPrototypeFirSlot()
163 FIXP_DBL *RESTRICT pData_0 = analysisBuffer + 2 * no_channels - 1; in qmfAnaPrototypeFirSlot()
164 FIXP_DBL *RESTRICT pData_1 = analysisBuffer; in qmfAnaPrototypeFirSlot()
166 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates; in qmfAnaPrototypeFirSlot()
167 FIXP_QAS *RESTRICT sta_1 = in qmfAnaPrototypeFirSlot()
211 FIXP_QAS *RESTRICT pFilterStates) { in qmfAnaPrototypeFirSlot_NonSymmetric()
212 const FIXP_PFT *RESTRICT p_flt = p_filter; in qmfAnaPrototypeFirSlot_NonSymmetric()
305 const FIXP_DBL *RESTRICT timeIn, /*!< Time Signal */ in qmfForwardModulationHQ()
306 FIXP_DBL *RESTRICT rSubband, /*!< Real Output */ in qmfForwardModulationHQ()
[all …]

1234