Home
last modified time | relevance | path

Searched refs:SPREAD_NORMAL (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/tests/
Dtest_unit_rotation.c57 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL); in test_rotation()
65 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL); in test_rotation()
/external/libopus/celt/
Dbands.h70 #define SPREAD_NORMAL (2) macro
Dcelt_encoder.c1863 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec()
1869 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec()
1877 st->spread_decision = SPREAD_NORMAL; in celt_encode_with_ec()
2464 st->spread_decision = SPREAD_NORMAL; in opus_custom_encoder_ctl()
Dcelt_decoder.c978 spread_decision = SPREAD_NORMAL;
Dbands.c558 decision = SPREAD_NORMAL; in spreading_decision()