Home | History | Annotate | Download | only in src

Lines Matching refs:indx

276     indx[] -- array of type Word16 -- position and sign of
343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */
359 sign_indx[i] = indx[i];
364 MSBs = indx[NB_TRACK]/8;
365 LSBs = indx[NB_TRACK]%8;
367 MSBs = indx[NB_TRACK_MR102] >> 3;
369 LSBs = indx[NB_TRACK_MR102] & 0x7;
382 MSBs = indx[NB_TRACK+1]/8;
383 LSBs = indx[NB_TRACK+1]%8;
385 MSBs = indx[NB_TRACK_MR102+1] >> 3;
387 LSBs = indx[NB_TRACK_MR102+1] & 0x7;
400 MSBs = indx[NB_TRACK+2]/4;
401 LSBs = indx[NB_TRACK+2]%4;
410 MSBs = indx[NB_TRACK_MR102+2] >> 2;
412 LSBs = indx[NB_TRACK_MR102+2] & 0x3;