#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "checkasm.h"
#include "libavcodec/sbcdsp.h"
#include "libavcodec/sbcdsp_data.h"
#include "libavutil/macros.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
◆ randomize_buffer
| #define randomize_buffer |
( |
| buf | ) |
|
◆ A_CONST
| #define A_CONST |
( |
| SIZE, |
|
|
| ODDEVEN ) |
◆ anonymous enum
| Enumerator |
|---|
| SBC_MAX_SUBBANDS | |
Definition at line 29 of file sbcdsp.c.
◆ check_sbc_analyze()
| static void check_sbc_analyze |
( |
SBCDSPContext * | sbcdsp | ) |
|
|
static |
◆ check_sbc_calc_scalefactors()
| static void check_sbc_calc_scalefactors |
( |
const SBCDSPContext *const | sbcdsp, |
|
|
int | blocks ) |
|
static |
◆ checkasm_check_sbcdsp()
| void checkasm_check_sbcdsp |
( |
void | | ) |
|