HomeSort by relevance Sort by last modified time
    Searched refs:real_f (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
decode.c 56 double real_f[FRAMESAMPLES_HALF]; local
120 kIsacLowerBand, real_f, imag_f);
126 WebRtcIsac_Spec2time(transform_tables, real_f, imag_f, LPw, HPw,
196 double real_f[FRAMESAMPLES_HALF]; local
211 kIsacUpperBand16, real_f, imag_f);
218 real_f[n] *= RCU_TRANSCODING_SCALE_UB_INVERSE;
224 real_f, imag_f, halfFrameFirst, halfFrameSecond,
264 double real_f[FRAMESAMPLES_HALF]; local
278 kIsacUpperBand12, real_f, imag_f);
286 real_f[n] *= RCU_TRANSCODING_SCALE_UB_INVERSE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dir_util.py 171 real_f = os.path.join(path,f)
172 if os.path.isdir(real_f) and not os.path.islink(real_f):
173 _build_cmdtuple(real_f, cmdtuples)
175 cmdtuples.append((os.remove, real_f))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dir_util.py 175 real_f = os.path.join(path,f)
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
177 _build_cmdtuple(real_f, cmdtuples)
179 cmdtuples.append((os.remove, real_f))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dir_util.py 175 real_f = os.path.join(path,f)
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
177 _build_cmdtuple(real_f, cmdtuples)
179 cmdtuples.append((os.remove, real_f))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 175 real_f = os.path.join(path,f)
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
177 _build_cmdtuple(real_f, cmdtuples)
179 cmdtuples.append((os.remove, real_f))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 175 real_f = os.path.join(path,f)
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
177 _build_cmdtuple(real_f, cmdtuples)
179 cmdtuples.append((os.remove, real_f))

Completed in 307 milliseconds