Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_deblk_edge_filters.c112 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_vert_bs4() local
150 a_p = (UWORD8)ABS(p2 - p0); in ih264_deblk_luma_vert_bs4()
153 if(a_p < beta) in ih264_deblk_luma_vert_bs4()
232 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_horz_bs4() local
273 a_p = ABS(p2 - p0); in ih264_deblk_luma_horz_bs4()
276 if((a_p < beta)) in ih264_deblk_luma_horz_bs4()
546 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_vert_bslt4() local
586 a_p = ABS(p2 - p0); in ih264_deblk_luma_vert_bslt4()
590 tc = tc0 + (a_p < beta) + (a_q < beta); in ih264_deblk_luma_vert_bslt4()
603 if(a_p < beta) in ih264_deblk_luma_vert_bslt4()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dstrlen-1.ll104 %a_p = getelementptr [32 x i8], [32 x i8]* @a, i32 0, i32 0
105 %a_l = call i32 @strlen(i8* %a_p)
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h314 inline Scalar AlignedBox<Scalar,AmbientDim>::squaredExteriorDistance(const MatrixBase<Derived>& a_p in squaredExteriorDistance() argument
316 typename internal::nested<Derived,2*AmbientDim>::type p(a_p.derived()); in squaredExteriorDistance()
/external/llvm/test/CodeGen/X86/
Dmusttail-varargs.ll153 %a_p = getelementptr %struct.Foo, %struct.Foo* %this, i32 0, i32 1
154 %a_i8 = load i8*, i8** %a_p
/external/pdfium/third_party/lcms2-2.6/src/
Dcmspcs.c595 cmsFloat64Number a_p = (1 + G ) * a1; in cmsCIE2000DeltaE() local
597 cmsFloat64Number C_p = sqrt( Sqr(a_p) + Sqr(b_p)); in cmsCIE2000DeltaE()
598 cmsFloat64Number h_p = atan2deg(b_p, a_p); in cmsCIE2000DeltaE()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c1201 UInt* a_p = (UInt*)a; in deref_UInt() local
1202 PRE_MEM_READ( s, (Addr)a_p, sizeof(UInt) ); in deref_UInt()
1203 if (a_p == NULL) in deref_UInt()
1206 return *a_p; in deref_UInt()
2792 Addr* a_p = (Addr*)a; in ML_() local
2793 PRE_MEM_READ( s1, (Addr)a_p, sizeof(Addr) ); in ML_()
2794 a_deref = *a_p; in ML_()
Dsyswrap-darwin.c3360 Addr* a_p = (Addr*)a; in pre_argv_envp() local
3361 PRE_MEM_READ( s1, (Addr)a_p, sizeof(Addr) ); in pre_argv_envp()
3362 a_deref = *a_p; in pre_argv_envp()
Dsyswrap-linux.c3551 Addr* a_p = (Addr*)a; in deref_Addr() local
3552 PRE_MEM_READ( s, (Addr)a_p, sizeof(Addr) ); in deref_Addr()
3553 return *a_p; in deref_Addr()