Home
last modified time | relevance | path

Searched refs:PAD_BOT (Results 1 – 7 of 7) 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.c1598 ps_codec->pf_pad_bottom(pu1_rec_luma, i4_rec_strd, i4_rec_strd, PAD_BOT); in ih264e_pad_recon_buffer()
1601 ps_codec->pf_pad_bottom(pu1_rec_chroma, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1)); in ih264e_pad_recon_buffer()
1939 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()
1943 … 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()
/external/libavc/encoder/svc/
Disvce_process.c1759 ps_codec->pf_pad_bottom(pu1_rec_luma, i4_luma_stride, i4_luma_stride, PAD_BOT); in isvce_pad_recon_buffer()
1763 (PAD_BOT >> 1)); in isvce_pad_recon_buffer()
Disvce_utils.c3198 (ps_pad_buf->u4_width + PAD_WD) * i4_element_size, PAD_BOT); in isvce_pad_frame()
3201 i4_chroma_stride, (ps_pad_buf->u4_width + PAD_WD) * i4_element_size, PAD_BOT >> 1); in isvce_pad_frame()