This reduces the intermediate VRAM used for RGB decoding by a factor of 100x for 6k video. This also speeds the decoder up by 16% for 4k RGB24 and 31% for 6k video. This is equivalent to what the software decoder does, but with less pointers. |
||
|---|---|---|
| .. | ||
| common.comp | ||
| ffv1_common.comp | ||
| ffv1_dec.comp | ||
| ffv1_dec_setup.comp | ||
| ffv1_enc.comp | ||
| ffv1_enc_ac.comp | ||
| ffv1_enc_common.comp | ||
| ffv1_enc_rct.comp | ||
| ffv1_enc_rgb.comp | ||
| ffv1_enc_setup.comp | ||
| ffv1_enc_vlc.comp | ||
| ffv1_rct.comp | ||
| ffv1_reset.comp | ||
| ffv1_vlc.comp | ||
| Makefile | ||
| rangecoder.comp | ||