Searched refs:pu1_curr_pic_chroma (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_process.h | 228 UWORD8 *pu1_curr_pic_chroma,
|
D | ih264e_process.c | 1479 UWORD8 *pu1_curr_pic_chroma, in ih264e_pad_recon_buffer() argument 1496 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, i4_pad_ht >> 1, PAD_LEFT); in ih264e_pad_recon_buffer() 1504 …ps_codec->pf_pad_right_chroma(pu1_curr_pic_chroma + MB_SIZE, i4_rec_strd, i4_pad_ht >> 1, PAD_RIGH… in ih264e_pad_recon_buffer() 1509 …UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma + MB_SIZE + PAD_RIGHT + (((i4_pad_ht >> 1) - 1) * i4_… in ih264e_pad_recon_buffer() 1522 UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma; in ih264e_pad_recon_buffer() 1581 UWORD8 *pu1_curr_pic_chroma, in ih264e_dblk_pad_hpel_processing_n_mbs() argument 1634 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, MB_SIZE >> 1, PAD_LEFT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1643 …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()
|