Searched defs:table_base (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_64.c520 const mlib_d64 *table_base[4]; local
524 table_base[c] = &table[c][32768];
527 MLIB_C_IMAGELOOKUP(mlib_d64, mlib_s16, table_base);
540 const mlib_d64 *table_base[4]; local
544 table_base[c] = &table[c][0];
547 MLIB_C_IMAGELOOKUP(mlib_d64, mlib_u16, table_base);
560 const mlib_d64 *table_base[4]; local
565 table_base[c] = &table[c][shift];
568 MLIB_C_IMAGELOOKUP(mlib_d64, mlib_s32, table_base);
1002 const mlib_d64 *table_base[ local
1022 const mlib_d64 *table_base[4]; local
1042 const mlib_d64 *table_base[4]; local
[all...]
H A Dmlib_c_ImageLookUp_f.c735 const mlib_u8 *table_base[4]; local
739 table_base[c] = &table[c][32768];
742 MLIB_C_IMAGELOOKUP(mlib_u8, mlib_s16, table_base);
755 const mlib_u8 *table_base[4]; local
759 table_base[c] = &table[c][0];
762 MLIB_C_IMAGELOOKUP(mlib_u8, mlib_u16, table_base);
775 const mlib_u8 *table_base[4]; local
779 table_base[c] = &table[c][TABLE_SHIFT_S32];
782 MLIB_C_IMAGELOOKUP(mlib_u8, mlib_s32, table_base);
1341 const mlib_s16 *table_base[ local
1361 const mlib_s16 *table_base[4]; local
1381 const mlib_s16 *table_base[4]; local
1401 const mlib_s16 *table_base[4]; local
1421 const mlib_s16 *table_base[4]; local
1441 const mlib_s16 *table_base[4]; local
1781 const mlib_s32 *table_base[4]; local
1801 const mlib_s32 *table_base[4]; local
1821 const mlib_s32 *table_base[4]; local
2297 const mlib_u8 *table_base[4]; local
2566 const mlib_u8 *table_base[4]; local
2831 const mlib_u8 *table_base[4]; local
3288 const mlib_s16 *table_base[4]; local
3308 const mlib_s16 *table_base[4]; local
3328 const mlib_s16 *table_base[4]; local
3348 const mlib_u16 *table_base[4]; local
3368 const mlib_u16 *table_base[4]; local
3388 const mlib_u16 *table_base[4]; local
3828 const mlib_s32 *table_base[4]; local
3848 const mlib_s32 *table_base[4]; local
3868 const mlib_s32 *table_base[4]; local
[all...]

Completed in 1445 milliseconds