Searched defs:SRC_SAMPLE (Results 1 – 1 of 1) sorted by relevance
237 #define SRC_SAMPLE(x) ((pS[x] - 0x80) << 8) macro319 #define SRC_SAMPLE(x) pS[x] macro389 #define SRC_SAMPLE(x) ((((pS[x * 2] - 0x80) << 8) + ((pS[(x * 2) + 1] - 0x80) << 8)) >> 1) macro479 #define SRC_SAMPLE(x) ((pS[x * 2] + pS[(x * 2) + 1]) >> 1) macro