/external/libavc/common/ |
D | ih264_weighted_pred.c | 88 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 …]
|
D | ih264_weighted_pred.h | 74 WORD32 src_strd1, 93 WORD32 src_strd1,
|
D | ih264_inter_pred_filters.h | 122 WORD32 src_strd1,
|
D | ih264_inter_pred_filters.c | 950 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/ |
D | ih264_weighted_pred_sse42.c | 88 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/ |
D | ihevc_weighted_pred_ssse3_intr.c | 739 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 …]
|
D | ihevc_weighted_pred_sse42_intr.c | 1250 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/ |
D | ihevc_weighted_pred.c | 295 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()
|
D | ihevc_weighted_pred.h | 65 WORD32 src_strd1, 81 WORD32 src_strd1, 101 WORD32 src_strd1, 112 WORD32 src_strd1,
|
D | ihevc_inter_pred.h | 150 WORD32 src_strd1, 169 WORD32 src_strd1, 194 WORD32 src_strd1, 215 WORD32 src_strd1,
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi_default.s | 91 @ 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 …]
|
D | ihevc_weighted_pred_neon_intr.c | 398 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 …]
|
D | ihevc_weighted_pred_bi.s | 107 @ 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…
|
D | ihevc_weighted_pred_uni.s | 163 …add r5,r0,r2 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src …
|
D | ihevc_inter_pred_luma_horz_w16out.s | 105 @r9 - src_strd1
|
/external/libavc/common/arm/ |
D | ih264_default_weighted_pred_a9q.s | 62 @* @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
|
D | ih264_inter_pred_luma_bilinear_a9q.s | 71 @* @param[in] src_strd1 97 @ WORD32 src_strd1, 107 @ r3 => src_strd1
|
D | ih264_weighted_bi_pred_a9q.s | 62 @* @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/ |
D | ih264e_structs.h | 70 WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd,
|