Searched refs:temp_index (Results 1 – 1 of 1) sorted by relevance
121 int temp_index; in GetYUVformat() local131 temp_index = j * 3 + 7 + 2; in GetYUVformat()136 H[j] = (0x0f & (Data[temp_index] >> 4)); in GetYUVformat()137 V[j] = (0x0f & Data[temp_index]); in GetYUVformat()