yuzu-mainline/src/common/logging
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
..
backend.cpp Service::Y2R: Support for grayscale decoding of specific formats 2015-05-22 17:57:21 -03:00
backend.h Common: Remove async logging 2015-05-12 02:31:04 -03:00
filter.cpp Common: Remove async logging 2015-05-12 02:31:04 -03:00
filter.h Common: Remove async logging 2015-05-12 02:31:04 -03:00
log.h Service::Y2R: Support for grayscale decoding of specific formats 2015-05-22 17:57:21 -03:00
text_formatter.cpp Common: Remove async logging 2015-05-12 02:31:04 -03:00
text_formatter.h Common: Remove async logging 2015-05-12 02:31:04 -03:00