Home
last modified time | relevance | path

Searched refs:PAD_BOT (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_defs.h77 #define PAD_BOT 80 macro
95 #define PAD_HT (PAD_TOP + PAD_BOT)
Dihevcd_ilf_padding.c202 …evc_pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT); in ihevcd_ilf_pad_frame()
205 …pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT / 2); in ihevcd_ilf_pad_frame()
Dihevcd_process_slice.c1265 …evc_pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT); in ihevcd_process()
1268 …pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT / 2); in ihevcd_process()
1319 …evc_pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT); in ihevcd_process()
1322 …pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BOT / 2); in ihevcd_process()
/external/libavc/encoder/
Dih264e_defs.h95 #define PAD_BOT 32 macro
113 #define PAD_HT (PAD_TOP + PAD_BOT)
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()