Go to the source code of this file.
|
static const uint32_t | pixel_mask [] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff } |
|
static const uint32_t | pixel_mask16 [] = { 0x00ff00ff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff } |
|
static const int | sizes [] = { -1, 4, 6, 8, 12, 16, 24, 32, 48, 64 } |
|
static const int | weights [] = { 0, 128, 255, -1 } |
|
static const int | denoms [] = {0, 7, 12, -1 } |
|
static const int | offsets [] = {0, 255, -1 } |
|
◆ SIZEOF_PIXEL
◆ BUF_SIZE
◆ checkasm_check_pixel
#define checkasm_check_pixel |
( |
|
buf1, |
|
|
|
stride1, |
|
|
|
buf2, |
|
|
|
stride2, |
|
|
|
... |
|
) |
| |
Value:
(const uint16_t*)buf2, stride2, \
__VA_ARGS__) : \
checkasm_check(uint8_t, (const uint8_t*) buf1, stride1, \
(const uint8_t*) buf2, stride2, \
__VA_ARGS__))
Definition at line 39 of file hevc_pel.c.
◆ randomize_buffers
#define randomize_buffers |
( |
| ) |
|
Value: do { \
int k; \
continue; \
} \
} while (0)
Definition at line 48 of file hevc_pel.c.
◆ randomize_buffers_ref
#define randomize_buffers_ref |
( |
| ) |
|
Value:
do { \
int k; \
} \
} while (0)
Definition at line 64 of file hevc_pel.c.
◆ src0
◆ src1
◆ SRC_EXTRA [1/2]
◆ SRC_EXTRA [2/2]
◆ checkasm_check_hevc_qpel()
static void checkasm_check_hevc_qpel |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_qpel_uni()
static void checkasm_check_hevc_qpel_uni |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_qpel_uni_w()
static void checkasm_check_hevc_qpel_uni_w |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_qpel_bi()
static void checkasm_check_hevc_qpel_bi |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_qpel_bi_w()
static void checkasm_check_hevc_qpel_bi_w |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_epel()
static void checkasm_check_hevc_epel |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_epel_uni()
static void checkasm_check_hevc_epel_uni |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_epel_uni_w()
static void checkasm_check_hevc_epel_uni_w |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_epel_bi()
static void checkasm_check_hevc_epel_bi |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_epel_bi_w()
static void checkasm_check_hevc_epel_bi_w |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_hevc_pel()
void checkasm_check_hevc_pel |
( |
void |
| ) |
|
◆ pixel_mask
const uint32_t pixel_mask[] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff } |
|
static |
◆ pixel_mask16
const uint32_t pixel_mask16[] = { 0x00ff00ff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff } |
|
static |
◆ sizes
const int sizes[] = { -1, 4, 6, 8, 12, 16, 24, 32, 48, 64 } |
|
static |
◆ weights
const int weights[] = { 0, 128, 255, -1 } |
|
static |
Definition at line 32 of file hevc_pel.c.
Referenced by checkasm_check_hevc_epel_bi_w(), checkasm_check_hevc_epel_uni_w(), checkasm_check_hevc_qpel_bi_w(), checkasm_check_hevc_qpel_uni_w(), dv_init_enc_block(), ff_h264_biweight_pixels16_8_mmi(), ff_h264_biweight_pixels4_8_mmi(), ff_h264_biweight_pixels8_8_mmi(), filter_slice(), gaussian_filter(), mix_frames(), pred_gpm_blk(), put_gpm(), setup_queue_families(), simple_idct_add_msa(), simple_idct_msa(), simple_idct_put_msa(), vp6_filter_hv4(), and wavpack_decode_block().
◆ denoms
const int denoms[] = {0, 7, 12, -1 } |
|
static |
◆ offsets
const int offsets[] = {0, 255, -1 } |
|
static |
Definition at line 34 of file hevc_pel.c.
Referenced by adpcm_decode_frame(), apply_dependent_coupling(), apply_dependent_coupling_fixed(), apply_intensity_stereo(), apply_ltp(), apply_mid_side_stereo(), av_frame_apply_cropping(), build_requant_tab(), calc_cropping_offsets(), check_image_fill(), check_yuv2yuv1(), checkasm_check_hevc_epel_bi_w(), checkasm_check_hevc_epel_uni_w(), checkasm_check_hevc_qpel_bi_w(), checkasm_check_hevc_qpel_uni_w(), decode_frame(), decode_spectrum_and_dequant(), ff_copy_whiteblacklists(), ff_pthread_free(), ff_pthread_init(), ff_vk_decode_add_slice(), ff_vk_exec_bind_pipeline(), fguv_32x32xn_c(), fgy_32x32xn_c(), motion_search(), sample_lut(), silk_decode_frame(), and unpack_roq_qcell().