Searched refs:PAD_BUF_VER (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 152 PAD_BUF_VER(pu1_dst, stride, tot_wd, pad_subpel_x, pad_subpel_y, pf_pad_top); in ihevce_subpel_padding() 160 PAD_BUF_VER( in ihevce_subpel_padding() 472 PAD_BUF_VER( in ihevce_recon_padding() 474 PAD_BUF_VER( in ihevce_recon_padding() 491 PAD_BUF_VER( in ihevce_recon_padding() 498 PAD_BUF_VER( in ihevce_recon_padding() 621 PAD_BUF_VER(pu1_src - PAD_HORZ, stride, PAD_HORZ + wd, PAD_HORZ, PAD_VERT, pf_pad_top); in ihevce_pad_interp_recon_src_ctb() 631 PAD_BUF_VER( in ihevce_pad_interp_recon_src_ctb() 643 PAD_BUF_VER( in ihevce_pad_interp_recon_src_ctb() 659 PAD_BUF_VER( in ihevce_pad_interp_recon_src_ctb() [all …]
|
D | ihevce_defs.h | 881 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ macro 931 #define PAD_FPEL_VER PAD_BUF_VER
|