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

  /external/flac/libFLAC/include/private/
cpu.h 156 } FLAC__CPUInfo;
158 void FLAC__cpu_info(FLAC__CPUInfo *info);
  /external/flac/libFLAC/
cpu.c 47 static void disable_sse(FLAC__CPUInfo *info)
57 static void disable_avx(FLAC__CPUInfo *info)
66 static void disable_avx(FLAC__CPUInfo *info)
143 void FLAC__cpu_info(FLAC__CPUInfo *info)
stream_decoder.c 162 FLAC__CPUInfo cpuinfo;
    [all...]
stream_encoder.c 349 FLAC__CPUInfo cpuinfo;
    [all...]

Completed in 311 milliseconds