Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c52 #define PEAK_EXT_LEVEL 0x5981 /* + sizeof(peaktab)-1 = 0x8000 */ macro
1187 int32_t save = (abs(samples[n]) - PEAK_EXT_LEVEL >= 0) ? 2 : 0; /* above PE level */ in hdcd_analyze_prepare()
1272 int pe_level = PEAK_EXT_LEVEL, shft = 15; in hdcd_envelope()
1274 pe_level = (1 << (vbits - 1)) - (0x8000 - PEAK_EXT_LEVEL); in hdcd_envelope()
1277 av_assert0(PEAK_EXT_LEVEL + max_asample == 0x8000); in hdcd_envelope()