Searched refs:pad_y (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
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 266 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb() 268 pad_subpel_y = PAD_VERT - pad_y; in ihevce_pad_interp_recon_ctb() 270 offset = pad_x + (pad_y * stride); in ihevce_pad_interp_recon_ctb() 273 tot_ht = ht + (pad_y << 1); in ihevce_pad_interp_recon_ctb() 319 tot_ht = pad_y + ht - 8; in ihevce_pad_interp_recon_ctb() 343 tot_ht = pad_y + ht + 8; in ihevce_pad_interp_recon_ctb() 488 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y; in ihevce_pad_interp_recon_src_ctb() local 521 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb() 524 tot_ht = ht + (pad_y << 1); in ihevce_pad_interp_recon_src_ctb()
|
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)); \
|