Searched refs:pu1_pseudo_pred (Results 1 – 3 of 3) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_mc.h | 76 UWORD8 **pu1_pseudo_pred,
|
D | ih264e_mc.c | 109 void ih264e_motion_comp_luma(process_ctxt_t *ps_proc, UWORD8 **pu1_pseudo_pred, in ih264e_motion_comp_luma() argument 252 *pu1_pseudo_pred = pu1_ref[u4_lkup_idx1]; in ih264e_motion_comp_luma()
|
D | ih264e_core_coding.c | 2153 UWORD8 *pu1_pseudo_pred = pu1_pred_mb; in ih264e_code_luma_inter_macroblock_16x16() local 2168 ih264e_motion_comp_luma(ps_proc, &pu1_pseudo_pred, &i4_pseudo_pred_strd); in ih264e_code_luma_inter_macroblock_16x16() 2178 pu1_pseudo_pred, pi2_res_mb, in ih264e_code_luma_inter_macroblock_16x16() 2220 ps_codec, pi2_res_mb, pu1_pseudo_pred, pu1_rec_mb, in ih264e_code_luma_inter_macroblock_16x16() 2229 ps_codec->pf_inter_pred_luma_copy(pu1_pseudo_pred, pu1_rec_mb, in ih264e_code_luma_inter_macroblock_16x16()
|