Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/smush/
H A Dcodec47.cpp148 const int8 *table47_1 = 0, *table47_2 = 0; in makeTablesInterpolation() local
155 table47_2 = codec47_table_big2; in makeTablesInterpolation()
164 table47_2 = codec47_table_small2; in makeTablesInterpolation()
178 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
181 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/smush/
H A Dcodec47.cpp148 const int8 *table47_1 = 0, *table47_2 = 0; in makeTablesInterpolation() local
155 table47_2 = codec47_table_big2; in makeTablesInterpolation()
164 table47_2 = codec47_table_small2; in makeTablesInterpolation()
178 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
181 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/movie/codecs/
H A Dblocky8.cpp149 const int8 *table47_1 = nullptr, *table47_2 = nullptr; in makeTablesInterpolation() local
156 table47_2 = blocky8_table_big2; in makeTablesInterpolation()
165 table47_2 = blocky8_table_small2; in makeTablesInterpolation()
179 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
182 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()
H A Dblocky16.cpp164 int8 *table47_1 = nullptr, *table47_2 = nullptr; in makeTablesInterpolation() local
171 table47_2 = blocky16_table_big2; in makeTablesInterpolation()
184 table47_2 = blocky16_table_small2; in makeTablesInterpolation()
202 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
205 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/movie/codecs/
H A Dblocky8.cpp149 const int8 *table47_1 = nullptr, *table47_2 = nullptr; in makeTablesInterpolation() local
156 table47_2 = blocky8_table_big2; in makeTablesInterpolation()
165 table47_2 = blocky8_table_small2; in makeTablesInterpolation()
179 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
182 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()
H A Dblocky16.cpp164 int8 *table47_1 = nullptr, *table47_2 = nullptr; in makeTablesInterpolation() local
171 table47_2 = blocky16_table_big2; in makeTablesInterpolation()
184 table47_2 = blocky16_table_small2; in makeTablesInterpolation()
202 value_table47_2_1 = table47_2[x]; in makeTablesInterpolation()
205 value_table47_2_2 = table47_2[y]; in makeTablesInterpolation()