Searched refs:PAD_TOP (Results 1 – 10 of 10) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_defs.h | 72 #define PAD_TOP 80 macro 95 #define PAD_HT (PAD_TOP + PAD_BOT)
|
D | ihevcd_ilf_padding.c | 197 …ur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP); in ihevcd_ilf_pad_frame() 198 …_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP / 2); in ihevcd_ilf_pad_frame()
|
D | ihevcd_fmt_conv.c | 764 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT)) in ihevcd_fmt_conv() 767 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv() 770 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv()
|
D | ihevcd_decode.c | 293 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT)) in ihevcd_fill_outargs() 296 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs() 299 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs()
|
D | ihevcd_utils.c | 515 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 518 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 589 ps_pic_buf->pu1_luma += ps_codec->i4_strd * PAD_TOP + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 590 ps_pic_buf->pu1_chroma += ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs()
|
D | ihevcd_process_slice.c | 1260 …ur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP); in ihevcd_process() 1261 …_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP / 2); in ihevcd_process() 1314 …ur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP); in ihevcd_process() 1315 …_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP / 2); in ihevcd_process()
|
D | ihevcd_api.c | 3100 y_offset = PAD_TOP; in ihevcd_get_frame_dimensions()
|
/external/libavc/encoder/ |
D | ih264e_defs.h | 90 #define PAD_TOP 32 macro 113 #define PAD_HT (PAD_TOP + PAD_BOT)
|
D | ih264e_process.c | 1619 ps_codec->pf_pad_top(pu1_rec_luma, i4_rec_strd, wd, PAD_TOP); in ih264e_pad_recon_buffer() 1622 ps_codec->pf_pad_top(pu1_rec_chroma, i4_rec_strd, wd, (PAD_TOP >> 1)); in ih264e_pad_recon_buffer() 1821 …ps_codec->pf_pad_top(ps_proc->pu1_rec_buf_luma_base + u4_pad_top, i4_rec_strd, u4_pad_wd, PAD_TOP); in ih264e_dblk_pad_hpel_processing_n_mbs() 1824 …>pf_pad_top(ps_proc->pu1_rec_buf_chroma_base + u4_pad_top, i4_rec_strd, u4_pad_wd, (PAD_TOP >> 1)); in ih264e_dblk_pad_hpel_processing_n_mbs() 1925 ps_codec->pf_pad_top(pu1_pad_top_src, i4_rec_strd, i4_rec_strd, PAD_TOP); in ih264e_dblk_pad_hpel_processing_n_mbs() 1929 … ps_codec->pf_pad_top(pu1_pad_top_src, i4_rec_strd, i4_rec_strd, (PAD_TOP >> 1)); in ih264e_dblk_pad_hpel_processing_n_mbs()
|
D | ih264e_utils.c | 831 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_rec_strd * PAD_TOP in ih264e_pic_buf_mgr_add_bufs() 836 + ps_codec->i4_rec_strd * (PAD_TOP / 2)+ PAD_LEFT; in ih264e_pic_buf_mgr_add_bufs()
|