Commit 12ef846b authored by multrus's avatar multrus
Browse files

Merge branch 'main' into bugfix/issue859

parents 878040fa ad936ef6
Loading
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -2,14 +2,24 @@

<!--- Add commit SHA used to reproduce -->

- Float reference:
  - Encoder (float):
- Decoder:
  - 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

<!-- Commandline or script -->

```bash

```

<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->
+34 −0
Original line number Diff line number Diff line
# Basic info

<!--- Add commit SHA used to reproduce -->

- 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

<!-- Commandline or script -->

```bash

```

<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->

/label ~Priority:: ~Company: ~Lib: ~Module:
/label ~Type:Bug ~Status::ToDo
+24 −0
Original line number Diff line number Diff line
# Basic info

<!--- Add commit SHA used to reproduce -->

- Encoder and Decoder (float):
- Decoder (fixed):

# Bug description

# Ways to reproduce

Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx

<!-- Commandline or script -->

```bash

```

<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->

/label ~Priority:: ~Company: ~Lib: ~Module:
/label ~Type:Bug ~Status::ToDo
+24 −0
Original line number Diff line number Diff line
# Basic info

<!--- Add commit SHA used to reproduce -->

- Encoder and Decoder (float):
- Encoder (fixed):

# Bug description

# Ways to reproduce

Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx

<!-- Commandline or script -->

```bash

```

<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->

/label ~Priority:: ~Company: ~Lib: ~Module:
/label ~Type:Bug ~Status::ToDo
+1 −1
Original line number Diff line number Diff line
@@ -3818,7 +3818,7 @@ detect_transient_fx.c
Word16 detect_transient_fx(
    const Word16 *in_fx, /*Q_new */
    const Word16 L,
    const Word16 L,      /*Q0*/
    Word16 Q_new,
    Encoder_State *st_fx );
Loading