HomeSort by relevance Sort by last modified time
    Searched refs:three_nt (Results 1 - 8 of 8) sorted by null

  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 132 WORD32 two_nt, three_nt; local
154 three_nt = 3 * nt;
161 // pu1_ref[2 * (three_nt + 1)]
165 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
166 pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)],
167 pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)])
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 151 WORD32 two_nt, three_nt; local
172 three_nt = 3 * nt;
179 // pu1_ref[2 * (three_nt + 1)]
183 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
184 pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)],
185 pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)])
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 147 WORD32 three_nt = 3 * nt; local
238 pu1_dst[three_nt + 1 + i] = pu1_dst[three_nt];
692 WORD32 two_nt, three_nt; local
703 three_nt = 3 * nt;
707 temp = (temp << 8) | ((UWORD16)pu1_ref[three_nt + 1]);
753 /*(row + 1) * pu1_ref[nt - 1] + (col + 1) * pu1_ref[three_nt + 1] */
831 /*(row + 1) * pu1_ref[nt - 1] + (col + 1) * pu1_ref[three_nt + 1] */
1069 WORD32 two_nt, three_nt; local
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 409 WORD32 two_nt, three_nt; local
436 three_nt = 3 * nt;
467 acc_dc += pu1_ref[three_nt];
546 acc_dc += pu1_ref[three_nt];
609 acc_dc += pu1_ref[three_nt];
689 acc_dc += pu1_ref[three_nt];
805 acc_dc += pu1_ref[three_nt];
    [all...]
  /external/libhevc/common/
ihevc_intra_pred_filters.c 215 WORD32 three_nt = 3 * nt; local
348 ihevc_memset(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt);
737 WORD32 two_nt, three_nt; local
758 three_nt = 3 * nt;
766 + (col + 1) * pu1_ref[three_nt + 1]
825 WORD32 two_nt, three_nt; local
846 three_nt = 3 * nt;
853 for(i = (two_nt + 1); i <= three_nt; i++)
    [all...]
ihevc_chroma_intra_pred_filters.c 477 WORD32 two_nt, three_nt; local
495 three_nt = 3 * nt;
503 + (col / 2 + 1) * pu1_ref[2 * (three_nt + 1)]
509 + (col / 2 + 1) * pu1_ref[2 * (three_nt + 1) + 1]
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 412 WORD32 three_nt = 3 * nt; local
545 ihevc_memset_a9q(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt);
ihevc_intra_pred_filters_neon_intr.c 130 WORD32 three_nt = 3 * nt; local
271 pu1_dst_const_three_nt_1 += (three_nt + 1);
678 WORD32 two_nt, three_nt; local
707 three_nt = 3 * nt;
715 pu1_ref_three_nt_1 = pu1_ref[three_nt + 1];
779 pu1_ref_three_nt_1 = pu1_ref[three_nt + 1];
    [all...]

Completed in 41 milliseconds