Home | History | Annotate | Download | only in tests

Lines Matching defs:temp_index

121      int temp_index;
131 temp_index = j * 3 + 7 + 2;
136 H[j] = (0x0f & (Data[temp_index] >> 4));
137 V[j] = (0x0f & Data[temp_index]);