Searched defs:silk_CHECK_FIT16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DMacroDebug.h914 #undef silk_CHECK_FIT16 macro
915 #define silk_CHECK_FIT16(a) silk_CHECK_FIT16_((a), __FILE__, __LINE__) macro
921 fprintf (stderr, "silk_CHECK_FIT16(%lld) in %s: line %d\n", (long long)a, file, line);
H A DSigProc_FIX.h447 #define silk_CHECK_FIT16(a) (a) macro
/external/libopus/silk/
H A DMacroDebug.h914 #undef silk_CHECK_FIT16 macro
915 #define silk_CHECK_FIT16(a) silk_CHECK_FIT16_((a), __FILE__, __LINE__) macro
921 fprintf (stderr, "silk_CHECK_FIT16(%lld) in %s: line %d\n", (long long)a, file, line);
H A DSigProc_FIX.h447 #define silk_CHECK_FIT16(a) (a) macro

Completed in 287 milliseconds