Martin Pulec
78e4948b80
test_yuv444p16le_from_to_rg48 updates
...
- init input buffer with 2^16 (16-bit RGB headroom in UG) for the
comparison work even if some values are not initialized
- fix printing also negative difference in a debug mode
2021-03-12 16:31:59 +01:00
Martin Pulec
9cb0b3ffad
ff_codec_conversions_test::test_yuv444p16le_from_to_rg48: print signed value of difference in debug
2021-03-12 10:17:45 +01:00
Martin Pulec
5888f52df3
Added tests for yuv444p16le<->RG48
2021-03-11 16:47:40 +01:00
Martin Pulec
9714fc388d
tests: test convs from/to FF 10/12-bit RGB and R10k
...
Use lower resolution as well.
2020-10-20 15:15:05 +02:00
Martin Pulec
eb64060593
Libavcodec convs: fixed copy&paste error
...
Fixed wrong conversions in uv to av list.
+ tests for 10, 12 bits to R12L
+ test on lower resolution image to reduce test time
2020-10-20 15:00:00 +02:00
Martin Pulec
907a4f806d
Tests FF conversions: optionaly measure performance
2020-09-24 14:37:13 +02:00
Martin Pulec
e86e66147c
Lavc: added R10k/R12L conv from/to AV_PIX_FMT_YUV444P16LE
...
+ conversion AV_PIX_FMT_YUV444P10LE->R10k
2020-09-21 14:34:03 +02:00