Home | History | Annotate | Download | only in src

Lines Matching refs:pos1

120     int16 pos1;
127 pos1 = ((index & mask) + offset);
133 pos1 += NB_POS;
135 pos[0] = pos1;
147 int16 pos1, pos2, tmp;
154 /* pos1 = (((index >> N) & mask) + offset); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
164 pos1 += NB_POS; /* pos1 += NB_POS; */
175 pos1 += NB_POS; /* pos1 += NB_POS; */
180 pos[0] = pos1;