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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c210 unsigned int *shift_lsbs; ///< contains shift_lsbs flags for all channels member in struct:__anon1860
237 unsigned int *shift_lsbs; ///< shift of values for this block member in struct:__anon1861
661 *bd->shift_lsbs = get_bits(gb, 4) + 1;
663 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
927 if (*bd->shift_lsbs)
929 raw_samples[sb] >>= *bd->shift_lsbs;
968 *bd->shift_lsbs = 0;
995 if (*bd->shift_lsbs)
997 bd->raw_samples[smp] <<= *bd->shift_lsbs;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c209 unsigned int *shift_lsbs; ///< contains shift_lsbs flags for all channels member in struct:__anon3075
236 unsigned int *shift_lsbs; ///< shift of values for this block member in struct:__anon3076
675 *bd->shift_lsbs = get_bits(gb, 4) + 1;
677 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
947 if (*bd->shift_lsbs)
949 raw_samples[sb] >>= *bd->shift_lsbs;
989 *bd->shift_lsbs = 0;
1019 if (*bd->shift_lsbs)
1021 bd->raw_samples[smp] <<= *bd->shift_lsbs;
[all...]

Completed in 82 milliseconds