Home
last modified time | relevance | path

Searched refs:mdec_makergb24 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/psx/
H A Dmdec.cpp348 void psxmdec_device::mdec_makergb24( uint32_t n_address, int32_t n_r, int32_t n_g, int32_t n_b, int… in mdec_makergb24() function in psxmdec_device
396 mdec_makergb24( ( n_address + 0 ), n_r, n_g, n_b, p_n_y, n_stp ); in mdec_yuv2_to_rgb24()
397 mdec_makergb24( ( n_address + 48 ), n_r, n_g, n_b, p_n_y + 8, n_stp ); in mdec_yuv2_to_rgb24()
405 mdec_makergb24( ( n_address + 24 ), n_r, n_g, n_b, p_n_y + DCTSIZE2, n_stp ); in mdec_yuv2_to_rgb24()
406 mdec_makergb24( ( n_address + 72 ), n_r, n_g, n_b, p_n_y + DCTSIZE2 + 8, n_stp ); in mdec_yuv2_to_rgb24()
H A Dmdec.h52 …void mdec_makergb24( uint32_t n_address, int32_t n_r, int32_t n_g, int32_t n_b, int32_t *p_n_y, ui… in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/psx/
H A Dmdec.cpp348 void psxmdec_device::mdec_makergb24( uint32_t n_address, int32_t n_r, int32_t n_g, int32_t n_b, int… in mdec_makergb24() function in psxmdec_device
396 mdec_makergb24( ( n_address + 0 ), n_r, n_g, n_b, p_n_y, n_stp ); in mdec_yuv2_to_rgb24()
397 mdec_makergb24( ( n_address + 48 ), n_r, n_g, n_b, p_n_y + 8, n_stp ); in mdec_yuv2_to_rgb24()
405 mdec_makergb24( ( n_address + 24 ), n_r, n_g, n_b, p_n_y + DCTSIZE2, n_stp ); in mdec_yuv2_to_rgb24()
406 mdec_makergb24( ( n_address + 72 ), n_r, n_g, n_b, p_n_y + DCTSIZE2 + 8, n_stp ); in mdec_yuv2_to_rgb24()
H A Dmdec.h52 …void mdec_makergb24( uint32_t n_address, int32_t n_r, int32_t n_g, int32_t n_b, int32_t *p_n_y, ui… in DECLARE_DEVICE_TYPE()