svq1 code books.
More...
#include <stdint.h>
#include <stdlib.h>
#include "libavutil/mem.h"
Go to the source code of this file.
|
|
| 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] |
| |
|
| const int8_t *const | ff_svq1_inter_codebooks [6] |
| |
| const int8_t *const | ff_svq1_intra_codebooks [6] |
| |
§ ff_svq1_inter_codebooks
| const int8_t* const ff_svq1_inter_codebooks[6] |
Initial value:= {
svq1_inter_codebook_4x2, svq1_inter_codebook_4x4,
svq1_inter_codebook_8x4, svq1_inter_codebook_8x8,
NULL, NULL,
}
§ ff_svq1_intra_codebooks
| const int8_t* const ff_svq1_intra_codebooks[6] |
Initial value:= {
svq1_intra_codebook_4x2, svq1_intra_codebook_4x4,
svq1_intra_codebook_8x4, svq1_intra_codebook_8x8,
NULL, NULL,
}