Home
last modified time | relevance | path

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

/external/libhevc/encoder/
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)); \
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()