Lines Matching defs:track

28 * 4 tracks x 16 positions per track = 64 samples.                       *
75 Word16 track, /* (i) track to use */
85 Word16 track, /* (i) track to use */
95 Word16 track, /* (i) track to use */
104 Word16 track_x, /* (i) track of pulse 1 */
105 Word16 track_y, /* (i) track of pulse 2 */
136 Word16 st, ix, iy, pos, index, track, nb_pulse, nbiter, j_temp;
298 * Select NB_MAX position per track according to max of dn2[]. *
374 * positions (16) in each track (4). Total = 4x16 = 64. *
407 * (track 0-1, 1-2, 2-3 and 3-0). Total = 4x16x16 = 1024. *
726 track = (Word16) (i & 0x03); /* track = i % NB_TRACK (0..3) */
738 i = (Word16)((vo_L_mult(track, NPMAXPT) >> 1));
751 for (track = 0; track < NB_TRACK; track++)
753 _index[track] = (Word16)(quant_1p_N1(ind[k], 4));
758 for (track = 0; track < NB_TRACK; track++)
760 _index[track] = (Word16)(quant_2p_2N1(ind[k], ind[k + 1], 4));
765 for (track = 0; track < NB_TRACK - 2; track++)
767 _index[track] = (Word16)(quant_3p_3N1(ind[k], ind[k + 1], ind[k + 2], 4));
770 for (track = 2; track < NB_TRACK; track++)
772 _index[track] = (Word16)(quant_2p_2N1(ind[k], ind[k + 1], 4));
777 for (track = 0; track < NB_TRACK; track++)
779 _index[track] = (Word16)(quant_3p_3N1(ind[k], ind[k + 1], ind[k + 2], 4));
784 for (track = 0; track < NB_TRACK; track++)
787 _index[track] = (Word16)((L_index >> 14) & 3);
788 _index[track + NB_TRACK] = (Word16)(L_index & 0x3FFF);
793 for (track = 0; track < NB_TRACK - 2; track++)
796 _index[track] = (Word16)((L_index >> 10) & 0x03FF);
797 _index[track + NB_TRACK] = (Word16)(L_index & 0x03FF);
800 for (track = 2; track < NB_TRACK; track++)
803 _index[track] = (Word16)((L_index >> 14) & 3);
804 _index[track + NB_TRACK] = (Word16)(L_index & 0x3FFF);
809 for (track = 0; track < NB_TRACK; track++)
812 _index[track] = (Word16)((L_index >> 11) & 0x07FF);
813 _index[track + NB_TRACK] = (Word16)(L_index & 0x07FF);
824 * Compute correlations of h[] with vec[] for the specified track. *
829 Word16 track, /* (i) track to use */
841 p0 = rrixix[track];
843 pos = track;
901 Word16 track, /* (i) track to use */
913 p0 = rrixix[track];
914 p3 = rrixix[track+1];
915 pos = track;
966 Word16 track_x, /* (i) track of pulse 1 */
967 Word16 track_y, /* (i) track of pulse 2 */