HomeSort by relevance Sort by last modified time
    Searched full:src_strd2 (Results 1 - 24 of 24) sorted by null

  /external/libhevc/common/
ihevc_weighted_pred.h 66 WORD32 src_strd2,
82 WORD32 src_strd2,
102 WORD32 src_strd2,
113 WORD32 src_strd2,
ihevc_weighted_pred.c 251 * @param[in] src_strd2
296 WORD32 src_strd2,
323 pi2_src2 += src_strd2;
352 * @param[in] src_strd2
397 WORD32 src_strd2,
434 pi2_src2 += src_strd2;
463 * @param[in] src_strd2
493 WORD32 src_strd2,
517 pi2_src2 += src_strd2;
546 * @param[in] src_strd2
    [all...]
ihevc_inter_pred.h 151 WORD32 src_strd2,
170 WORD32 src_strd2,
195 WORD32 src_strd2,
216 WORD32 src_strd2,
  /external/libavc/common/x86/
ih264_weighted_pred_sse42.c 89 WORD32 src_strd2,
108 y1_1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src2 + src_strd2));
110 (__m128i *)(pu1_src2 + (src_strd2 << 1)));
111 y1_3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src2 + src_strd2 * 3));
125 pu1_src2 += src_strd2 << 2;
141 y1_1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src2 + src_strd2));
143 (__m128i *)(pu1_src2 + (src_strd2 << 1)));
144 y1_3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src2 + src_strd2 * 3));
158 pu1_src2 += src_strd2 << 2;
182 y1_1_16x8b = _mm_loadu_si128((__m128i *)(pu1_src2 + src_strd2));
    [all...]
ih264_inter_pred_filters_ssse3.c 101 WORD32 src_strd2, src_strd3, src_strd4, dst_strd2, dst_strd3, dst_strd4; local
105 src_strd2 = src_strd << 1;
109 src_strd3 = src_strd2 + src_strd;
118 *((WORD32 *)(pu1_dst + dst_strd2)) = *((WORD32 *)(pu1_src + src_strd2));
133 y_2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + src_strd2));
154 src_strd5 = src_strd2 + src_strd3;
167 y_2_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + src_strd2));
    [all...]
  /external/libavc/common/
ih264_weighted_pred.h 75 WORD32 src_strd2,
94 WORD32 src_strd2,
ih264_weighted_pred.c 89 WORD32 src_strd2,
97 src_strd2 -= wd;
106 pu1_src2 += src_strd2;
144 WORD32 src_strd2,
154 src_strd2 -= wd;
163 pu1_src2 += src_strd2;
347 /* src_strd2 - stride for source 2 */
370 WORD32 src_strd2,
393 src_strd2 -= wd;
402 pu1_src2 += src_strd2;
    [all...]
ih264_inter_pred_filters.h 123 WORD32 src_strd2,
ih264_inter_pred_filters.c     [all...]
  /external/libhevc/common/x86/
ihevc_weighted_pred_ssse3_intr.c 694 * @param[in] src_strd2
740 WORD32 src_strd2,
    [all...]
ihevc_weighted_pred_sse42_intr.c     [all...]
  /external/libhevc/common/arm64/
ihevc_weighted_pred_bi_default.s 63 //* @param[in] src_strd2
92 // word32 src_strd2,
104 // x4 => src_strd2
129 mov x15,x4 // src_strd2 40
136 mov x4,x15 //load src_strd2
153 sub x20,x6,x4,lsl #2 //4*src_strd2 - wd
194 add x12,x1,x4 //pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
229 add x1,x1,x10 //pi2_src2 + 4*src_strd2 - 2*wd
245 sub x20,x6,x4,lsl #1 //2*src_strd2 - wd
249 add x12,x1,x4 //pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer
    [all...]
