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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsonic.c75 #define SAMPLE_SHIFT 4 macro
77 #define SAMPLE_FACTOR (1 << SAMPLE_SHIFT)
679 put_bits(&pb, 3, SAMPLE_SHIFT); // XXX FIXME: sample precision
736 s->int_samples[i] = s->int_samples[i] << SAMPLE_SHIFT;
1042 s->int_samples[i] = shift(s->int_samples[i], SAMPLE_SHIFT);

Completed in 62 milliseconds