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

  /external/libopus/include/
opus_defines.h 80 # if !defined(OPUS_GNUC_PREREQ)
82 # define OPUS_GNUC_PREREQ(_maj,_min) \
85 # define OPUS_GNUC_PREREQ(_maj,_min) 0
90 # if OPUS_GNUC_PREREQ(3,0)
102 # if OPUS_GNUC_PREREQ(2,7)
116 #if defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
121 #if !defined(OPUS_BUILD) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
    [all...]
  /external/libopus/celt/
arch.h 49 #if OPUS_GNUC_PREREQ(3, 0)
  /external/libopus/tests/
test_opus_decode.c 138 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__ >= 3))
143 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__ >= 3))
test_opus_api.c     [all...]

Completed in 191 milliseconds