/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi.s | 111 @ 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))
|
D | ihevc_weighted_pred_uni.s | 97 @ word32 off0, 109 @ r5 => off0 132 ldr r5,[sp,#44] @load off0 136 add r10,r10,r5,lsl r6 @lvl_shift * wgt0 + (off0 << shift)
|
D | ihevc_weighted_pred_neon_intr.c | 109 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/ |
D | ihevc_weighted_pred.c | 111 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()
|
D | ihevc_weighted_pred.h | 43 WORD32 off0, 69 WORD32 off0,
|
D | ihevc_inter_pred.h | 138 WORD32 off0, 154 WORD32 off0,
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count12.ll | 32 %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/ |
D | pr18060.ll | 31 %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/ |
D | vldm-liveness.ll | 25 %off0 = getelementptr float, float* %ptr, i32 0 26 %val0 = load float, float* %off0
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | crash.ll | 108 %.off0 = phi i32 [ undef, %bb6 ], [ %extract.t1, %bb4 ] 109 %tmp8 = icmp eq i32 %.off0, 0
|
/external/llvm/test/CodeGen/AArch64/ |
D | br-undef-cond.ll | 10 define void @foo(i8* %m, i32 %off0) {
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 116 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()
|
D | ihevc_weighted_pred_ssse3_intr.c | 118 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/ |
D | ih264_inter_pred_filters_ssse3.c | 2689 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/ |
D | es31fTextureGatherTests.cpp | 801 const IVec2& off0 = IVec2(), in GatherArgs() 807 offsets[0] = off0; in GatherArgs()
|