Searched refs:orig_bpp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpack.c634 int bpp, chan = 0, chmask = 0, orig_bpp, sample_rate = 0; local
665 orig_bpp = ((s->frame_flags & 0x03) + 1) << 3;
673 s->post_shift = bpp * 8 - orig_bpp + ((s->frame_flags >> 13) & 0x1f);
674 s->hybrid_maxclip = ((1LL << (orig_bpp - 1)) - 1);
675 s->hybrid_minclip = ((-1LL << (orig_bpp - 1)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c767 int bpp, chan, chmask, orig_bpp; local
806 orig_bpp = ((s->frame_flags & 0x03) + 1) << 3;
813 s->post_shift = bpp * 8 - orig_bpp + ((s->frame_flags >> 13) & 0x1f);
814 s->hybrid_maxclip = (( 1LL << (orig_bpp - 1)) - 1) >> s->post_shift;
815 s->hybrid_minclip = ((-1LL << (orig_bpp - 1))) >> s->post_shift;

Completed in 50 milliseconds