Home
last modified time | relevance | path

Searched refs:ref_temp (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c1026 UWORD8 ref_temp[2 * MAX_CU_SIZE + 2]; 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()
1043 ref_temp[k + (2 * (nt - 1))] = pu1_ref[(4 * nt) - k]; in ihevc_intra_pred_chroma_mode_11_to_17()
1044 ref_temp[k + 1 + (2 * (nt - 1))] = pu1_ref[(4 * nt) - k + 1]; 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()
1142 UWORD8 ref_temp[(2 * MAX_CU_SIZE) + 2]; in ihevc_intra_pred_chroma_mode_19_to_25() local
1153 ref_main = ref_temp + 2 * nt; in ihevc_intra_pred_chroma_mode_19_to_25()
1156 ref_temp[k + (2 * (nt - 1))] = pu1_ref[(4 * nt) + k]; in ihevc_intra_pred_chroma_mode_19_to_25()
1157 ref_temp[k + 1 + (2 * (nt - 1))] = pu1_ref[(4 * nt) + k + 1]; in ihevc_intra_pred_chroma_mode_19_to_25()
1163 ref_main = ref_temp + (2 * (nt - 1)); in ihevc_intra_pred_chroma_mode_19_to_25()
Dihevc_intra_pred_filters.c1321 UWORD8 ref_temp[2 * MAX_CU_SIZE + 1]; 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()
1336 ref_temp[k + nt - 1] = pu1_ref[two_nt - k]; 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()
1424 UWORD8 ref_temp[(2 * MAX_CU_SIZE) + 1]; 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()
1436 ref_temp[k + nt - 1] = pu1_ref[two_nt + k]; in ihevc_intra_pred_luma_mode_19_to_25()
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_chroma_mode_19_to_25.s135 sub sp, sp, #132 @ref_temp[2 * max_cu_size + 2]
138 add r6, sp, r4 , lsl #1 @ref_temp + 2 * nt
142 sub r6, r6, #2 @ref_temp + 2*nt - 2
153 vst1.32 d0,[r6]! @ref_temp[k + nt - 1] = pu1_ref[two_nt + k]@
190 add r6, sp, r4 ,lsl #1 @ref_temp + 2 * nt
191 sub r6, r6, #4 @ref_temp + 2 * nt - 2 - 2
231 add r8, sp, r4, lsl #1 @ref_temp + 2 * nt
232 sub r8,#2 @ref_temp + 2*nt -2
Dihevc_intra_pred_filters_luma_mode_11_to_17.s148 sub sp, sp, #132 @ref_temp[2 * max_cu_size + 1]
151 add r6, sp, r4 @ref_temp + nt
155 sub r6, r6, #1 @ref_temp + nt - 1
232 add r6, sp, r4 @ref_temp + nt
233 sub r6, r6, #2 @ref_temp + nt - 2
285 add r1, sp, r4 @ref_temp + nt
289 sub r1, r1, #1 @ref_temp + nt - 1
615 add r6, sp, r4 @ref_temp + nt
617 sub r6, r6, #1 @ref_temp + nt - 1
Dihevc_intra_pred_filters_luma_mode_19_to_25.s135 sub sp, sp, #132 @ref_temp[2 * max_cu_size + 1]
138 add r6, sp, r4 @ref_temp + nt
142 sub r6, r6, #1 @ref_temp + nt - 1
153 vst1.32 d0[0],[r6]! @ref_temp[k + nt - 1] = pu1_ref[two_nt + k]@
196 add r6, sp, r4 @ref_temp + nt
197 sub r6, r6, #2 @ref_temp + nt - 2
235 add r8, sp, r4 @ref_temp + nt
236 sub r8,#1 @ref_temp + nt -1
Dihevc_intra_pred_filters_chroma_mode_11_to_17.s142 sub sp, sp, #132 @ref_temp[2 * max_cu_size + 2]
145 add r6, sp, r4, lsl #1 @ref_temp + 2 * nt
149 sub r6, r6, #2 @ref_temp + 2*nt - 2
226 add r6, sp, r4, lsl #1 @ref_temp + 2 * nt
227 sub r6, r6, #4 @ref_temp + 2 * nt - 2 - 2
277 add r1, sp, r4, lsl #1 @ref_temp + 2nt
281 sub r1, r1, #2 @ref_temp + 2nt - 2
Dihevc_intra_pred_filters_neon_intr.c2331 UWORD8 ref_temp[2 * MAX_CU_SIZE + 1]; 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()
2585 UWORD8 ref_temp[(2 * MAX_CU_SIZE) + 1]; 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()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_sse42_intr.c1974 UWORD8 *ref_temp; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local
1979 ref_temp = ref_tmp + 1; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
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()
2021 ref_temp[k + nt - 1] = pu1_ref[two_nt - k]; 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()
2132 ref_temp[two_nt - 1] = pu1_ref[two_nt - nt]; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2153 _mm_storeu_si128((__m128i *)(ref_temp + nt - 1), temp3); in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2154 _mm_storeu_si128((__m128i *)(ref_temp + nt - 1 + 16), temp1); in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2349 ref_temp[two_nt - 1] = pu1_ref[two_nt - nt]; in ihevc_intra_pred_luma_mode_11_to_17_sse42()
[all …]
Dihevc_intra_pred_filters_ssse3_intr.c2895 UWORD8 *ref_temp; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local
2899 ref_temp = ref_tmp + 1; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
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()
2941 ref_temp[k + nt - 1] = pu1_ref[two_nt - k]; 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()
3058 ref_temp[two_nt - 1] = pu1_ref[two_nt - nt]; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3079 _mm_storeu_si128((__m128i *)(ref_temp + nt - 1), temp3); in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3080 _mm_storeu_si128((__m128i *)(ref_temp + nt - 1 + 16), temp1); in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3275 ref_temp[two_nt - 1] = pu1_ref[two_nt - nt]; in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
[all …]
Dihevc_chroma_intra_pred_filters_ssse3_intr.c1588 UWORD8 ref_temp[2 * MAX_CU_SIZE + 2]; 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()
1606 ref_temp[k + (2 * (nt - 1))] = pu1_ref[(4 * nt) - k]; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1607 ref_temp[k + 1 + (2 * (nt - 1))] = pu1_ref[(4 * nt) - k + 1]; 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()
1999 UWORD8 ref_temp[(2 * MAX_CU_SIZE) + 2]; in ihevc_intra_pred_chroma_mode_19_to_25_ssse3() local
2011 ref_main = ref_temp + 2 * nt; in ihevc_intra_pred_chroma_mode_19_to_25_ssse3()
2014 ref_temp[k + (2 * (nt - 1))] = pu1_ref[(4 * nt) + k]; in ihevc_intra_pred_chroma_mode_19_to_25_ssse3()
2015 ref_temp[k + 1 + (2 * (nt - 1))] = pu1_ref[(4 * nt) + k + 1]; in ihevc_intra_pred_chroma_mode_19_to_25_ssse3()
2020 ref_main = ref_temp + (2 * (nt - 1)); in ihevc_intra_pred_chroma_mode_19_to_25_ssse3()