Searched refs:toc_config (Results 1 – 1 of 1) sorted by relevance
95 unsigned toc_config = toc >> 3; in opus_duration() local97 unsigned frame_size = toc_config < 12 ? FFMAX(480, 960 * (toc_config & 3)) : in opus_duration()98 toc_config < 16 ? 480 << (toc_config & 1) : in opus_duration()99 120 << (toc_config & 3); in opus_duration()