Go to the source code of this file.
|
static void | check_pred4x4 (H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) |
|
static void | check_pred8x8 (H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) |
|
static void | check_pred16x16 (H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) |
|
static void | check_pred8x8l (H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) |
|
void | checkasm_check_h264pred (void) |
|
◆ SIZEOF_PIXEL
◆ BUF_SIZE
#define BUF_SIZE (3 * 16 * 17) |
◆ check_pred_func
#define check_pred_func |
( |
|
func, |
|
|
|
name, |
|
|
|
mode_name |
|
) |
| |
◆ randomize_buffers
#define randomize_buffers |
( |
| ) |
|
◆ src0
#define src0 (buf0 + 4 * 16) /* Offset to allow room for top and left */ |
◆ src1
#define src1 (buf1 + 4 * 16) |
◆ check_pred4x4()
static void check_pred4x4 |
( |
H264PredContext * |
h, |
|
|
uint8_t * |
buf0, |
|
|
uint8_t * |
buf1, |
|
|
int |
codec, |
|
|
int |
chroma_format, |
|
|
int |
bit_depth |
|
) |
| |
|
static |
◆ check_pred8x8()
static void check_pred8x8 |
( |
H264PredContext * |
h, |
|
|
uint8_t * |
buf0, |
|
|
uint8_t * |
buf1, |
|
|
int |
codec, |
|
|
int |
chroma_format, |
|
|
int |
bit_depth |
|
) |
| |
|
static |
◆ check_pred16x16()
static void check_pred16x16 |
( |
H264PredContext * |
h, |
|
|
uint8_t * |
buf0, |
|
|
uint8_t * |
buf1, |
|
|
int |
codec, |
|
|
int |
chroma_format, |
|
|
int |
bit_depth |
|
) |
| |
|
static |
◆ check_pred8x8l()
static void check_pred8x8l |
( |
H264PredContext * |
h, |
|
|
uint8_t * |
buf0, |
|
|
uint8_t * |
buf1, |
|
|
int |
codec, |
|
|
int |
chroma_format, |
|
|
int |
bit_depth |
|
) |
| |
|
static |
◆ checkasm_check_h264pred()
void checkasm_check_h264pred |
( |
void |
| ) |
|
◆ codec_ids
◆ pred4x4_modes
const char* const pred4x4_modes[4][15] |
|
static |
◆ pred8x8_modes
const char* const pred8x8_modes[4][11] |
|
static |
◆ pred16x16_modes
const char* const pred16x16_modes[4][9] |
|
static |
◆ pixel_mask
const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff } |
|
static |