wp_exp2           227 libavcodec/wavpack.c                 ctx->ch[i].error_limit = wp_exp2(sl[i] - br[i] + 0x100);
wp_exp2           231 libavcodec/wavpack.c             ctx->ch[i].error_limit = wp_exp2(br[i]);
wp_exp2           585 libavcodec/wavpack.c                     s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           586 libavcodec/wavpack.c                     s->decorr[i].samplesA[1] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           588 libavcodec/wavpack.c                         s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           589 libavcodec/wavpack.c                         s->decorr[i].samplesB[1] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           594 libavcodec/wavpack.c                     s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           595 libavcodec/wavpack.c                     s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           599 libavcodec/wavpack.c                         s->decorr[i].samplesA[j] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           601 libavcodec/wavpack.c                             s->decorr[i].samplesB[j] = wp_exp2(AV_RL16(buf)); buf += 2;
wp_exp2           617 libavcodec/wavpack.c                     s->ch[j].median[i] = wp_exp2(AV_RL16(buf));
wp_exp2           626 libavcodec/wavpack.c                     s->ch[i].slow_level = wp_exp2(AV_RL16(buf));
wp_exp2           638 libavcodec/wavpack.c                     s->ch[i].bitrate_delta = wp_exp2((int16_t)AV_RL16(buf));