Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dshorten.c351 int residual_size, int32_t coffset) in decode_subframe_lpc() argument
393 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + in decode_subframe_lpc()
667 int residual_size = 0; in shorten_decode_frame() local
673 residual_size = get_ur_golomb_shorten(&s->gb, ENERGYSIZE); in shorten_decode_frame()
677 residual_size--; in shorten_decode_frame()
678 if (residual_size > 30U) { in shorten_decode_frame()
679 av_log(avctx, AV_LOG_ERROR, "residual size unsupportd: %d\n", residual_size); in shorten_decode_frame()
702 residual_size, coffset)) < 0) in shorten_decode_frame()