Searched refs:gaintab (Results 1 – 1 of 1) sorted by relevance
694 static const int32_t gaintab[] = { variable835 #define APPLY_GAIN(s,g) do{int64_t s64 = s; s64 *= gaintab[g]; s = (int32_t)(s64 >> 23); }while(0);