Home
last modified time | relevance | path

Searched refs:SILENCE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqcelpdec.c47 SILENCE, enumerator
235 } else if (q->bitrate != SILENCE) { in decode_gain_and_index()
382 case SILENCE: in compute_svector()
473 if (q->bitrate >= RATE_HALF || q->bitrate == SILENCE || in apply_pitch_filters()
492 av_assert2(q->bitrate == SILENCE); in apply_pitch_filters()
585 else if (q->bitrate == SILENCE && !subframe_num) in interpolate_lpc()
596 case 1: return SILENCE; in buf_size2bitrate()
641 if (bitrate == SILENCE) { in determine_bitrate()
716 if (q->bitrate > SILENCE) { in qcelp_decode_frame()
H A Devrcdec.c49 SILENCE, enumerator
174 case 1: return SILENCE; in buf_size2bitrate()
763 if (e->bitrate <= SILENCE || e->bitrate == RATE_QUARTER) in evrc_decode_frame()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c1894 #define SILENCE(v) [SND_PCM_SILENCE_##v] = #v macro

Completed in 15 milliseconds