Lines Matching refs:CELT_MAX_BANDS
104 for (i = 0; i < CELT_MAX_BANDS; i++) in step_collect_psy_metrics()
109 for (i = 0; i < CELT_MAX_BANDS; i++) { in step_collect_psy_metrics()
132 for (i = 0; i < CELT_MAX_BANDS; i++) { in step_collect_psy_metrics()
144 for (i = 0; i < CELT_MAX_BANDS; i++) { in step_collect_psy_metrics()
306 memset(f->tf_change, 0, sizeof(int)*CELT_MAX_BANDS); in ff_opus_psy_celt_frame_init()
307 memset(f->alloc_boost, 0, sizeof(int)*CELT_MAX_BANDS); in ff_opus_psy_celt_frame_init()
321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight()
325 for (i = 0; i < CELT_MAX_BANDS; i++) { in celt_gauge_psy_weight()
339 tonal /= (float)CELT_MAX_BANDS; in celt_gauge_psy_weight()
341 for (i = 0; i < CELT_MAX_BANDS; i++) { in celt_gauge_psy_weight()
346 for (i = 0; i < CELT_MAX_BANDS; i++) { in celt_gauge_psy_weight()
371 for (i = 0; i < CELT_MAX_BANDS; i++) { in bands_dist()
400 int i, best_band = CELT_MAX_BANDS - 1; in celt_search_for_intensity()
423 int i, j, k, cway, config[2][CELT_MAX_BANDS] = { { 0 } }; in celt_search_for_tf()
435 for (i = 0; i < CELT_MAX_BANDS; i++) { in celt_search_for_tf()
450 memcpy(f->tf_change, config[f->tf_select], sizeof(int)*CELT_MAX_BANDS); in celt_search_for_tf()
528 s->avg_is_band = CELT_MAX_BANDS - 1; in ff_opus_psy_init()
544 for (i = 0; i < CELT_MAX_BANDS; i++) { in ff_opus_psy_init()