Searched refs:pad_y (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 65 s_pic_limit.i2_min_y = (S16)(-(pad_y) + (num_post_refine)); \ 67 s_pic_limit.i2_max_y = (S16)((ht) + (pad_y) - (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 258 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb() 260 pad_subpel_y = PAD_VERT - pad_y; in ihevce_pad_interp_recon_ctb() 262 offset = pad_x + (pad_y * stride); in ihevce_pad_interp_recon_ctb() 265 tot_ht = ht + (pad_y << 1); in ihevce_pad_interp_recon_ctb() 291 tot_ht = pad_y + ht - 8; in ihevce_pad_interp_recon_ctb() 296 tot_ht = pad_y + ht + 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 592 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb() 595 tot_ht = ht + (pad_y << 1); in ihevce_pad_interp_recon_src_ctb()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-gather-scatter-optimisation.ll | 842 …eroext %kernel_x, i16 zeroext %kernel_y, i16 zeroext %pad_x, i16 zeroext %pad_y, i16 zeroext %stri…
|