Searched refs:SPREAD_NORMAL (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/tests/ |
D | test_unit_rotation.c | 55 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL); in test_rotation() 63 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL); in test_rotation()
|
/external/libopus/celt/ |
D | bands.h | 70 #define SPREAD_NORMAL (2) macro
|
D | celt_encoder.c | 1938 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec() 1944 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec() 1952 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec() 2534 st->spread_decision = SPREAD_NORMAL; in opus_custom_encoder_ctl()
|
D | celt_decoder.c | 1010 spread_decision = SPREAD_NORMAL;
|
D | bands.c | 558 decision = SPREAD_NORMAL; in spreading_decision()
|