• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:band

386      achieved by splitting an Opus band) */
401 achieved by splitting an Opus band) */
410 achieved by splitting an Opus band) */
417 achieved by splitting an Opus band) */
426 achieved by splitting an Opus band) */
639 // approx. maximum bit allocation for each band before boost/trim
675 /* obtain band boost */
713 /* band skip bit reservation */
733 int band = celt_freq_range[i] * (s->endband - i - 1);
737 /* PVQ minimum allocation threshold, below this value the band is
742 trim_offset[i] = trim * (band << scale) >> 6;
834 /* band skipping */
862 /* the band is skipped, so reclaim its bits */
948 /* hand back a limited number of extra fine energy bits to this band */
1304 the final normalised signal in the current band. */
1319 const int band, float *X, float *Y,
1363 int tf_change = s->tf_change[band];
1404 /* If we need 1.5 more bit than we can produce, split the band in two. */
1406 celt_cache_index[(duration + 1) * CELT_MAX_BANDS + band];
1428 pulse_cap = celt_log_freq_range[band] + duration * 8;
1431 qn = (dualstereo && band >= s->intensitystereo) ? 1 :
1468 in that band. */
1497 cm = celt_decode_band(s, rc, band, x2, NULL, N, mbits, blocks,
1550 cm = celt_decode_band(s, rc, band, X, NULL, N, mbits, blocks,
1561 cm |= celt_decode_band(s, rc, band, Y, NULL, N, sbits, blocks,
1568 cm = celt_decode_band(s, rc, band, Y, NULL, N, sbits, blocks,
1579 cm |= celt_decode_band(s, rc, band, X, NULL, N, mbits, blocks,
1603 /* If there's no pulse, fill the band anyway */
1906 /* Compute how many bits we want to allocate to this band */
1926 /* This ensures we never repeat spectral content within one band */
1995 av_log(s->avctx, AV_LOG_ERROR, "Invalid start/end band: %d %d\n",