Home
last modified time | relevance | path

Searched refs:temp_index (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c121 int temp_index; in GetYUVformat() local
131 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()