HomeSort by relevance Sort by last modified time
    Searched defs:dsp (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/mips/include/asm/
processor.h 84 /* Saved state of the DSP ASE, if available. */
85 struct mips_dsp_state dsp; member in struct:thread_struct
  /external/speex/libspeexdsp/
smallft.c 281 float dcp,arg,dsp,ar1h,ar2h; local
286 dsp=sin(arg);
418 ar1h=dcp*ar1-dsp*ai1;
419 ai1=dcp*ai1+dsp*ar1;
849 float dcp,arg,dsp,ar1h,ar2h; local
856 dsp=sin(arg);
990 ar1h=dcp*ar1-dsp*ai1;
991 ai1=dcp*ai1+dsp*ar1;
  /external/v8/src/libsampler/
sampler.cc 119 uint32_t dsp; member in struct:__anon48551
  /external/pdfium/third_party/libtiff/
tif_fax3.c 509 Fax3CodecState* dsp = (Fax3CodecState*) Fax3State(tif); local
543 dsp->runs=(uint32*) NULL;
554 dsp->runs = (uint32*) _TIFFCheckMalloc(tif,
558 if (dsp->runs == NULL)
560 memset( dsp->runs, 0, TIFFSafeMultiply(uint32,nruns,2)*sizeof(uint32));
561 dsp->curruns = dsp->runs;
563 dsp->refruns = dsp->runs + nruns;
565 dsp->refruns = NULL
    [all...]

Completed in 104 milliseconds