Searched refs:PAD_RIGHT (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_defs.h | 87 #define PAD_RIGHT 80 macro 91 #define PAD_WD (PAD_LEFT + PAD_RIGHT)
|
D | ihevcd_ilf_padding.c | 187 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_ilf_pad_frame() 188 …_ctb_chroma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_RIGHT); in ihevcd_ilf_pad_frame()
|
D | ihevcd_process_slice.c | 1251 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process() 1252 …ctb_chroma + cols_remaining - 16 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_RIGHT); in ihevcd_process() 1294 …ma + cols_remaining - 2 * ctb_size * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process() 1295 …roma + cols_remaining - ctb_size * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_RIGHT); in ihevcd_process()
|
/external/libavc/encoder/ |
D | ih264e_defs.h | 105 #define PAD_RIGHT 32 macro 109 #define PAD_WD (PAD_LEFT + PAD_RIGHT)
|
D | ih264e_process.c | 1582 ps_codec->pf_pad_right_luma(pu1_curr_pic_luma + MB_SIZE, i4_rec_strd, i4_pad_ht, PAD_RIGHT); in ih264e_pad_recon_buffer() 1585 …_codec->pf_pad_right_chroma(pu1_curr_pic_chroma + MB_SIZE, i4_rec_strd, i4_pad_ht >> 1, PAD_RIGHT); in ih264e_pad_recon_buffer() 1589 … UWORD8 *pu1_rec_luma = pu1_curr_pic_luma + MB_SIZE + PAD_RIGHT + ((i4_pad_ht - 1) * i4_rec_strd); in ih264e_pad_recon_buffer() 1590 …UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma + MB_SIZE + PAD_RIGHT + (((i4_pad_ht >> 1) - 1) * i4_… in ih264e_pad_recon_buffer() 1615 wd += PAD_RIGHT; in ih264e_pad_recon_buffer() 1721 … ps_codec->pf_pad_right_luma(pu1_curr_pic_luma + MB_SIZE, i4_rec_strd, MB_SIZE, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1724 …ps_codec->pf_pad_right_chroma(pu1_curr_pic_chroma + MB_SIZE, i4_rec_strd, MB_SIZE >> 1, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1783 …uma(ps_deblk->pu1_cur_pic_luma - i4_rec_strd * MB_SIZE + MB_SIZE, i4_rec_strd, MB_SIZE, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1786 …lk->pu1_cur_pic_chroma - i4_rec_strd * BLK8x8SIZE + MB_SIZE, i4_rec_strd, MB_SIZE >> 1, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1817 u4_pad_wd += PAD_RIGHT; in ih264e_dblk_pad_hpel_processing_n_mbs() [all …]
|