Searched refs:three_nt (Results 1 - 8 of 8) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c132 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
[all...]
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c151 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
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c147 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] */
909 /*(row + 1) * pu1_ref[nt - 1] + (col + 1) * pu1_ref[three_nt + 1] */
955 const_temp_4x32b = _mm_set1_epi16(pu1_ref[three_nt
1069 WORD32 two_nt, three_nt; local
[all...]
H A Dihevc_intra_pred_filters_sse42_intr.c409 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];
/external/libhevc/common/
H A Dihevc_intra_pred_filters.c215 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++)
H A Dihevc_chroma_intra_pred_filters.c477 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]
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c412 WORD32 three_nt = 3 * nt; local
545 ihevc_memset_a9q(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt);
H A Dihevc_intra_pred_filters_neon_intr.c130 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];

Completed in 454 milliseconds