Home
last modified time | relevance | path

Searched refs:g_bins (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c553 const int g_bins[4] = { /* A, B, C, total bins */ in apply_band_extension() local
565 for (int j = 0; j < (g_bins[i + 1] - g_bins[i + 0]); j++) in apply_band_extension()
566 c->coeffs[g_bins[i] + j] = c->coeffs[g_bins[i] - j - 1]; in apply_band_extension()
607 fill_with_noise(s, c, g_bins[0], g_bins[3] - g_bins[0]); in apply_band_extension()
618 for (int j = g_bins[i + 0]; j < g_bins[ in apply_band_extension()
[all...]

Completed in 3 milliseconds