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 | 1487 UWORD8 *pu1_curr_pic_chroma, in ih264e_pad_recon_buffer() argument 1504 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, i4_pad_ht >> 1, PAD_LEFT); in ih264e_pad_recon_buffer() 1512 …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() 1517 …UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma + MB_SIZE + PAD_RIGHT + (((i4_pad_ht >> 1) - 1) * i4_… in ih264e_pad_recon_buffer() 1530 UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma; in ih264e_pad_recon_buffer() 1589 UWORD8 *pu1_curr_pic_chroma, in ih264e_dblk_pad_hpel_processing_n_mbs() argument 1642 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() 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()
|