Home
last modified time | relevance | path

Searched refs:pad_y (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c219 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()
Dhme_common_defs.h62 #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)); \
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-gather-scatter-optimisation.ll842 …eroext %kernel_x, i16 zeroext %kernel_y, i16 zeroext %pad_x, i16 zeroext %pad_y, i16 zeroext %stri…