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