Searched refs:pulse_pos (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 Dg723_1_data.h75 int pulse_pos; member in struct:G723_1_Subframe
103 int pulse_pos[PULSE_MAX]; member in struct:__anon3145
H A Dg723_1.c183 /* Compute pulse_pos index using the 13-bit combined position index */
185 p->subframe[0].pulse_pos = temp / 810;
187 temp -= p->subframe[0].pulse_pos * 810;
188 p->subframe[1].pulse_pos = FASTDIV(temp, 90);
190 temp -= p->subframe[1].pulse_pos * 90;
191 p->subframe[2].pulse_pos = FASTDIV(temp, 9);
192 p->subframe[3].pulse_pos = temp - p->subframe[2].pulse_pos * 9;
194 p->subframe[0].pulse_pos = (p->subframe[0].pulse_pos << 1
[all...]

Completed in 113 milliseconds