Home
last modified time | relevance | path

Searched refs:APPLY_GAIN (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c835 #define APPLY_GAIN(s,g) do{int64_t s64 = s; s64 *= gaintab[g]; s = (int32_t)(s64 >> 23); }while(0); macro
1301 APPLY_GAIN(*samples, gain); in hdcd_envelope()
1310 APPLY_GAIN(*samples, gain); in hdcd_envelope()
1324 APPLY_GAIN(*samples, gain); in hdcd_envelope()