Home
last modified time | relevance | path

Searched refs:ref_main (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c1027 UWORD8 *ref_main; in ihevc_intra_pred_chroma_mode_11_to_17() local
1040 ref_main = ref_temp + 2 * nt; in ihevc_intra_pred_chroma_mode_11_to_17()
1047 ref_main = ref_temp + (2 * (nt - 1)); in ihevc_intra_pred_chroma_mode_11_to_17()
1056 ref_main[k] = pu1_ref[(4 * nt) + ((inv_ang_sum >> 8) << 1)]; in ihevc_intra_pred_chroma_mode_11_to_17()
1057 ref_main[k + 1] = pu1_ref[((4 * nt) + 1) + ((inv_ang_sum >> 8) << 1)]; in ihevc_intra_pred_chroma_mode_11_to_17()
1078 * ref_main[ref_main_idx_u] in ihevc_intra_pred_chroma_mode_11_to_17()
1079 + fract_u * ref_main[ref_main_idx_u + 2] + 16) >> 5); in ihevc_intra_pred_chroma_mode_11_to_17()
1081 * ref_main[ref_main_idx_v] in ihevc_intra_pred_chroma_mode_11_to_17()
1082 + fract_v * ref_main[ref_main_idx_v + 2] + 16) >> 5); in ihevc_intra_pred_chroma_mode_11_to_17()
1143 UWORD8 *ref_main; in ihevc_intra_pred_chroma_mode_19_to_25() local
[all …]
Dihevc_intra_pred_filters.c1322 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_11_to_17() local
1334 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17()
1338 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17()
1347 ref_main[k] = pu1_ref[two_nt + (inv_ang_sum >> 8)]; in ihevc_intra_pred_luma_mode_11_to_17()
1363 * ref_main[ref_main_idx] in ihevc_intra_pred_luma_mode_11_to_17()
1364 + fract * ref_main[ref_main_idx + 1] + 16) >> 5); in ihevc_intra_pred_luma_mode_11_to_17()
1425 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_19_to_25() local
1434 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_19_to_25()
1447 ref_main[k] = pu1_ref[two_nt - (inv_ang_sum >> 8)]; in ihevc_intra_pred_luma_mode_19_to_25()
1461 * ref_main[ref_main_idx] in ihevc_intra_pred_luma_mode_19_to_25()
[all …]
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_sse42_intr.c1973 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local
1980 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2019 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2023 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2032 ref_main[k] = pu1_ref[two_nt + (inv_ang_sum >> 8)]; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2071 src_temp5_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx1)); /* col=0*/ in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2072 src_temp6_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx2)); /* col=1*/ in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2073 src_temp7_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx3)); /* col=2*/ in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2074 src_temp8_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx4)); /* col=3*/ in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2155 _mm_storeu_si128((__m128i *)(ref_main - 16), src_values0); in ihevc_intra_pred_luma_mode_11_to_17_sse42()
[all …]
Dihevc_intra_pred_filters_ssse3_intr.c2894 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local
2900 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2939 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2943 ref_main = ref_temp + nt - 1; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2955 ref_main[k] = pu1_ref[two_nt + (inv_ang_sum >> 8)]; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2997 src_temp5_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx1)); /* col=0*/ in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2998 src_temp6_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx2)); /* col=1*/ in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
2999 src_temp7_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx3)); /* col=2*/ in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3000 src_temp8_8x16b = _mm_loadu_si128((__m128i *)(ref_main + ref_main_idx4)); /* col=3*/ in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3081 _mm_storeu_si128((__m128i *)(ref_main - 16), src_values0); in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
[all …]
Dihevc_chroma_intra_pred_filters_ssse3_intr.c1589 UWORD8 *ref_main; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3() local
1603 ref_main = ref_temp + 2 * nt; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1610 ref_main = ref_temp + (2 * (nt - 1)); in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1620 ref_main[k] = pu1_ref[(4 * nt) + ((inv_ang_sum >> 8) << 1)]; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1621 ref_main[k + 1] = pu1_ref[((4 * nt) + 1) + ((inv_ang_sum >> 8) << 1)]; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1701 … src_temp5_8x16b = _mm_loadu_si128((__m128i *)(ref_main + pi2_ref_main_idx1)); /* col=0*/ in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1702 … src_temp6_8x16b = _mm_loadu_si128((__m128i *)(ref_main + pi2_ref_main_idx2)); /* col=1*/ in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1703 … src_temp7_8x16b = _mm_loadu_si128((__m128i *)(ref_main + pi2_ref_main_idx3)); /* col=2*/ in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1704 … src_temp8_8x16b = _mm_loadu_si128((__m128i *)(ref_main + pi2_ref_main_idx4)); /* col=3*/ in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1845 …src_temp5_8x16b = _mm_loadu_si128((__m128i *)(ref_main + pi2_ref_main_idx1 + row + row)); /* col=0… in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
[all …]
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c2323 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_11_to_17_neonintr() local
2350 ref_main = ref_temp + (nt - 1); in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2351 ref_main_tmp = ref_main; in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2387 ref_main[nt] = pu1_ref[two_nt - nt]; in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2399 ref_main[k] = pu1_ref[two_nt + (inv_ang_sum >> 8)]; in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2402 UWORD8 *ref_main_tmp1 = ref_main; in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2403 UWORD8 *ref_main_tmp2 = ref_main; in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2583 UWORD8 *ref_main; in ihevc_intra_pred_luma_mode_19_to_25_neonintr() local
2608 ref_main = ref_temp + (nt - 1); in ihevc_intra_pred_luma_mode_19_to_25_neonintr()
2609 ref_main_tmp = ref_main; in ihevc_intra_pred_luma_mode_19_to_25_neonintr()
[all …]
Dihevc_intra_pred_filters_luma_mode_19_to_25.s599 add r10,r6,lr @ref_main + idx