svq1 code books.
More...
#include <stdint.h>
#include <stdlib.h>
#include "libavutil/mem.h"
Go to the source code of this file.
Functions |
| DECLARE_ALIGNED (4, static const int8_t, svq1_inter_codebook_4x2)[768] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_inter_codebook_4x4)[1536] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_inter_codebook_8x4)[3072] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_inter_codebook_8x8)[6144] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_intra_codebook_4x2)[768] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_intra_codebook_4x4)[1536] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_intra_codebook_8x4)[3072] |
| DECLARE_ALIGNED (4, static const int8_t, svq1_intra_codebook_8x8)[6144] |
Variables |
const int8_t *const | ff_svq1_inter_codebooks [6] |
const int8_t *const | ff_svq1_intra_codebooks [6] |
Detailed Description
svq1 code books.
Definition in file svq1_cb.h.
Function Documentation
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_inter_codebook_4x2 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_intra_codebook_8x8 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_intra_codebook_8x4 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_intra_codebook_4x4 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_intra_codebook_4x2 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_inter_codebook_8x8 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_inter_codebook_8x4 |
| |
|
) |
| | |
DECLARE_ALIGNED |
( |
4 |
, |
|
|
static const |
int8_t, |
|
|
svq1_inter_codebook_4x4 |
| |
|
) |
| | |
Variable Documentation