HomeSort by relevance Sort by last modified time
    Searched defs:pu1_ref (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
ih264e_mc.c 122 UWORD8 *pu1_ref[4]; local
178 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
183 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[1];
195 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
202 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
228 pu1_ref[0] += ((u4_mv_y_full * i4_ref_strd[0]) + u4_mv_x_full);
231 pu1_ref[1] = ps_proc->pu1_best_subpel_buf;
252 *pu1_pseudo_pred = pu1_ref[u4_lkup_idx1];
262 ps_codec->pf_inter_pred_luma_copy(pu1_ref[u4_lkup_idx1],
301 UWORD8 *pu1_ref; local
    [all...]
ime.c 130 UWORD8 *pu1_ref; local
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
166 ps_me_ctxt->pf_ime_compute_sad4_diamond(pu1_ref,
315 UWORD8 *pu1_ref = NULL; local
336 pu1_ref = pu1_ref_mb + ps_mv_list[i].i2_mvx + (ps_mv_list[i].i2_mvy * i4_ref_strd);
339 ps_me_ctxt->pf_ime_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_least, &i4_mb_distortion);
711 UWORD8 *pu1_ref = NULL; local
737 pu1_ref = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist] + s_skip_mv.i2_mvx
745 ps_me_ctxt->pu1_src_buf_luma, pu1_ref, ps_me_ctxt->i4_src_strd,
758 ps_me_ctxt->pu1_src_buf_luma, pu1_ref, ps_me_ctxt->i4_src_strd
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 407 UWORD8 pu1_ref; local
513 pu1_ref = pu1_dst[idx];
515 pu1_dst[i] = pu1_ref;
521 pu1_ref = pu1_dst[idx];
523 pu1_dst[i] = pu1_ref;
637 pu1_ref = pu1_dst[nbr_id_from_bl];
640 pu1_dst[i] = pu1_ref;
667 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
668 ihevc_memset_mul_8_a9q(pu1_dst + nbr_id_from_bl, pu1_ref, 8);
778 pu1_ref = pu1_dst[nbr_id_from_bl]
    [all...]
ihevc_intra_pred_filters_neon_intr.c 80 * Intra prediction interpolation filter for pu1_ref substitution
126 UWORD8 pu1_ref; local
195 pu1_ref = pu1_dst[idx];
197 pu1_dst[i] = pu1_ref;
203 pu1_ref = pu1_dst[idx];
205 pu1_dst[i] = pu1_ref;
323 pu1_ref = pu1_dst[nbr_id_from_bl];
326 pu1_dst[i] = pu1_ref;
353 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
355 pu1_dst[nbr_id_from_bl + i] = pu1_ref;
    [all...]
  /external/libhevc/common/
ihevc_intra_pred_filters.c 92 * Intra prediction interpolation filter for pu1_ref substitution
210 UWORD8 pu1_ref; local
316 pu1_ref = pu1_dst[idx];
318 pu1_dst[i] = pu1_ref;
324 pu1_ref = pu1_dst[idx];
326 pu1_dst[i] = pu1_ref;
439 pu1_ref = pu1_dst[nbr_id_from_bl];
442 pu1_dst[i] = pu1_ref;
469 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
470 ihevc_memset_mul_8(pu1_dst + nbr_id_from_bl, pu1_ref, 8)
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c 97 * Intra prediction interpolation filter for pu1_ref substitution
142 UWORD8 pu1_ref; local
204 pu1_ref = pu1_dst[idx];
206 pu1_dst[i] = pu1_ref;
212 pu1_ref = pu1_dst[idx];
214 pu1_dst[i] = pu1_ref;
272 pu1_ref = pu1_dst[nbr_id_from_bl];
275 pu1_dst[i] = pu1_ref;
302 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
304 pu1_dst[nbr_id_from_bl + i] = pu1_ref;
    [all...]

Completed in 250 milliseconds