Searched refs:pu1_ref_buf (Results 1 – 4 of 4) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_mc.c | 390 UWORD8 *pu1_ref_buf[2]; in ih264e_motion_comp_chroma() local 393 pu1_ref_buf[PRED_L0] = ps_proc->apu1_subpel_buffs[0]; in ih264e_motion_comp_chroma() 394 pu1_ref_buf[PRED_L1] = ps_proc->apu1_subpel_buffs[1]; in ih264e_motion_comp_chroma() 437 pu1_ref_buf[i4_predmode], in ih264e_motion_comp_chroma() 442 ps_codec->pf_inter_pred_luma_bilinear(pu1_ref_buf[PRED_L0], in ih264e_motion_comp_chroma() 443 pu1_ref_buf[PRED_L1], pu1_pred, in ih264e_motion_comp_chroma()
|
/external/libhevc/encoder/ |
D | ihevce_multi_thrd_funcs.c | 186 volatile UWORD8 *pu1_ref_buf = &au1_in_dep_cmp[0]; in ihevce_pre_enc_grp_get_next_job() local 189 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP); in ihevce_pre_enc_grp_get_next_job() 194 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP); in ihevce_pre_enc_grp_get_next_job() 293 volatile UWORD8 *pu1_ref_buf = &au1_in_dep_cmp[0]; in ihevce_enc_grp_get_next_job() local 296 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP); in ihevce_enc_grp_get_next_job() 301 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP); in ihevce_enc_grp_get_next_job()
|
D | ihevce_frame_process.h | 68 UWORD8 *pu1_ref_buf,
|
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 457 UWORD8 *pu1_ref_buf; in ih264d_form_mb_part_info_mp() local 586 pu1_ref_buf = ps_dec->pu1_ref_buff + ps_dec->u4_dma_buf_idx; in ih264d_form_mb_part_info_mp() 653 ps_pred->pu1_dma_dest_addr = pu1_ref_buf; in ih264d_form_mb_part_info_mp() 670 pu1_ref_buf += u1_dma_wd * u1_dma_ht; in ih264d_form_mb_part_info_mp() 818 ps_pred->pu1_dma_dest_addr = pu1_ref_buf; in ih264d_form_mb_part_info_mp()
|