Searched refs:pu1_curr_pred (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 170 UWORD8 *pu1_curr_src, *pu1_curr_pred; in ih264e_luma_16x16_resi_trans_dctrans_quant() local 183 pu1_curr_pred = pu1_pred + i4_offsetx + i4_offsety * pred_strd; in ih264e_luma_16x16_resi_trans_dctrans_quant() 185 ps_codec->pf_resi_trans_quant_4x4(pu1_curr_src, pu1_curr_pred, in ih264e_luma_16x16_resi_trans_dctrans_quant() 506 UWORD8 *pu1_curr_src, *pu1_curr_pred; in ih264e_chroma_8x8_resi_trans_dctrans_quant() local 520 pu1_curr_pred = pu1_pred + i4_offsetx + i4_offsety * pred_strd; in ih264e_chroma_8x8_resi_trans_dctrans_quant() 524 pu1_curr_src, pu1_curr_pred, in ih264e_chroma_8x8_resi_trans_dctrans_quant()
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_utils.c | 2598 UWORD8 *pu1_curr_recon, *pu1_curr_pred; in ihevce_it_recon_fxn() local 2600 pu1_curr_pred = pu1_pred; in ihevce_it_recon_fxn() 2606 pu1_curr_recon, recon_strd, pu1_curr_pred, pred_strd, trans_size, sizeof(UWORD8)); in ihevce_it_recon_fxn()
|