Home
last modified time | relevance | path

Searched refs:pf_pad_top (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c141 ihevc_pad_top_ft *pf_pad_top = ps_func_selector->ihevc_pad_top_fptr; in ihevce_subpel_padding() local
152 PAD_BUF_VER(pu1_dst, stride, tot_wd, pad_subpel_x, pad_subpel_y, pf_pad_top); in ihevce_subpel_padding()
416 ihevc_pad_top_ft *pf_pad_top = ps_func_selector->ihevc_pad_top_fptr; in ihevce_recon_padding() local
473 pu1_src - left_extra_pix, stride, wd + left_extra_pix, PAD_HORZ, PAD_VERT, pf_pad_top); in ihevce_recon_padding()
480 pf_pad_top); in ihevce_recon_padding()
566 ihevc_pad_top_ft *pf_pad_top = ps_func_selector->ihevc_pad_top_fptr; in ihevce_pad_interp_recon_src_ctb() local
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()
637 pf_pad_top); in ihevce_pad_interp_recon_src_ctb()
688 PAD_BUF_VER(pu1_src - 8, stride, PAD_HORZ + (wd + 8), PAD_HORZ, PAD_VERT, pf_pad_top); in ihevce_pad_interp_recon_src_ctb()
704 pf_pad_top); in ihevce_pad_interp_recon_src_ctb()
[all …]
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c134 ps_codec->pf_pad_top = ih264_pad_top_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c136 ps_codec->pf_pad_top = ih264_pad_top_a9q; in ih264d_init_function_ptr_a9q()
/external/libavc/decoder/
Dih264d_function_selector_generic.c152 ps_codec->pf_pad_top = ih264_pad_top; in ih264d_init_function_ptr_generic()
Dih264d_deblocking.c935 ps_dec->pf_pad_top(ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H, in ih264d_deblock_picture_mbaff()
938 ps_dec->pf_pad_top( in ih264d_deblock_picture_mbaff()
1072 ps_dec->pf_pad_top(ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H, in ih264d_deblock_picture_non_mbaff()
1075 ps_dec->pf_pad_top( in ih264d_deblock_picture_non_mbaff()
1186 ps_dec->pf_pad_top(ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H, in ih264d_deblock_picture_progressive()
1189 ps_dec->pf_pad_top( in ih264d_deblock_picture_progressive()
Dih264d_structs.h1373 ih264_pad *pf_pad_top; member
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c203 ps_codec->pf_pad_top = ih264_pad_top_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c193 ps_codec->pf_pad_top = ih264_pad_top_a9q; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c205 ps_codec->pf_pad_top = ih264_pad_top; in ih264e_init_function_ptr_generic()
Dih264e_process.c1619 ps_codec->pf_pad_top(pu1_rec_luma, i4_rec_strd, wd, PAD_TOP); in ih264e_pad_recon_buffer()
1622 ps_codec->pf_pad_top(pu1_rec_chroma, i4_rec_strd, wd, (PAD_TOP >> 1)); in ih264e_pad_recon_buffer()
1821 …ps_codec->pf_pad_top(ps_proc->pu1_rec_buf_luma_base + u4_pad_top, i4_rec_strd, u4_pad_wd, PAD_TOP); in ih264e_dblk_pad_hpel_processing_n_mbs()
1824 …ps_codec->pf_pad_top(ps_proc->pu1_rec_buf_chroma_base + u4_pad_top, i4_rec_strd, u4_pad_wd, (PAD_T… in ih264e_dblk_pad_hpel_processing_n_mbs()
1925 ps_codec->pf_pad_top(pu1_pad_top_src, i4_rec_strd, i4_rec_strd, PAD_TOP); in ih264e_dblk_pad_hpel_processing_n_mbs()
1929 … ps_codec->pf_pad_top(pu1_pad_top_src, i4_rec_strd, i4_rec_strd, (PAD_TOP >> 1)); in ih264e_dblk_pad_hpel_processing_n_mbs()
Dih264e_structs.h2724 pf_pad pf_pad_top; member