#include <stddef.h>
#include <stdint.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 | ) |
|
◆ CONST
| #define CONST |
( |
|
SIZE, |
|
|
|
ODDEVEN |
|
) |
| sbcdsp_analysis_consts_fixed ## SIZE ## _simd_ ## ODDEVEN |
◆ anonymous enum
| Enumerator |
|---|
| SBC_MAX_SUBBANDS | |
Definition at line 28 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 | ) |
|
|
static |
◆ checkasm_check_sbcdsp()
| void checkasm_check_sbcdsp |
( |
void |
| ) |
|