Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c694 static const int32_t gaintab[] = { variable
835 #define APPLY_GAIN(s,g) do{int64_t s64 = s; s64 *= gaintab[g]; s = (int32_t)(s64 >> 23); }while(0);