Home
last modified time | relevance | path

Searched refs:alloc_boost (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_celt.h114 int alloc_boost[CELT_MAX_BANDS]; member
Dopusenc_psy.c307 memset(f->alloc_boost, 0, sizeof(int)*CELT_MAX_BANDS); in ff_opus_psy_celt_frame_init()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
Dopus.c590 int boost_amount = f->alloc_boost[i]; in ff_celt_bitalloc()