Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c142 ihevc_pad_bottom_ft *pf_pad_bottom = ps_func_selector->ihevc_pad_bottom_fptr; in ihevce_subpel_padding() local
166 pf_pad_bottom); in ihevce_subpel_padding()
417 ihevc_pad_bottom_ft *pf_pad_bottom = ps_func_selector->ihevc_pad_bottom_fptr; in ihevce_recon_padding() local
497 pf_pad_bottom); in ihevce_recon_padding()
504 pf_pad_bottom); in ihevce_recon_padding()
567 ihevc_pad_bottom_ft *pf_pad_bottom = ps_func_selector->ihevc_pad_bottom_fptr; in ihevce_pad_interp_recon_src_ctb() local
649 pf_pad_bottom); in ihevce_pad_interp_recon_src_ctb()
665 pf_pad_bottom); in ihevce_pad_interp_recon_src_ctb()
722 pf_pad_bottom); in ihevce_pad_interp_recon_src_ctb()
738 pf_pad_bottom); in ihevce_pad_interp_recon_src_ctb()
[all …]
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c135 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c137 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_a9q()
/external/libavc/decoder/
Dih264d_function_selector_generic.c153 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_generic()
Dih264d_deblocking.c953 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, in ih264d_deblock_picture_mbaff()
958 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv, in ih264d_deblock_picture_mbaff()
1090 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, in ih264d_deblock_picture_non_mbaff()
1095 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv, in ih264d_deblock_picture_non_mbaff()
1204 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, in ih264d_deblock_picture_progressive()
1209 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv, in ih264d_deblock_picture_progressive()
Dih264d_structs.h1374 ih264_pad *pf_pad_bottom; member
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c204 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c194 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c206 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_generic()
Dih264e_process.c1593 ps_codec->pf_pad_bottom(pu1_rec_luma, i4_rec_strd, i4_rec_strd, PAD_BOT); in ih264e_pad_recon_buffer()
1596 ps_codec->pf_pad_bottom(pu1_rec_chroma, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1)); in ih264e_pad_recon_buffer()
1934 ps_codec->pf_pad_bottom(pu1_pad_bottom_src, i4_rec_strd, i4_rec_strd, PAD_BOT); in ih264e_dblk_pad_hpel_processing_n_mbs()
1938 … ps_codec->pf_pad_bottom(pu1_pad_bottom_src, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1)); in ih264e_dblk_pad_hpel_processing_n_mbs()
Dih264e_structs.h2725 pf_pad pf_pad_bottom; member