Home | History | Annotate | Download | only in silk

Lines Matching refs:idx

42     opus_int             *idx,           /* O     Index vector for the sorted elements   */
57 idx[ i ] = i;
65 idx[ j + 1 ] = idx[ j ]; /* Shift index */
68 idx[ j + 1 ] = i; /* Write index */
78 idx[ j + 1 ] = idx[ j ]; /* Shift index */
81 idx[ j + 1 ] = i; /* Write index */
90 opus_int *idx, /* O Index vector for the sorted elements */
105 idx[ i ] = i;
113 idx[ j + 1 ] = idx[ j ]; /* Shift index */
116 idx[ j + 1 ] = i; /* Write index */
126 idx[ j + 1 ] = idx[ j ]; /* Shift index */
129 idx[ j + 1 ] = i; /* Write index */