Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp2577 int8 *coeff_cache_u_fore[3], *coeff_cache_v_fore[3]; in MixLayers() local
2582coeff_cache_u_fore[x] = vce_rendercache.coefficient_mul_table_uv[(vce_rendercache.coefficients[x *… in MixLayers()
2621 int8 fore_u = coeff_cache_u_fore[which_co][(pixel[pixpoo] >> 8) & 0xFF]; \ in MixLayers()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2763 int8 *coeff_cache_u_fore[3], *coeff_cache_v_fore[3]; in MixLayers() local
2768coeff_cache_u_fore[x] = vce_rendercache.coefficient_mul_table_uv[(vce_rendercache.coefficients[x *… in MixLayers()
2807 int8 fore_u = coeff_cache_u_fore[which_co][(pixel[pixpoo] >> 8) & 0xFF]; \ in MixLayers()