Searched refs:spread_weight (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | bands.h | 75 int end, int C, int M, const int *spread_weight);
|
D | celt_encoder.c | 974 AnalysisInfo *analysis, int *importance, int *spread_weight) in dynalloc_analysis() argument 1030 spread_weight[i] = 32 >> shift; in dynalloc_analysis() 1425 VARDECL(int, spread_weight); in celt_encode_with_ec() 1877 ALLOC(spread_weight, nbEBands, int); in celt_encode_with_ec() 1881 … effectiveBytes, &tot_boost, st->lfe, surround_dynalloc, &st->analysis, importance, spread_weight); in celt_encode_with_ec() 1971 &st->tapset_decision, pf_on&&!shortBlocks, effEnd, C, M, spread_weight); in celt_encode_with_ec()
|
D | bands.c | 481 int end, int C, int M, const int *spread_weight) in spreading_decision() argument 522 sum += tmp*spread_weight[i]; in spreading_decision() 523 nbBands+=spread_weight[i]; in spreading_decision()
|