Home
last modified time | relevance | path

Searched refs:prev_mode (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic.cc109 Modes prev_mode, in GetDecision() argument
111 if (prev_mode == kModeRfc3389Cng || in GetDecision()
112 prev_mode == kModeCodecInternalCng || in GetDecision()
113 prev_mode == kModeExpand) { in GetDecision()
119 if (prev_mode == kModeRfc3389Cng) { in GetDecision()
121 } else if (prev_mode == kModeCodecInternalCng) { in GetDecision()
133 (prev_mode == kModeAccelerateSuccess || in GetDecision()
134 prev_mode == kModeAccelerateLowEnergy || in GetDecision()
135 prev_mode == kModePreemptiveExpandSuccess || in GetDecision()
136 prev_mode == kModePreemptiveExpandLowEnergy); in GetDecision()
[all …]
Ddecision_logic_normal.cc32 Modes prev_mode, in GetDecisionSpecialized() argument
37 if (prev_mode == kModeError) { in GetDecisionSpecialized()
55 return CngOperation(prev_mode, target_timestamp, available_timestamp); in GetDecisionSpecialized()
74 return ExpectedPacketAvailable(prev_mode, play_dtmf); in GetDecisionSpecialized()
78 prev_mode, target_timestamp, in GetDecisionSpecialized()
87 Operations DecisionLogicNormal::CngOperation(Modes prev_mode, in CngOperation() argument
106 if (timestamp_diff < 0 && prev_mode == kModeRfc3389Cng) { in CngOperation()
131 Operations DecisionLogicNormal::ExpectedPacketAvailable(Modes prev_mode, in ExpectedPacketAvailable() argument
133 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable()
153 Modes prev_mode, in FuturePacketAvailable() argument
[all …]
Ddecision_logic_normal.h55 Modes prev_mode,
65 Modes prev_mode,
71 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
80 Operations CngOperation(Modes prev_mode, uint32_t target_timestamp,
Ddecision_logic.h80 Modes prev_mode,
139 Modes prev_mode,
145 void FilterBufferLevel(size_t buffer_size_packets, Modes prev_mode);
Ddecision_logic_fax.h51 Modes prev_mode,
Ddecision_logic_fax.cc27 Modes prev_mode, in GetDecisionSpecialized() argument
/external/libopus/src/
Dopus_decoder.c70 int prev_mode; member
153 st->prev_mode = 0; in opus_decoder_init()
281 mode = st->prev_mode; in opus_decode_frame()
328 if (data!=NULL && st->prev_mode > 0 && ( in opus_decode_frame()
329 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
330 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()
371 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
515 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy) in opus_decode_frame()
529 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
612 st->prev_mode = mode; in opus_decode_frame()
[all …]
Dopus_encoder.c101 int prev_mode; member
1181 if (st->prev_mode == 0) in opus_encode_native()
1183 else if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1356 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()
1378 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1380 else if (st->prev_mode>0) in opus_encode_native()
1413 if (st->prev_mode > 0 && in opus_encode_native()
1414 ((st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) || in opus_encode_native()
1415 (st->mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY))) in opus_encode_native()
1424 st->mode = st->prev_mode; in opus_encode_native()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp3191 brw_rnd_mode prev_mode = BRW_RND_MODE_UNSPECIFIED; in remove_extra_rounding_modes() local
3197 if (mode == prev_mode) { in remove_extra_rounding_modes()
3201 prev_mode = mode; in remove_extra_rounding_modes()