Searched refs:pulseoff (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 Dtruespeech.c44 int pulseoff[4]; ///< 4-bit offset of pulse values block member in struct:__anon1997
112 dec->pulseoff[0] = get_bits(&gb, 4);
116 dec->pulseoff[1] = get_bits(&gb, 4);
120 dec->pulseoff[2] = get_bits(&gb, 4);
124 dec->pulseoff[3] = get_bits(&gb, 4);
206 tmp[6 - i] = ts_pulse_scales[dec->pulseoff[quart] * 4 + t];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruespeech.c45 int pulseoff[4]; ///< 4-bit offset of pulse values block member in struct:__anon3230
111 dec->pulseoff[0] = get_bits(&gb, 4);
115 dec->pulseoff[1] = get_bits(&gb, 4);
119 dec->pulseoff[2] = get_bits(&gb, 4);
123 dec->pulseoff[3] = get_bits(&gb, 4);
205 tmp[6 - i] = ts_pulse_scales[dec->pulseoff[quart] * 4 + t];

Completed in 111 milliseconds