Searched refs:pad_x (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | hme_common_defs.h | 62 #define SET_PIC_LIMIT(s_pic_limit, pad_x, pad_y, wd, ht, num_post_refine) \ argument 64 s_pic_limit.i2_min_x = (S16)(-(pad_x) + (num_post_refine)); \ 66 s_pic_limit.i2_max_x = (S16)((wd) + (pad_x) - (num_post_refine)); \
|
D | ihevce_enc_subpel_gen.c | 219 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y, pad_subpel_x, pad_subpel_y; in ihevce_pad_interp_recon_ctb() local 257 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb() 259 pad_subpel_x = PAD_HORZ - pad_x; in ihevce_pad_interp_recon_ctb() 262 offset = pad_x + (pad_y * stride); in ihevce_pad_interp_recon_ctb() 264 tot_wd = wd + (pad_x << 1); in ihevce_pad_interp_recon_ctb() 302 tot_wd = pad_x + wd - 8; in ihevce_pad_interp_recon_ctb() 307 tot_wd = pad_x + wd + 8; in ihevce_pad_interp_recon_ctb() 559 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y; in ihevce_pad_interp_recon_src_ctb() local 591 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb() 594 tot_wd = wd + (pad_x << 1); in ihevce_pad_interp_recon_src_ctb()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-gather-scatter-optimisation.ll | 842 …oext %ch_mult, i16 zeroext %kernel_x, i16 zeroext %kernel_y, i16 zeroext %pad_x, i16 zeroext %pad_…
|