OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loss_rate
(Results
1 - 4
of
4
) sorted by null
/external/libopus/celt/
quant_bands.h
54
int two_pass, int
loss_rate
, int lfe);
quant_bands.c
264
int force_intra, opus_val32 *delayedIntra, int two_pass, int
loss_rate
, int lfe)
278
intra_bias = (opus_int32)((budget**delayedIntra*
loss_rate
)/(C*512));
celt_encoder.c
75
int
loss_rate
;
member in struct:OpusCustomEncoder
1052
if (st->
loss_rate
>2)
1054
if (st->
loss_rate
>4)
1056
if (st->
loss_rate
>8)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c
140
void throw_packets(unsigned char* frame, int* size, int
loss_rate
,
175
int loss_event = ((rand() + 1.0)/(RAND_MAX + 1.0) <
loss_rate
/100.0);
Completed in 738 milliseconds