Searched defs:isScale (Results 1 - 9 of 9) sorted by relevance

/external/aac/libAACenc/src/
H A Dinterface.h136 INT isScale[MAX_GROUPED_SFB]; member in struct:__anon295
H A Dline_pe.cpp167 const INT *RESTRICT const isScale) {
211 INT delta = isScale[thisSfb] - lastValIs;
212 lastValIs = isScale[thisSfb];
161 FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT const peChanData, const FIXP_DBL *RESTRICT const sfbEnergyLdData, const FIXP_DBL *RESTRICT const sfbThresholdLdData, const INT sfbCnt, const INT sfbPerGroup, const INT maxSfbPerGroup, const INT *RESTRICT const isBook, const INT *RESTRICT const isScale) argument
H A Ddyn_bits.cpp470 const INT* const isScale) {
501 INT deltaIs = isScale[j] - lastValIs;
502 lastValIs = isScale[j];
625 const INT* const isScale, const UINT syntaxFlags) {
637 FDKaacEnc_scfCount(scalefac, maxValueInSfb, sectionData, isScale);
467 FDKaacEnc_scfCount(const INT* const scalefacGain, const UINT* const maxValueInSfb, SECTION_DATA* const RESTRICT sectionData, const INT* const isScale) argument
617 FDKaacEnc_dynBitCount(BITCNTR_STATE* const hBC, const SHORT* const quantSpectrum, const UINT* const maxValueInSfb, const INT* const scalefac, const INT blockType, const INT sfbCnt, const INT maxSfbPerGroup, const INT sfbPerGroup, const INT* const sfbOffset, SECTION_DATA* const RESTRICT sectionData, const INT* const noiseNrg, const INT* const isBook, const INT* const isScale, const UINT syntaxFlags) argument
H A Dintensity.cpp599 isScale
622 const INT *sfbOffset, const INT allowIS, INT *isBook, INT *isScale,
636 FDKmemclear((void *)isScale, sfbCnt * sizeof(INT));
787 isScale[sfb + sfboffs] =
794 isScale[sfb + sfboffs] =
614 FDKaacEnc_IntensityStereoProcessing( FIXP_DBL *sfbEnergyLeft, FIXP_DBL *sfbEnergyRight, FIXP_DBL *mdctSpectrumLeft, FIXP_DBL *mdctSpectrumRight, FIXP_DBL *sfbThresholdLeft, FIXP_DBL *sfbThresholdRight, FIXP_DBL *sfbThresholdLdDataRight, FIXP_DBL *sfbSpreadEnLeft, FIXP_DBL *sfbSpreadEnRight, FIXP_DBL *sfbEnergyLdDataLeft, FIXP_DBL *sfbEnergyLdDataRight, INT *msDigest, INT *msMask, const INT sfbCnt, const INT sfbPerGroup, const INT maxSfbPerGroup, const INT *sfbOffset, const INT allowIS, INT *isBook, INT *isScale, PNS_DATA *RESTRICT pnsData[2]) argument
H A Dbitenc.cpp297 const INT *isScale, INT globalGain) {
321 INT deltaIs = isScale[j] - lastValIs;
322 lastValIs = isScale[j];
1061 psyOutChannel[ch]->noiseNrg, psyOutChannel[ch]->isScale,
292 FDKaacEnc_encodeScaleFactorData(UINT *maxValueInSfb, SECTION_DATA *sectionData, INT *scalefac, HANDLE_FDK_BITSTREAM hBitStream, INT *RESTRICT noiseNrg, const INT *isScale, INT globalGain) argument
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h115 inline static bool isScale(const MachineOperand &MO) { function in namespace:llvm
126 isScale(MI.getOperand(Op + X86::AddrScaleAmt)) &&
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h103 inline static bool isScale(const MachineOperand &MO) { function in namespace:llvm
112 MI->getOperand(Op ).isReg() && isScale(MI->getOperand(Op+1)) &&
/external/skia/include/core/
H A DSkMatrix44.h244 inline bool isScale() const { function in class:SkMatrix44
/external/skqp/include/core/
H A DSkMatrix44.h244 inline bool isScale() const { function in class:SkMatrix44

Completed in 1401 milliseconds