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

  /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;
624 pu1_ref = pu1_dst[nbr_id_from_bl];
627 pu1_dst[i] = pu1_ref;
654 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
655 ihevc_memset_mul_8_a9q(pu1_dst + nbr_id_from_bl, pu1_ref, 8);
733 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;
427 pu1_ref = pu1_dst[nbr_id_from_bl];
430 pu1_dst[i] = pu1_ref;
457 pu1_ref = pu1_dst[nbr_id_from_bl - 1];
458 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 869 milliseconds