Searched refs:RESTRICT (Results 26 - 50 of 90) sorted by relevance

1234

/external/aac/libAACenc/src/
H A Dline_pe.cpp144 void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT peChanData,
145 const FIXP_DBL *RESTRICT sfbEnergyLdData,
146 const FIXP_DBL *RESTRICT sfbThresholdLdData,
H A Ddyn_bits.h160 SECTION_DATA* const RESTRICT sectionData,
/external/aac/libFDK/src/
H A Ddct.cpp325 FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
326 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
364 FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
365 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
450 FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
451 FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
489 FIXP_DBL *RESTRICT pDat_0;
490 FIXP_DBL *RESTRICT pDat_1;
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp170 FIXP_QAS *RESTRICT pFilterStates
175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1;
176 FIXP_QMF *RESTRICT pData_1 = analysisBuffer;
178 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates;
179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1;
464 static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot,
465 FIXP_QMF *RESTRICT imagSlot,
466 const FIXP_DBL *RESTRICT p_flt,
467 FIXP_QSS *RESTRICT sta,
473 const FIXP_DBL *RESTRICT p_flt
[all...]
/external/aac/libSYS/include/
H A Dmachine_type.h237 * \def RESTRICT
238 * The restrict keyword is supported by some platforms and RESTRICT maps to
250 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvpx_config.h11 #define RESTRICT macro
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/armv7a/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/armv7a-neon/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/generic/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/mips/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/mips-dspr2/
H A Dvpx_config.h11 #define RESTRICT macro
/external/libvpx/x86/
H A Dvpx_config.h11 #define RESTRICT macro

Completed in 284 milliseconds

1234