citra/src
Yuri Kunde Schlesner 9108482888 Service::Y2R: Support for grayscale decoding of specific formats
Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R.
Currently only the Y (luma) channel is used, so the results don't
contain color. This will be added in a later PR at some point.

This is enough to get all currently know Moflex videos to decode. (Some
don't display on-screen due to seemingly unrelated reasons.)

Thanks to @archshift for doing the initial implementation which I
cleaned up and then fixed the 8x8 block mode.
2015-05-22 17:57:21 -03:00
..
assets
citra Common: Remove async logging 2015-05-12 02:31:04 -03:00
citra_qt Use condition var to properly pause the CPU thread 2015-05-18 08:15:57 -06:00
common Service::Y2R: Support for grayscale decoding of specific formats 2015-05-22 17:57:21 -03:00
core Service::Y2R: Support for grayscale decoding of specific formats 2015-05-22 17:57:21 -03:00
video_core Merge pull request #772 from lioncash/warn 2015-05-18 08:08:49 -04:00
CMakeLists.txt