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

/external/chromium_org/third_party/opus/src/silk/
H A DMacroCount.h484 #undef silk_min macro
485 static silk_min(a, b){ function
648 /* silk_min() versions with typecast in the function call */
H A DSigProc_FIX.h507 #define silk_min(a, b) (((a) < (b)) ? (a) : (b)) macro
513 /* silk_min() versions with typecast in the function call */
531 /* silk_min() versions with typecast in the function call */
/external/libopus/silk/
H A DMacroCount.h484 #undef silk_min macro
485 static silk_min(a, b){ function
648 /* silk_min() versions with typecast in the function call */
H A DSigProc_FIX.h507 #define silk_min(a, b) (((a) < (b)) ? (a) : (b)) macro
513 /* silk_min() versions with typecast in the function call */
531 /* silk_min() versions with typecast in the function call */

Completed in 1018 milliseconds