diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index bacb9fcb0533e52ea2a313408d95a9c74480c743..3e860a4c4f01ef6c21f4ac9b206c115b585b5ffb 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -2,14 +2,24 @@ -- Encoder (float): -- Decoder: +- Float reference: + - Encoder (float): + - Decoder (float): +- Fixed point: + - Encoder (fixed): + - Decoder (fixed): # Bug description # Ways to reproduce -(Clear steps or refer to a failing automated test, e.g. with a pipeline link) +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` diff --git a/.gitlab/issue_templates/default_complexity.md b/.gitlab/issue_templates/default_complexity.md new file mode 100644 index 0000000000000000000000000000000000000000..f66b1fc82e8312e8486bb4bd785408342fcae764 --- /dev/null +++ b/.gitlab/issue_templates/default_complexity.md @@ -0,0 +1,34 @@ +# Basic info + + + +- Float reference: + - Encoder (float): + - Decoder (float): +- Fixed point: + - Encoder (fixed): + - Decoder (fixed): + +# Bug description + +| Metric | BASOP | Float | +|------------|---------|---------| +| WMOPS Max. | | | +| WMOPS Min. | | | +| WMOPS Avg. | | | + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo diff --git a/.gitlab/issue_templates/fixed_point_decoder_crash.md b/.gitlab/issue_templates/fixed_point_decoder_crash.md new file mode 100644 index 0000000000000000000000000000000000000000..d060e2c696ff30dd33c180635cf27d4acb2a9e0e --- /dev/null +++ b/.gitlab/issue_templates/fixed_point_decoder_crash.md @@ -0,0 +1,24 @@ +# Basic info + + + +- Encoder and Decoder (float): +- Decoder (fixed): + +# Bug description + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo diff --git a/.gitlab/issue_templates/fixed_point_encoder_crash.md b/.gitlab/issue_templates/fixed_point_encoder_crash.md new file mode 100644 index 0000000000000000000000000000000000000000..bfd33bc1d59829cf5e4a0767c76b3f0ecba7ffc1 --- /dev/null +++ b/.gitlab/issue_templates/fixed_point_encoder_crash.md @@ -0,0 +1,24 @@ +# Basic info + + + +- Encoder and Decoder (float): +- Encoder (fixed): + +# Bug description + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo