Searched refs:wp_exp2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpack.c127 ctx->ch[i].error_limit = wp_exp2(sl[i] - br[i] + 0x100);
131 ctx->ch[i].error_limit = wp_exp2(br[i]);
752 wp_exp2(bytestream2_get_le16(&gb));
754 wp_exp2(bytestream2_get_le16(&gb));
758 wp_exp2(bytestream2_get_le16(&gb));
760 wp_exp2(bytestream2_get_le16(&gb));
766 wp_exp2(bytestream2_get_le16(&gb));
768 wp_exp2(bytestream2_get_le16(&gb));
773 wp_exp2(bytestream2_get_le16(&gb));
776 wp_exp2(bytestream2_get_le1
[all...]
H A Dwavpack.h163 static av_always_inline int wp_exp2(int16_t val) function
H A Dwavpackenc.c555 dpp->samplesA[i] = wp_exp2(log2s(dpp->samplesA[i]));
1142 dpp->samplesA[i] = wp_exp2(log2s(dpp->samplesA[i]));
1143 dpp->samplesB[i] = wp_exp2(log2s(dpp->samplesB[i]));
1370 dpp->samplesA[i] = wp_exp2(log2s(dpp->samplesA[i]));
1371 dpp->samplesB[i] = wp_exp2(log2s(dpp->samplesB[i]));
2656 type = wp_exp2(temp); \
2695 s->w.c[chan].median[i] = wp_exp2(temp); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c180 static av_always_inline int wp_exp2(int16_t val) function
272 ctx->ch[i].error_limit = wp_exp2(sl[i] - br[i] + 0x100);
276 ctx->ch[i].error_limit = wp_exp2(br[i]);
897 s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2;
898 s->decorr[i].samplesA[1] = wp_exp2(AV_RL16(buf)); buf += 2;
900 s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2;
901 s->decorr[i].samplesB[1] = wp_exp2(AV_RL16(buf)); buf += 2;
906 s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2;
907 s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2;
911 s->decorr[i].samplesA[j] = wp_exp2(AV_RL1
[all...]

Completed in 81 milliseconds