Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c174 PAD_BUF_HOR(pu1_dst_tmp, stride, cpy_ht, pad_subpel_x, pad_subpel_y, pf_pad_left_luma); in ihevce_subpel_padding()
180 PAD_BUF_HOR( in ihevce_subpel_padding()
352 PAD_BUF_HOR( in ihevce_pad_interp_recon_ctb()
359 PAD_BUF_HOR( in ihevce_pad_interp_recon_ctb()
371 PAD_BUF_HOR( in ihevce_pad_interp_recon_ctb()
378 PAD_BUF_HOR( in ihevce_pad_interp_recon_ctb()
549 PAD_BUF_HOR(pu1_src, stride, ht, PAD_HORZ, PAD_VERT, pf_pad_left_luma); in ihevce_pad_interp_recon_src_ctb()
553 PAD_BUF_HOR( in ihevce_pad_interp_recon_src_ctb()
571 PAD_BUF_HOR(pu1_src - 8 * stride, stride, ht + 8, PAD_HORZ, PAD_VERT, pf_pad_left_luma); in ihevce_pad_interp_recon_src_ctb()
581 PAD_BUF_HOR( in ihevce_pad_interp_recon_src_ctb()
[all …]
Dihevce_defs.h873 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ macro
927 #define PAD_FPEL_HOR PAD_BUF_HOR