Searched refs:pf_pad_bottom (Results 1 – 11 of 11) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 142 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/ |
D | ih264d_function_selector_av8.c | 135 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_av8()
|
D | ih264d_function_selector_a9q.c | 137 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_a9q()
|
/external/libavc/decoder/ |
D | ih264d_function_selector_generic.c | 153 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264d_init_function_ptr_generic()
|
D | ih264d_deblocking.c | 953 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()
|
D | ih264d_structs.h | 1374 ih264_pad *pf_pad_bottom; member
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_av8.c | 204 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_av8()
|
D | ih264e_function_selector_a9q.c | 194 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_a9q()
|
/external/libavc/encoder/ |
D | ih264e_function_selector_generic.c | 206 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_generic()
|
D | ih264e_process.c | 1593 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()
|
D | ih264e_structs.h | 2725 pf_pad pf_pad_bottom; member
|