Home | History | Annotate | Download | only in source

Lines Matching refs:Table

1429 	const bool hasEncodeTable = ((encodeTable != NULL) && (encodeTable->Table () != NULL));
1430 const bool hasDecodeTable = ((decodeTable != NULL) && (decodeTable->Table () != NULL));
1439 #if 0 // Not required with "2.5D" table optimization.
1466 if (valDivisions < 2) // Optimize most common case of "2.5D" table.
1711 const dng_1d_table &table)
1719 real32 y = table.Interpolate (x);
1736 const dng_1d_table &table)
1755 rr = table.Interpolate (r);\
1756 bb = table.Interpolate (b);\
1799 rr = table.Interpolate (r);
1800 gg = table.Interpolate (g);
2197 const uint16 *table)
2222 mPtr [col] = table [index];