Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c53 static const uint32_t peaktab[0x2680] = { variable
1268 static const int max_asample = sizeof(peaktab) / sizeof(peaktab[0]) - 1; in hdcd_envelope()
1285 sample = sample >= 0 ? peaktab[asample] : -peaktab[asample]; in hdcd_envelope()