Home
last modified time | relevance | path

Searched refs:CELT_SET_START_BAND_REQUEST (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt.h104 #define CELT_SET_START_BAND_REQUEST 10010 macro
105 #define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, __opus_check_int(x)
Dcelt_decoder.c1260 case CELT_SET_START_BAND_REQUEST:
Dcelt_encoder.c2424 case CELT_SET_START_BAND_REQUEST: in opus_custom_encoder_ctl()