Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c193 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
194 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
220 for (band = 1; band < NELLY_BANDS; band++) { in get_exponent_greedy()
243 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
252 for (band = 1; band < NELLY_BANDS; band++) { in get_exponent_dynamic()
283 band = NELLY_BANDS - 1; in get_exponent_dynamic()
290 for (band = NELLY_BANDS - 1; band >= 0; band--) { in get_exponent_dynamic()
310 int bits[NELLY_BUF_LEN], idx_table[NELLY_BANDS]; in encode_block()
311 float cand[NELLY_BANDS]; in encode_block()
318 for (band = 0; band < NELLY_BANDS; ban in encode_block()
[all...]
H A Dnellymoser.h39 #define NELLY_BANDS 23 macro
51 extern const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS];
H A Dnellymoser.c68 const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS] = {
H A Dnellymoserdec.c77 for (i=0 ; i<NELLY_BANDS ; i++) { in nelly_decode_block()

Completed in 3 milliseconds