Searched defs:pu1_curr_pic_chroma (Results 1 - 1 of 1) sorted by relevance

/external/libavc/encoder/
H A Dih264e_process.c1459 * @param[in] pu1_curr_pic_chroma
1479 UWORD8 *pu1_curr_pic_chroma,
1496 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, i4_pad_ht >> 1, PAD_LEFT);
1504 ps_codec->pf_pad_right_chroma(pu1_curr_pic_chroma + MB_SIZE, i4_rec_strd, i4_pad_ht >> 1, PAD_RIGHT);
1509 UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma + MB_SIZE + PAD_RIGHT + (((i4_pad_ht >> 1) - 1) * i4_rec_strd);
1522 UWORD8 *pu1_rec_chroma = pu1_curr_pic_chroma;
1564 * @param[in] pu1_curr_pic_chroma
1581 UWORD8 *pu1_curr_pic_chroma,
1634 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, MB_SIZE >> 1, PAD_LEFT);
1643 ps_codec->pf_pad_right_chroma(pu1_curr_pic_chroma
1477 ih264e_pad_recon_buffer(process_ctxt_t *ps_proc, UWORD8 *pu1_curr_pic_luma, UWORD8 *pu1_curr_pic_chroma, WORD32 i4_mb_x, WORD32 i4_mb_y, WORD32 i4_pad_ht) argument
1579 ih264e_dblk_pad_hpel_processing_n_mbs(process_ctxt_t *ps_proc, UWORD8 *pu1_curr_pic_luma, UWORD8 *pu1_curr_pic_chroma, WORD32 i4_mb_x, WORD32 i4_mb_y) argument
[all...]

Completed in 31 milliseconds