Home
last modified time | relevance | path

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

/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.h1369 ih264_pad *pf_pad_bottom; member
/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/encoder/arm/
Dih264e_function_selector_a9q.c194 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_a9q()
Dih264e_function_selector_av8.c204 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_neon_av8()
/external/libavc/encoder/
Dih264e_function_selector_generic.c206 ps_codec->pf_pad_bottom = ih264_pad_bottom; in ih264e_init_function_ptr_generic()
Dih264e_process.c1513 ps_codec->pf_pad_bottom(pu1_rec_luma, i4_rec_strd, i4_rec_strd, PAD_BOT); in ih264e_pad_recon_buffer()
1516 ps_codec->pf_pad_bottom(pu1_rec_chroma, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1)); in ih264e_pad_recon_buffer()
1854 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()
1858 … 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.h2538 pf_pad pf_pad_bottom; member