Go to the source code of this file.
|
| static void | check_pred_dc (HEVCPredContext *h, uint8_t *top, uint8_t *left, int bit_depth) |
| |
| static void | check_pred_planar (HEVCPredContext *h, uint8_t *top, uint8_t *left, int bit_depth) |
| |
| static void | check_pred_angular (HEVCPredContext *h, uint8_t *top, uint8_t *left, int bit_depth) |
| |
| static void | check_ref_filter_3tap (HEVCPredContext *h, uint8_t *top, uint8_t *left, int bit_depth) |
| |
| static void | check_ref_filter_strong (HEVCPredContext *h, uint8_t *top, uint8_t *left, int bit_depth) |
| |
| void | checkasm_check_hevc_pred (void) |
| |
|
| static const uint32_t | pixel_mask [3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff } |
| |
◆ SIZEOF_PIXEL
◆ PRED_SIZE
◆ randomize_ref_buffers
| #define randomize_ref_buffers |
( |
| ) |
|
◆ check_pred_dc()
| static void check_pred_dc |
( |
HEVCPredContext * | h, |
|
|
uint8_t * | top, |
|
|
uint8_t * | left, |
|
|
int | bit_depth ) |
|
static |
◆ check_pred_planar()
| static void check_pred_planar |
( |
HEVCPredContext * | h, |
|
|
uint8_t * | top, |
|
|
uint8_t * | left, |
|
|
int | bit_depth ) |
|
static |
◆ check_pred_angular()
| static void check_pred_angular |
( |
HEVCPredContext * | h, |
|
|
uint8_t * | top, |
|
|
uint8_t * | left, |
|
|
int | bit_depth ) |
|
static |
◆ check_ref_filter_3tap()
| static void check_ref_filter_3tap |
( |
HEVCPredContext * | h, |
|
|
uint8_t * | top, |
|
|
uint8_t * | left, |
|
|
int | bit_depth ) |
|
static |
◆ check_ref_filter_strong()
| static void check_ref_filter_strong |
( |
HEVCPredContext * | h, |
|
|
uint8_t * | top, |
|
|
uint8_t * | left, |
|
|
int | bit_depth ) |
|
static |
◆ checkasm_check_hevc_pred()
| void checkasm_check_hevc_pred |
( |
void | | ) |
|
◆ pixel_mask
| const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff } |
|
static |