Searched defs:fs (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dget_sbr_stopfreq.cpp77 if(fs < 32000)
79 k1_min = (Int) ( ( (float) (6000 * 2 * 64) / fs ) + 0.5 );
83 if (fs < 64000)
85 k1_min = (Int) ( ( (float) (8000 * 2 * 64) / fs ) + 0.5 );
89 k1_min = (Int) ( ((float) (10000 * 2 * 64) / fs ) + 0.5);
153 Int get_sbr_stopfreq(const Int32 fs, argument
159 switch (fs)
H A Dget_sbr_startfreq.cpp132 Int get_sbr_startfreq(const Int32 fs, argument
139 switch (fs)
H A Dsbr_generate_high_freq.cpp202 Int32 fs,
296 switch (fs)
300 * goalSb = (int)( 2.048e6f / fs + 0.5f );
191 sbr_generate_high_freq(Int32 sourceBufferReal[][32], Int32 sourceBufferImag[][32], Int32 *targetBufferReal, Int32 *targetBufferImag, INVF_MODE *invFiltMode, INVF_MODE *prevInvFiltMode, Int32 *invFiltBandTable, Int32 noInvFiltBands, Int32 highBandStartSb, Int32 *v_k_master, Int32 numMaster, Int32 fs, Int32 *frameInfo, Int32 *degreeAlias, Int32 scratch_mem[][64], Int32 BwVector[MAX_NUM_PATCHES], Int32 BwVectorOld[MAX_NUM_PATCHES], struct PATCH *Patch, Int32 LC_flag, Int32 *highBandStopSb) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h23 namespace fs { namespace in namespace:mcld::sys
27 mcld::sys::fs::Path*,
33 } // namespace of fs
H A DRealPath.h19 namespace fs { namespace in namespace:mcld::sys
45 } // namespace of fs
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DDirectory.h26 namespace fs { namespace in namespace:mcld::sys
37 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
90 mcld::sys::fs::Path m_Path;
95 mcld::sys::fs::PathCache m_Cache;
111 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
114 typedef mcld::sys::fs::PathCache DirCache;
151 } // namespace of fs
H A DPath.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
27 namespace fs { namespace in namespace:mcld::sys
155 } // namespace of fs
165 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
166 mcld::sys::fs::Path,
169 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
27 namespace fs { namespace in namespace:mcld::sys
86 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
114 } // namespace of fs
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h16 namespace fs { namespace in namespace:mcld::sys
46 mcld::sys::fs::Directory *m_pDir;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h25 namespace fs { namespace in namespace:mcld::sys
27 } // namespace of fs
51 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pType);
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Control.c134 /* Double precision if (fc <= fs/110) */
135 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */
146 LVM_UINT32 fs = (LVM_UINT32)LVEQNB_SampleRateTab[(LVM_UINT16)pParams->SampleRate]; /* Sample rate */ local
166 if ((fc << 15) <= (LOW_FREQ * fs))
169 * fc <= fs/110
173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300))
176 * (fs/110 < fc < fs/85) & (Q>3)
185 if (fc > (fs >>
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c262 /* Double precision if (fc <= fs/110) */
263 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */
273 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; /* Sample rate */ local
290 if ((LOW_FREQ * fs) >= (fc << 15))
293 * fc <= fs/110
299 if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300))
302 * (fs/110 < fc < fs/8
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp35 dpb->fs[num_fs] = NULL;
82 /* fs is an array pointers to AVCDecPicture */
83 dpb->fs[num_fs] = (AVCFrameStore*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCFrameStore), 101/*DEFAULT_ATTR*/);
84 if (dpb->fs[num_fs] == NULL)
90 dpb->fs[num_fs]->base_dpb = dpb->decoded_picture_buffer + dpb->used_size;
92 dpb->fs[num_fs]->IsReference = 0;
93 dpb->fs[num_fs]->IsLongTerm = 0;
94 dpb->fs[num_fs]->IsOutputted = 3;
95 dpb->fs[num_fs]->frame.RefIdx = refIdx++; /* this value will remain unchanged through out the encoding session */
96 dpb->fs[num_f
694 AVCFrameStore *fs = dpb->fs[idx]; local
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c93 Word32 fs, /*!< Sampling frequency in Hertz */
101 shift = norm_l(fs);
102 lineNumber = (extract_l(fixmul((bandStartOffset[numOfBands] << 2),Div_32(freq << shift,fs << shift))) + 1) >> 1;
104 /* freq > fs/2 */
92 FreqToBandWithRounding(Word32 freq, Word32 fs, Word16 numOfBands, const Word16 *bandStartOffset) argument
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h557 struct tagFrameStore *fs[MAX_FS]; /* list of frame stored, actual buffer */ member in struct:tagDecPicBuffer
558 int num_fs; /* size of fs */

Completed in 194 milliseconds