OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_rate
(Results
1 - 2
of
2
) sorted by null
/external/libopus/src/
opus_multistream_encoder.c
744
opus_int32
total_rate
;
local
751
total_rate
= (st->layout.nb_coupled_streams + st->layout.nb_streams) *
755
total_rate
= nb_channels * 320000;
758
total_rate
= st->bitrate_bps;
763
per_stream_rate =
total_rate
/ st->layout.nb_streams;
[
all
...]
/external/libaom/libaom/av1/encoder/
rdopt.c
4075
int
total_rate
= mode_cost;
local
4131
int
total_rate
= mode_cost;
local
[
all
...]
Completed in 406 milliseconds