Home
last modified time | relevance | path

Searched refs:src_strd1 (Results 1 – 19 of 19) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c88 WORD32 src_strd1, in ih264_default_weighted_pred_luma() argument
96 src_strd1 -= wd; in ih264_default_weighted_pred_luma()
105 pu1_src1 += src_strd1; in ih264_default_weighted_pred_luma()
143 WORD32 src_strd1, in ih264_default_weighted_pred_chroma() argument
153 src_strd1 -= wd; in ih264_default_weighted_pred_chroma()
162 pu1_src1 += src_strd1; in ih264_default_weighted_pred_chroma()
369 WORD32 src_strd1, in ih264_weighted_bi_pred_luma() argument
392 src_strd1 -= wd; in ih264_weighted_bi_pred_luma()
401 pu1_src1 += src_strd1; in ih264_weighted_bi_pred_luma()
445 WORD32 src_strd1, in ih264_weighted_bi_pred_chroma() argument
[all …]
Dih264_weighted_pred.h74 WORD32 src_strd1,
93 WORD32 src_strd1,
Dih264_inter_pred_filters.h122 WORD32 src_strd1,
Dih264_inter_pred_filters.c950 WORD32 src_strd1, in ih264_inter_pred_luma_bilinear() argument
967 pu1_src1 += src_strd1; in ih264_inter_pred_luma_bilinear()
/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c88 WORD32 src_strd1, in ih264_default_weighted_pred_luma_sse42() argument
102 y0_1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src1 + src_strd1)); in ih264_default_weighted_pred_luma_sse42()
104 (__m128i *)(pu1_src1 + (src_strd1 << 1))); in ih264_default_weighted_pred_luma_sse42()
105 y0_3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src1 + src_strd1 * 3)); in ih264_default_weighted_pred_luma_sse42()
124 pu1_src1 += src_strd1 << 2; in ih264_default_weighted_pred_luma_sse42()
135 y0_1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src1 + src_strd1)); in ih264_default_weighted_pred_luma_sse42()
137 (__m128i *)(pu1_src1 + (src_strd1 << 1))); in ih264_default_weighted_pred_luma_sse42()
138 y0_3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src1 + src_strd1 * 3)); in ih264_default_weighted_pred_luma_sse42()
157 pu1_src1 += src_strd1 << 2; in ih264_default_weighted_pred_luma_sse42()
171 y0_1_16x8b = _mm_loadu_si128((__m128i *)(pu1_src1 + src_strd1)); in ih264_default_weighted_pred_luma_sse42()
[all …]
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c739 WORD32 src_strd1, in ihevc_weighted_pred_bi_ssse3() argument
795 … src_temp3_8x16b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_bi_ssse3()
865 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
882 … src_temp3_8x16b = _mm_loadl_epi64((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_bi_ssse3()
945 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
1022 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi_ssse3() argument
1084 … src_temp3_8x16b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_chroma_bi_ssse3()
1154 pi2_src1 = pi2_src1 - wdx2 + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_chroma_bi_ssse3()
1171 … src_temp3_8x16b = _mm_loadl_epi64((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_chroma_bi_ssse3()
1234 pi2_src1 = pi2_src1 - wdx2 + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_chroma_bi_ssse3()
[all …]
Dihevc_weighted_pred_sse42_intr.c1250 WORD32 src_strd1, in ihevc_weighted_pred_bi_sse42() argument
1292 … src_temp3_4x32b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1297 … src_temp7_4x32b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1 + 4)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1368 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_bi_sse42()
1385 … src_temp3_4x32b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1443 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_bi_sse42()
1519 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi_sse42() argument
1569 … src_temp3_4x32b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1)); /* row = 1 */ in ihevc_weighted_pred_chroma_bi_sse42()
1574 … src_temp7_4x32b = _mm_loadu_si128((__m128i *)(pi2_src1 + 1 * src_strd1 + 4)); /* row = 1 */ in ihevc_weighted_pred_chroma_bi_sse42()
1645 pi2_src1 = pi2_src1 - wdx2 + 2 * src_strd1; /* Pointer update */ in ihevc_weighted_pred_chroma_bi_sse42()
[all …]
/external/libhevc/common/
Dihevc_weighted_pred.c295 WORD32 src_strd1, in ihevc_weighted_pred_bi() argument
322 pi2_src1 += src_strd1; in ihevc_weighted_pred_bi()
396 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi() argument
433 pi2_src1 += src_strd1; in ihevc_weighted_pred_chroma_bi()
492 WORD32 src_strd1, in ihevc_weighted_pred_bi_default() argument
516 pi2_src1 += src_strd1; in ihevc_weighted_pred_bi_default()
575 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi_default() argument
599 pi2_src1 += src_strd1; in ihevc_weighted_pred_chroma_bi_default()
Dihevc_weighted_pred.h65 WORD32 src_strd1,
81 WORD32 src_strd1,
101 WORD32 src_strd1,
112 WORD32 src_strd1,
Dihevc_inter_pred.h150 WORD32 src_strd1,
169 WORD32 src_strd1,
194 WORD32 src_strd1,
215 WORD32 src_strd1,
/external/libhevc/common/arm/
Dihevc_weighted_pred_bi_default.s91 @ word32 src_strd1,
103 @ r3 => src_strd1
148 rsb r7,r6,r3,lsl #2 @4*src_strd1 - wd
188 …add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
220 …add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit po…
235 rsb r7,r6,r3,lsl #1 @2*src_strd1 - wd
238 …add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
261 …add r0,r0,r7 @pi2_src1 + 2*src_strd1 - 2*wd(since pi2_src1 is 16 bit po…
276 …add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
303 …add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
[all …]
Dihevc_weighted_pred_neon_intr.c398 WORD32 src_strd1, in ihevc_weighted_pred_bi_neonintr() argument
446 pi2_src_tmp1 = pi2_src1 + src_strd1; in ihevc_weighted_pred_bi_neonintr()
487 pi2_src1 += 2 * src_strd1 - wd; in ihevc_weighted_pred_bi_neonintr()
563 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi_neonintr() argument
632 pi2_src_tmp1 = pi2_src1 + src_strd1; in ihevc_weighted_pred_chroma_bi_neonintr()
673 pi2_src1 += 2 * src_strd1 - 2 * wd; in ihevc_weighted_pred_chroma_bi_neonintr()
734 WORD32 src_strd1, in ihevc_weighted_pred_bi_default_neonintr() argument
781 pi2_src_tmp1 = pi2_src1 + src_strd1; in ihevc_weighted_pred_bi_default_neonintr()
822 pi2_src1 += 2 * src_strd1 - wd; in ihevc_weighted_pred_bi_default_neonintr()
883 WORD32 src_strd1, in ihevc_weighted_pred_chroma_bi_default_neonintr() argument
[all …]
Dihevc_weighted_pred_bi.s107 @ word32 src_strd1,
124 @ r3 => src_strd1
199 …add r6,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
265 rsb r11,r9,r3,lsl #2 @2*src_strd1 - wd
268 …add r0,r0,r11 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit po…
Dihevc_weighted_pred_uni.s163 …add r5,r0,r2 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
Dihevc_inter_pred_luma_horz_w16out.s105 @r9 - src_strd1
/external/libavc/common/arm/
Dih264_default_weighted_pred_a9q.s62 @* @param[in] src_strd1
88 @ WORD32 src_strd1,
98 @ r3 => src_strd1
236 @* @param[in] src_strd1
262 @ WORD32 src_strd1,
272 @ r3 => src_strd1
Dih264_inter_pred_luma_bilinear_a9q.s71 @* @param[in] src_strd1
97 @ WORD32 src_strd1,
107 @ r3 => src_strd1
Dih264_weighted_bi_pred_a9q.s62 @* @param[in] src_strd1
103 @ WORD32 src_strd1,
118 @ r3 => src_strd1
377 @* @param[in] src_strd1
418 @ WORD32 src_strd1,
433 @ r3 => src_strd1
/external/libavc/encoder/
Dih264e_structs.h70 WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd,