camerad: move ae test to pytest/catch2 (#30994)
* mv ae gray test
* cleanup
old-commit-hash: 3e601b5e8f
chrysler-long2
parent
04da45f5c3
commit
8277f37c4b
6 changed files with 25 additions and 25 deletions
@ -1 +1,2 @@ |
|||||||
jpegs/ |
jpegs/ |
||||||
|
test_ae_gray |
||||||
|
@ -1,17 +0,0 @@ |
|||||||
#pragma once |
|
||||||
|
|
||||||
#define W 240 |
|
||||||
#define H 160 |
|
||||||
|
|
||||||
#define TONE_SPLITS 3 |
|
||||||
|
|
||||||
float gts[TONE_SPLITS * TONE_SPLITS * TONE_SPLITS * TONE_SPLITS] = { |
|
||||||
0.917969, 0.917969, 0.375000, 0.917969, 0.375000, 0.375000, 0.187500, 0.187500, 0.187500, 0.917969, |
|
||||||
0.375000, 0.375000, 0.187500, 0.187500, 0.187500, 0.187500, 0.187500, 0.187500, 0.093750, 0.093750, |
|
||||||
0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.917969, 0.375000, 0.375000, |
|
||||||
0.187500, 0.187500, 0.187500, 0.187500, 0.187500, 0.187500, 0.093750, 0.093750, 0.093750, 0.093750, |
|
||||||
0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, 0.093750, |
|
||||||
0.093750, 0.093750, 0.093750, 0.093750, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, |
|
||||||
0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, |
|
||||||
0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, |
|
||||||
0.000000}; |
|
Loading…
Reference in new issue