FFmpeg
|
Data Fields | |
uint64_t | histogram [0x10001] |
Number of samples at each PCM value. More... | |
Definition at line 27 of file af_volumedetect.c.
uint64_t VolDetectContext::histogram[0x10001] |
Number of samples at each PCM value.
histogram[0x8000 + i] is the number of samples at value i. The extra element is there for symmetry.
Definition at line 33 of file af_volumedetect.c.
Referenced by filter_frame(), and print_stats().