OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_BITRATE_MAX
(Results
1 - 4
of
4
) sorted by null
/external/libopus/include/
opus_defines.h
184
#define
OPUS_BITRATE_MAX
-1 /**<Maximum bitrate @hideinitializer*/
255
* special values #OPUS_AUTO and #
OPUS_BITRATE_MAX
.
256
* The value #
OPUS_BITRATE_MAX
can be used to cause the codec to use as much
/external/libopus/src/
opus_multistream_encoder.c
630
} else if (st->bitrate_bps==
OPUS_BITRATE_MAX
)
987
if (value<0 && value!=OPUS_AUTO && value!=
OPUS_BITRATE_MAX
)
[
all
...]
opus_encoder.c
511
else if (st->user_bitrate_bps==
OPUS_BITRATE_MAX
)
[
all
...]
/external/libopus/celt/
celt_encoder.c
189
st->bitrate =
OPUS_BITRATE_MAX
;
[
all
...]
Completed in 585 milliseconds