Searched refs:workT (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imc.c | 469 float workT[32]; in bit_allocation() local 560 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20 in bit_allocation() 574 if (workT[i] > highest) { in bit_allocation() 575 highest = workT[i]; in bit_allocation() 581 workT[found_indx] -= 2.0; in bit_allocation() 583 workT[found_indx] = -1.e20; in bit_allocation() 594 … workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585) in bit_allocation() 598 workT[0] = 1.e20; in bit_allocation() 599 workT[1] = 1.e20; in bit_allocation() 600 workT[2] = 1.e20; in bit_allocation() [all …]
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1194 double workT = tStart; in linesIntersect() local 1202 workT += tStep; in linesIntersect() 1203 workPt = fCurve.ptAtT(workT); in linesIntersect() 1204 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect() 1222 i->insert(workT, oppTTest, workPt); in linesIntersect()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1195 double workT = tStart; in linesIntersect() local 1203 workT += tStep; in linesIntersect() 1204 workPt = fCurve.ptAtT(workT); in linesIntersect() 1205 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect() 1223 i->insert(workT, oppTTest, workPt); in linesIntersect()
|