Searched refs:table0 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c1220 register INT32 *table0, *table1; local
1224 table0 = (INT32 *)cconvert->Cr_r_tab;
1232 *outp++ = range_limit[*Y++ + table0[*Cr++]];
1237 table0 = cconvert->Cb_g_tab;
1249 + RIGHT_SHIFT(table0[*Cb++]+table1[*Cr++],16)
1254 table0 = (INT32 *)cconvert->Cb_b_tab;
1262 *outp++ = range_limit[*Y++ + table0[*Cb++]];

Completed in 40 milliseconds