Home
last modified time | relevance | path

Searched refs:tmpY (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/samplecode/
DSamplePathEffects.cpp90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw() local
92 fPath.moveTo(x, tmpY); in onOnceBeforeDraw()
94 fPath.lineTo(x, tmpY); in onOnceBeforeDraw()
/third_party/flutter/skia/samplecode/
DSamplePathEffects.cpp90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw() local
92 fPath.moveTo(x, tmpY); in onOnceBeforeDraw()
94 fPath.lineTo(x, tmpY); in onOnceBeforeDraw()
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm96 movaps m4, [tmpY + r4] ; y[i]
112 movaps m5, [tmpY + r4] ; m5 = y[i]
177 VBROADCASTSS m5, [tmpY + r4]
187 movaps m5, [tmpY + r4] ; m5 = Y[y3...ym...y0]
190 movaps [tmpY + r4], m5 ; Y[max_idx] +-= 1.0;
217 %define tmpY outYq
/third_party/ffmpeg/libswscale/x86/
Dswscale.c110 const int16_t **tmpY = (const int16_t **) lumPlane->tmp; in ff_updateMMXDitherTables() local
114 tmpY[i] = lumSrcPtr[neg]; in ff_updateMMXDitherTables()
116 tmpY[i] = lumSrcPtr[i]; in ff_updateMMXDitherTables()
118 tmpY[i] = tmpY[i-1]; in ff_updateMMXDitherTables()
119 lumSrcPtr = tmpY; in ff_updateMMXDitherTables()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp562 String tmpY = this->getTempVariable(arguments[1]->type()); in writeIntrinsicCall() local
565 this->write(", " + tmpY + " = "); in writeIntrinsicCall()
567 this->write(", " + tmpX + " - " + tmpY + " * floor(" + tmpX + " / " + tmpY + "))"); in writeIntrinsicCall()