ihevc_weighted_pred_bi.s 63 //* //param[in] src_strd2
108 // word32 src_strd2,
125 // x4 => src_strd2
170 mov x15,x4 // src_strd2 40
202 mov x4,x15 //load src_strd2
218 add x8,x1,x4 //pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
293 sub x20,x9,x4,lsl #2 //2*src_strd2 - wd
297 add x1,x1,x12 //pi2_src2 + 4*src_strd2 - 2*wd
ihevc_weighted_pred_uni.s 136 mov x15,x4 // src_strd2 40
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi_default.s 63 @* @param[in] src_strd2
92 @ word32 src_strd2,
104 @ r4 => src_strd2
124 ldr r4,[sp,#40] @load src_strd2
140 rsb r10,r6,r4,lsl #2 @4*src_strd2 - wd
180 add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
213 add r1,r1,r10 @pi2_src2 + 4*src_strd2 - 2*wd
227 rsb r10,r6,r4,lsl #1 @2*src_strd2 - wd
230 add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
254 add r1,r1,r10 @pi2_src2 + 2*src_strd2 - 2*w
    [all...]
ihevc_weighted_pred_neon_intr.c 354 * @param[in] src_strd2
399 WORD32 src_strd2,
447 pi2_src_tmp2 = pi2_src2 + src_strd2;
488 pi2_src2 += 2 * src_strd2 - wd;
519 * @param[in] src_strd2
564 WORD32 src_strd2,
633 pi2_src_tmp2 = pi2_src2 + src_strd2;
674 pi2_src2 += 2 * src_strd2 - 2 * wd;
705 * @param[in] src_strd2
735 WORD32 src_strd2,
    [all...]
ihevc_weighted_pred_bi.s 63 @* @param[in] src_strd2
108 @ word32 src_strd2,
125 @ r4 => src_strd2
171 ldr r4,[sp,#40] @load src_strd2
187 add r8,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
254 rsb r12,r9,r4,lsl #2 @2*src_strd2 - wd
257 add r1,r1,r12 @pi2_src2 + 4*src_strd2 - 2*wd
  /external/libavc/common/arm/
ih264_default_weighted_pred_a9q.s 65 @* @param[in] src_strd2
89 @ WORD32 src_strd2,
99 @ [sp] => src_strd2 (r4)
113 ldr r4, [sp, #20] @Load src_strd2
239 @* @param[in] src_strd2
263 @ WORD32 src_strd2,
273 @ [sp] => src_strd2 (r4)
286 ldr r4, [sp, #20] @Load src_strd2
ih264_inter_pred_luma_bilinear_a9q.s 74 @* @param[in] src_strd2
98 @ WORD32 src_strd2,
108 @ r4 => src_strd2
ih264_weighted_bi_pred_a9q.s 65 @* @param[in] src_strd2
104 @ WORD32 src_strd2,
119 @ [sp] => src_strd2 (r4)
144 ldr r4, [sp, #40] @Load src_strd2 in r4
380 @* @param[in] src_strd2
419 @ WORD32 src_strd2,
434 @ [sp] => src_strd2 (r4)
460 ldr r4, [sp, #40] @Load src_strd2 in r4
  /external/libavc/common/armv8/
ih264_default_weighted_pred_av8.s 65 //* @param[in] src_strd2
89 // WORD32 src_strd2,
99 // w4 => src_strd2
243 //* @param[in] src_strd2
267 // WORD32 src_strd2,
277 // w4 => src_strd2
ih264_weighted_bi_pred_av8.s 65 //* @param[in] src_strd2
104 // WORD32 src_strd2,
119 // w4 => src_strd2
347 //* @param[in] src_strd2
386 // WORD32 src_strd2,
401 // w4 => src_strd2
  /external/libavc/encoder/x86/
ih264e_intra_modes_eval_ssse3.c 151 WORD32 src_strd2, src_strd3, src_strd4; local
164 src_strd2 = src_strd << 1;
166 src_strd3 = src_strd + src_strd2;
192 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
216 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
248 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
267 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
321 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
340 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src_temp + src_strd2));
    [all...]
  /external/libavc/encoder/
ih264e_structs.h 70 WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd,
    [all...]

Completed in 1114 milliseconds