Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_defs.h87 #define PAD_RIGHT 80 macro
91 #define PAD_WD (PAD_LEFT + PAD_RIGHT)
Dihevcd_ilf_padding.c187 …_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()
Dihevcd_process_slice.c1247 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process()
1248 …ctb_chroma + cols_remaining - 16 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_RIGHT); in ihevcd_process()
1290 …ma + cols_remaining - 2 * ctb_size * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process()
1291 …roma + cols_remaining - ctb_size * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_RIGHT); in ihevcd_process()
/external/libavc/encoder/
Dih264e_process.c1509 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()
1512 …_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()
1516 … UWORD8 *pu1_rec_luma = pu1_curr_pic_luma + MB_SIZE + PAD_RIGHT + ((i4_pad_ht - 1) * i4_rec_strd); in ih264e_pad_recon_buffer()
1517 …UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma + MB_SIZE + PAD_RIGHT + (((i4_pad_ht >> 1) - 1) * i4_… in ih264e_pad_recon_buffer()
1542 wd += PAD_RIGHT; in ih264e_pad_recon_buffer()
1648 … 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()
1651 …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()
1710 …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()
1713 …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()
1744 u4_pad_wd += PAD_RIGHT; in ih264e_dblk_pad_hpel_processing_n_mbs()
[all …]
Dih264e_defs.h105 #define PAD_RIGHT 32 macro
109 #define PAD_WD (PAD_LEFT + PAD_RIGHT)