Searched defs:AAC_HALF_SUM (Results 1 – 1 of 1) sorted by relevance
77 #define AAC_HALF_SUM(x, y) (((x) >> 1) + ((y) >> 1)) macro113 #define AAC_HALF_SUM(x, y) ((x) + (y)) * 0.5f macro