Home
last modified time | relevance | path

Searched refs:tmpW (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkMaskBlurFilter.cpp992 int tmpW = srcH, in blur() local
996 if (tmpH > std::numeric_limits<int>::max() / tmpW) { in blur()
999 auto tmp = alloc.makeArrayDefault<uint8_t>(tmpW * tmpH); in blur()
1010 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1019 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1028 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1037 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1046 const PlanGauss::Scan& scanH = planH.makeBlurScan(tmpW, buffer); in blur()
1048 auto tmpStart = &tmp[y * tmpW]; in blur()
1051 scanH.blur(tmpStart, tmpStart + tmpW, in blur()
/third_party/ffmpeg/libswscale/
Dutils.c1994 int tmpW = sqrt(srcW * (int64_t)dstW); in sws_init_context() local
2005 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
2010 tmpW, tmpH, tmpFormat, in sws_init_context()
2015 c->cascaded_context[1] = sws_getContext(tmpW, tmpH, tmpFormat, in sws_init_context()