37 return avctx->
bit_rate <= 14000 ? 30 : 20;
81 int buf_size = avpkt->
size;
86 if (s->
decoder.no_of_bytes > buf_size) {
88 buf_size, s->
decoder.no_of_bytes);
98 WebRtcIlbcfix_DecodeImpl((WebRtc_Word16*) frame->
data[0],
99 (
const WebRtc_UWord16*) buf, &s->
decoder, 1);
115 .priv_class = &ilbc_dec_class,
161 const AVFrame *frame,
int *got_packet_ptr)
171 WebRtcIlbcfix_EncodeImpl((WebRtc_UWord16*) avpkt->
data, (
const WebRtc_Word16*) frame->
data[0], &s->
encoder);