Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h114 int nframesamples_log2; ///< log2(nframesamples) member
Ddca_xll.c832 s->nframesamples_log2 = s->nsegsamples_log2 + nframesegs_log2; in parse_common_header()
833 s->nframesamples = 1 << s->nframesamples_log2; in parse_common_header()