Searched refs:tmpD (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hq_hqadsp.c | 38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local 53 tmpD = blk[2] - blk[6]; in idct_row() 57 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 4 - tmpC; in idct_row() 76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local 91 tmpD = blk[2 * 8] - (blk[6 * 8] >> 1); in idct_col() 95 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 2 - tmpC; in idct_col()
|
/third_party/skia/src/gpu/ops/ |
H A D | TriangulatingPathRenderer.cpp | 329 auto [tmpV, tmpD] = threadSafeCache->addVertsWithData(key, fVertexData, is_newer_better); in createNonAAMesh() 471 auto [tmpV, tmpD] = threadSafeViewCache->addVertsWithData(key, fVertexData, 476 SkASSERT(cache_match(tmpD.get(), tol));
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 529 auto [tmpV, tmpD] = threadSafeViewCache->addVertsWithData(key, fVertexData, in findOrCreateVertices()
|
Completed in 6 milliseconds