Searched refs:three_nt (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_chroma_intra_pred_filters_sse42_intr.c | 132 WORD32 two_nt, three_nt; in ihevc_intra_pred_chroma_planar_sse42() local 154 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_sse42() 165 …temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[… in ihevc_intra_pred_chroma_planar_sse42() 166 … pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], in ihevc_intra_pred_chroma_planar_sse42() 167 pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)]); in ihevc_intra_pred_chroma_planar_sse42()
|
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 151 WORD32 two_nt, three_nt; in ihevc_intra_pred_chroma_planar_ssse3() local 172 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_ssse3() 183 …temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[… in ihevc_intra_pred_chroma_planar_ssse3() 184 … pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], in ihevc_intra_pred_chroma_planar_ssse3() 185 pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)]); in ihevc_intra_pred_chroma_planar_ssse3()
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 147 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_ssse3() local 238 pu1_dst[three_nt + 1 + i] = pu1_dst[three_nt]; in ihevc_intra_pred_luma_ref_substitution_ssse3() 692 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_planar_ssse3() local 703 three_nt = 3 * nt; in ihevc_intra_pred_luma_planar_ssse3() 707 temp = (temp << 8) | ((UWORD16)pu1_ref[three_nt + 1]); in ihevc_intra_pred_luma_planar_ssse3() 955 const_temp_4x32b = _mm_set1_epi16(pu1_ref[three_nt + 1]); in ihevc_intra_pred_luma_planar_ssse3() 1069 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_dc_ssse3() local 1096 three_nt = 3 * nt; in ihevc_intra_pred_luma_dc_ssse3() 1127 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_ssse3() 1204 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_ssse3() [all …]
|
D | ihevc_intra_pred_filters_sse42_intr.c | 409 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_dc_sse42() local 436 three_nt = 3 * nt; in ihevc_intra_pred_luma_dc_sse42() 467 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_sse42() 546 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_sse42() 609 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_sse42() 689 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_sse42() 805 acc_dc += pu1_ref[three_nt]; in ihevc_intra_pred_luma_dc_sse42()
|
/external/libhevc/common/ |
D | ihevc_intra_pred_filters.c | 215 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution() local 348 ihevc_memset(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt); in ihevc_intra_pred_luma_ref_substitution() 737 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_planar() local 758 three_nt = 3 * nt; in ihevc_intra_pred_luma_planar() 766 + (col + 1) * pu1_ref[three_nt + 1] in ihevc_intra_pred_luma_planar() 825 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_dc() local 846 three_nt = 3 * nt; in ihevc_intra_pred_luma_dc() 853 for(i = (two_nt + 1); i <= three_nt; i++) in ihevc_intra_pred_luma_dc()
|
D | ihevc_chroma_intra_pred_filters.c | 477 WORD32 two_nt, three_nt; in ihevc_intra_pred_chroma_planar() local 495 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar() 503 + (col / 2 + 1) * pu1_ref[2 * (three_nt + 1)] in ihevc_intra_pred_chroma_planar() 509 + (col / 2 + 1) * pu1_ref[2 * (three_nt + 1) + 1] in ihevc_intra_pred_chroma_planar()
|
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 412 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_a9q() local 545 ihevc_memset_a9q(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
|
D | ihevc_intra_pred_filters_neon_intr.c | 130 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_neonintr() local 271 pu1_dst_const_three_nt_1 += (three_nt + 1); in ihevc_intra_pred_luma_ref_substitution_neonintr() 678 WORD32 two_nt, three_nt; in ihevc_intra_pred_luma_planar_neonintr() local 707 three_nt = 3 * nt; in ihevc_intra_pred_luma_planar_neonintr() 715 pu1_ref_three_nt_1 = pu1_ref[three_nt + 1]; in ihevc_intra_pred_luma_planar_neonintr() 779 pu1_ref_three_nt_1 = pu1_ref[three_nt + 1]; in ihevc_intra_pred_luma_planar_neonintr()
|