Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c131 WORD32 tot_wd, in ihevce_subpel_padding() argument
152 PAD_BUF_VER(pu1_dst, stride, tot_wd, pad_subpel_x, pad_subpel_y, pf_pad_top); in ihevce_subpel_padding()
163 tot_wd, in ihevce_subpel_padding()
181 pu1_dst_tmp + tot_wd, stride, cpy_ht, pad_subpel_x, pad_subpel_y, pf_pad_right_luma); in ihevce_subpel_padding()
220 WORD32 tot_wd, tot_ht, offset, cpy_ht_y, cpy_ht_uv; in ihevce_pad_interp_recon_ctb() local
264 tot_wd = wd + (pad_x << 1); in ihevce_pad_interp_recon_ctb()
286 tot_wd = wd; in ihevce_pad_interp_recon_ctb()
302 tot_wd = pad_x + wd - 8; in ihevce_pad_interp_recon_ctb()
307 tot_wd = pad_x + wd + 8; in ihevce_pad_interp_recon_ctb()
316 tot_wd = ALIGN16(tot_wd); in ihevce_pad_interp_recon_ctb()
[all …]
Dihevce_enc_subpel_gen.h70 WORD32 tot_wd,