Home
last modified time | relevance | path

Searched refs:off0 (Results 1 – 15 of 15) sorted by relevance

/external/libhevc/common/arm/
Dihevc_weighted_pred_bi.s111 @ word32 off0,
128 @ r7 => off0
157 ldr r7,[sp,#52] @load off0
161 add r5,r7,r9 @off0 + off1
163 add r5,r5,#1 @off0 + off1 + 1
166 lsl r5,r5,r14 @((off0 + off1 + 1) << (shift - 1))
168 add r4,r4,r5 @tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1))
Dihevc_weighted_pred_uni.s97 @ word32 off0,
109 @ r5 => off0
132 ldr r5,[sp,#44] @load off0
136 add r10,r10,r5,lsl r6 @lvl_shift * wgt0 + (off0 << shift)
Dihevc_weighted_pred_neon_intr.c109 WORD32 off0, in ihevc_weighted_pred_uni_neonintr() argument
130 WORD32 tmp_lvl_shift = lvl_shift * wgt0 + (off0 << shift); in ihevc_weighted_pred_uni_neonintr()
402 WORD32 off0, in ihevc_weighted_pred_bi_neonintr() argument
432 tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1)); in ihevc_weighted_pred_bi_neonintr()
/external/libhevc/common/
Dihevc_weighted_pred.c111 WORD32 off0, in ihevc_weighted_pred_uni() argument
126 i4_tmp = (i4_tmp >> shift) + off0; in ihevc_weighted_pred_uni()
299 WORD32 off0, in ihevc_weighted_pred_bi() argument
317 i4_tmp += (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi()
Dihevc_weighted_pred.h43 WORD32 off0,
69 WORD32 off0,
Dihevc_inter_pred.h138 WORD32 off0,
154 WORD32 off0,
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count12.ll32 %res.0.lcssa.off0 = phi i16 [ %extract.t, %for.cond.for.end_crit_edge ], [ 0, %entry ]
33 ret i16 %res.0.lcssa.off0
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dpr18060.ll31 %Value.addr.0.off0 = phi i32 [ %extract.t, %entry ], [ %extract.t5, %sw.bb1 ]
33 %conv6 = and i32 %Value.addr.0.off0, 4095
/external/llvm/test/CodeGen/ARM/
Dvldm-liveness.ll25 %off0 = getelementptr float, float* %ptr, i32 0
26 %val0 = load float, float* %off0
/external/llvm/test/Transforms/IndVarSimplify/
Dcrash.ll108 %.off0 = phi i32 [ undef, %bb6 ], [ %extract.t1, %bb4 ]
109 %tmp8 = icmp eq i32 %.off0, 0
/external/llvm/test/CodeGen/AArch64/
Dbr-undef-cond.ll10 define void @foo(i8* %m, i32 %off0) {
/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c116 WORD32 off0, in ihevc_weighted_pred_uni_sse42() argument
139 off0_4x32b = _mm_set1_epi32(off0); in ihevc_weighted_pred_uni_sse42()
1254 WORD32 off0, in ihevc_weighted_pred_bi_sse42() argument
1272 temp = (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi_sse42()
Dihevc_weighted_pred_ssse3_intr.c118 WORD32 off0, in ihevc_weighted_pred_uni_ssse3() argument
146 off0_4x32b = _mm_set1_epi32(off0); in ihevc_weighted_pred_uni_ssse3()
743 WORD32 off0, in ihevc_weighted_pred_bi_ssse3() argument
762 temp = (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi_ssse3()
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c2689 WORD32 off0,off1, off2, off3, off4, off5; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local
2719 off0 = -((src_strd << 2) + src_strd) + 8; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2761 pi2_temp1[8] = pu1_src[off0] + pu1_src[off5] in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2784 pi2_temp1[8] = pu1_src[off0] + pu1_src[off5] in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp801 const IVec2& off0 = IVec2(), in GatherArgs()
807 offsets[0] = off0; in GatherArgs()