celt.h | celt.h | |||
---|---|---|---|---|
skipping to change at line 98 | skipping to change at line 98 | |||
2=Long term prediction allowed | 2=Long term prediction allowed | |||
*/ | */ | |||
#define CELT_SET_PREDICTION(x) CELT_SET_PREDICTION_REQUEST, _celt_check_int (x) | #define CELT_SET_PREDICTION(x) CELT_SET_PREDICTION_REQUEST, _celt_check_int (x) | |||
#define CELT_SET_VBR_RATE_REQUEST 6 | #define CELT_SET_VBR_RATE_REQUEST 6 | |||
/** Set the target VBR rate in bits per second(int); 0=CBR (default) */ | /** Set the target VBR rate in bits per second(int); 0=CBR (default) */ | |||
#define CELT_SET_VBR_RATE(x) CELT_SET_VBR_RATE_REQUEST, _celt_check_int(x) | #define CELT_SET_VBR_RATE(x) CELT_SET_VBR_RATE_REQUEST, _celt_check_int(x) | |||
/** Reset the encoder/decoder memories to zero*/ | /** Reset the encoder/decoder memories to zero*/ | |||
#define CELT_RESET_STATE_REQUEST 8 | #define CELT_RESET_STATE_REQUEST 8 | |||
#define CELT_RESET_STATE CELT_RESET_STATE_REQUEST | #define CELT_RESET_STATE CELT_RESET_STATE_REQUEST | |||
#define CELT_SET_VBR_CONSTRAINT_REQUEST 10 | ||||
#define CELT_SET_VBR_CONSTRAINT(x) CELT_SET_VBR_CONSTRAINT_REQUEST, _ | ||||
celt_check_int(x) | ||||
#define CELT_SET_START_BAND_REQUEST 10000 | #define CELT_SET_START_BAND_REQUEST 10000 | |||
#define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, _celt_check_int (x) | #define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, _celt_check_int (x) | |||
#define CELT_SET_END_BAND_REQUEST 10001 | #define CELT_SET_END_BAND_REQUEST 10001 | |||
#define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST, _celt_check_int(x) | #define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST, _celt_check_int(x) | |||
/** GET the lookahead used in the current mode */ | /** GET the lookahead used in the current mode */ | |||
#define CELT_GET_LOOKAHEAD 1001 | #define CELT_GET_LOOKAHEAD 1001 | |||
/** GET the sample rate used in the current mode */ | /** GET the sample rate used in the current mode */ | |||
#define CELT_GET_SAMPLE_RATE 1003 | #define CELT_GET_SAMPLE_RATE 1003 | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||