Searched refs:APPLY_GAIN (Results 1 – 1 of 1) sorted by relevance
835 #define APPLY_GAIN(s,g) do{int64_t s64 = s; s64 *= gaintab[g]; s = (int32_t)(s64 >> 23); }while(0); macro1301 APPLY_GAIN(*samples, gain); in hdcd_envelope()1310 APPLY_GAIN(*samples, gain); in hdcd_envelope()1324 APPLY_GAIN(*samples, gain); in hdcd_envelope()