Home
last modified time | relevance | path

Searched refs:pad_x (Results 1 – 2 of 2) 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
265 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb()
267 pad_subpel_x = PAD_HORZ - pad_x; in ihevce_pad_interp_recon_ctb()
270 offset = pad_x + (pad_y * stride); in ihevce_pad_interp_recon_ctb()
272 tot_wd = wd + (pad_x << 1); in ihevce_pad_interp_recon_ctb()
366 tot_wd = pad_x + wd - 8; in ihevce_pad_interp_recon_ctb()
385 tot_wd = pad_x + wd + 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
520 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb()
523 tot_wd = wd + (pad_x << 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
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)); \