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

  /external/flac/libFLAC/include/private/
cpu.h 68 FLAC__bool use_asm; member in struct:__anon6475
  /external/flac/libFLAC/
cpu.c 163 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
343 info->use_asm = false;
352 info->use_asm = true;
408 info->use_asm = false;
416 info->use_asm = false;
stream_decoder.c 422 if(decoder->private_->cpuinfo.use_asm) {
    [all...]
stream_encoder.c     [all...]

Completed in 325 milliseconds