Home
last modified time | relevance | path

Searched refs:pi2_src2 (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c737 WORD16 *pi2_src2, in ihevc_weighted_pred_bi_ssse3() argument
794 src_temp2_8x16b = _mm_loadu_si128((__m128i *)(pi2_src2)); /* row = 0 */ in ihevc_weighted_pred_bi_ssse3()
796 … src_temp4_8x16b = _mm_loadu_si128((__m128i *)(pi2_src2 + 1 * src_strd2)); /* row = 1 */ in ihevc_weighted_pred_bi_ssse3()
860 pi2_src2 += 8; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
866 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
881 src_temp2_8x16b = _mm_loadl_epi64((__m128i *)(pi2_src2)); /* row = 0 */ in ihevc_weighted_pred_bi_ssse3()
883 … src_temp4_8x16b = _mm_loadl_epi64((__m128i *)(pi2_src2 + 1 * src_strd2)); /* row = 1 */ in ihevc_weighted_pred_bi_ssse3()
940 pi2_src2 += 4; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
946 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */ in ihevc_weighted_pred_bi_ssse3()
1020 WORD16 *pi2_src2, in ihevc_weighted_pred_chroma_bi_ssse3() argument
[all …]
Dihevc_weighted_pred_sse42_intr.c1248 WORD16 *pi2_src2, in ihevc_weighted_pred_bi_sse42() argument
1291 src_temp2_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2)); /* row = 0 */ in ihevc_weighted_pred_bi_sse42()
1293 … src_temp4_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2 + 1 * src_strd2)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1296 src_temp6_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2 + 4)); /* row = 0 */ in ihevc_weighted_pred_bi_sse42()
1298 … src_temp8_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2 + 1 * src_strd2 + 4)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1363 pi2_src2 += 8; /* Pointer update */ in ihevc_weighted_pred_bi_sse42()
1369 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */ in ihevc_weighted_pred_bi_sse42()
1384 src_temp2_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2)); /* row = 0 */ in ihevc_weighted_pred_bi_sse42()
1386 … src_temp4_4x32b = _mm_loadu_si128((__m128i *)(pi2_src2 + 1 * src_strd2)); /* row = 1 */ in ihevc_weighted_pred_bi_sse42()
1438 pi2_src2 += 4; /* Pointer update */ in ihevc_weighted_pred_bi_sse42()
[all …]
/external/libhevc/common/
Dihevc_weighted_pred.c293 WORD16 *pi2_src2, in ihevc_weighted_pred_bi() argument
316 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1; in ihevc_weighted_pred_bi()
323 pi2_src2 += src_strd2; in ihevc_weighted_pred_bi()
394 WORD16 *pi2_src2, in ihevc_weighted_pred_chroma_bi() argument
421 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1_cb; in ihevc_weighted_pred_chroma_bi()
427 i4_tmp += (pi2_src2[col + 1] + lvl_shift2) * wgt1_cr; in ihevc_weighted_pred_chroma_bi()
434 pi2_src2 += src_strd2; in ihevc_weighted_pred_chroma_bi()
490 WORD16 *pi2_src2, in ihevc_weighted_pred_bi_default() argument
510 i4_tmp += pi2_src2[col] + lvl_shift2; in ihevc_weighted_pred_bi_default()
517 pi2_src2 += src_strd2; in ihevc_weighted_pred_bi_default()
[all …]
Dihevc_weighted_pred.h63 WORD16 *pi2_src2,
79 WORD16 *pi2_src2,
99 WORD16 *pi2_src2,
110 WORD16 *pi2_src2,
Dihevc_inter_pred.h148 WORD16 *pi2_src2,
167 WORD16 *pi2_src2,
192 WORD16 *pi2_src2,
213 WORD16 *pi2_src2,
/external/libhevc/common/arm/
Dihevc_weighted_pred_bi_default.s89 @ word16 *pi2_src2,
101 @ r1 => *pi2_src2
189 …add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src …
192 vld1.s16 {d7},[r1]! @load and increment the pi2_src2
196 vld1.s16 {d9},[r12],r4 @load and increment the pi2_src2 ii iteration
201 vld1.s16 {d23},[r12],r4 @load and increment the pi2_src2 iii iteration
205 vld1.s16 {d25},[r12],r4 @load and increment the pi2_src2 iv iteration
222 add r1,r1,r10 @pi2_src2 + 4*src_strd2 - 2*wd
239 …add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src …
242 vld1.s16 {d7},[r1]! @load and increment the pi2_src2
[all …]
Dihevc_weighted_pred_neon_intr.c396 WORD16 *pi2_src2, in ihevc_weighted_pred_bi_neonintr() argument
447 pi2_src_tmp2 = pi2_src2 + src_strd2; in ihevc_weighted_pred_bi_neonintr()
453 pi2_src2_val1 = vld1_s16((int16_t *)pi2_src2); in ihevc_weighted_pred_bi_neonintr()
454 pi2_src2 += 4; in ihevc_weighted_pred_bi_neonintr()
488 pi2_src2 += 2 * src_strd2 - wd; in ihevc_weighted_pred_bi_neonintr()
561 WORD16 *pi2_src2, in ihevc_weighted_pred_chroma_bi_neonintr() argument
633 pi2_src_tmp2 = pi2_src2 + src_strd2; in ihevc_weighted_pred_chroma_bi_neonintr()
639 pi2_src2_val1 = vld1_s16((int16_t *)pi2_src2); in ihevc_weighted_pred_chroma_bi_neonintr()
640 pi2_src2 += 4; in ihevc_weighted_pred_chroma_bi_neonintr()
674 pi2_src2 += 2 * src_strd2 - 2 * wd; in ihevc_weighted_pred_chroma_bi_neonintr()
[all …]
Dihevc_weighted_pred_bi.s105 @ word16 *pi2_src2,
122 @ r1 => *pi2_src2
200 …add r8,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src …
203 vld1.s16 {d1},[r1]! @load and increment the pi2_src2
213 vld1.s16 {d1},[r8],r4 @load and increment the pi2_src2 iii iteration
270 add r1,r1,r12 @pi2_src2 + 4*src_strd2 - 2*wd