Searched defs:sp0 (Results 1 - 8 of 8) sorted by relevance

/external/regex-re2/re2/testing/
H A Dbacktrack.cc115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_mb_dspr2.c31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
61 sp0 = sp1 + pitch;
71 "lw %[p0], (%[sp0]) \n\t"
79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
93 "sw %[p0_f0], (%[sp0]) \n\t"
100 [sp1] "r" (sp1), [sp0] "r" (sp0),
119 "sw %[p0], (%[sp0]) \n\t"
127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
H A Dloopfilter_mb_horiz_dspr2.c31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
70 sp0 = sp1 + pitch;
88 "lw %[p0], (%[sp0]) \n\t"
92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
126 "sw %[p0_f0], (%[sp0]) \n\t"
133 [sp1] "r" (sp1), [sp0] "r" (sp0),
163 "sw %[p0], (%[sp0]) \n\t"
169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
/external/regex-re2/re2/
H A Dbitstate.cc358 StringPiece sp0; local
362 match = &sp0;
/external/opencv/cv/src/
H A Dcvsegmentation.cpp327 double sp0, double sr, int max_level,
407 float sp = (float)(sp0 / (1 << level));
326 cvPyrMeanShiftFiltering( const CvArr* srcarr, CvArr* dstarr, double sp0, double sr, int max_level, CvTermCriteria termcrit ) argument
/external/opencv3/modules/imgproc/src/
H A Dsegmentation.cpp332 double sp0, double sr, int max_level,
410 float sp = (float)(sp0 / (1 << level));
560 double sp0, double sr, int max_level,
566 cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit);
331 pyrMeanShiftFiltering( InputArray _src, OutputArray _dst, double sp0, double sr, int max_level, TermCriteria termcrit ) argument
559 cvPyrMeanShiftFiltering( const CvArr* srcarr, CvArr* dstarr, double sp0, double sr, int max_level, CvTermCriteria termcrit ) argument
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2274 Operand sp0 = Operand(rsp, 0); local
2277 __ movl(rdx, sp0); // Sanity check.
2284 __ movl(rdx, Operand(sp0, 2 * kPointerSize));
/external/webp/src/dsp/
H A Ddec_neon.c506 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); local
508 *op0 = FlipSignBack(sp0);

Completed in 247 milliseconds