Home
last modified time | relevance | path

Searched defs:dstH (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libswscale/tests/
Dswscale.c85 int srcW, int srcH, int dstW, int dstH, int flags, in doTest()
264 const int dstH[] = { srcH - srcH / 3, srcH, srcH + srcH / 3, 0 }; in selfTest() local
319 int dstW = 0, dstH = 0; in fileTest() local
/third_party/flutter/skia/src/core/
DSkMask.cpp67 size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY)); in PrepareDestination() local
DSkMaskBlurFilter.cpp594 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
612 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
908 dstH = dst->fBounds.height(); in small_blur() local
982 dstH = dst->fBounds.height(); in blur() local
DSkScalerContext.cpp462 int dstH = srcH; in generateMask() local
/third_party/skia/src/core/
DSkMask.cpp67 size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY)); in PrepareDestination() local
DSkMaskBlurFilter.cpp597 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
615 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
911 dstH = dst->fBounds.height(); in small_blur() local
985 dstH = dst->fBounds.height(); in blur() local
DSkScalerContext.cpp469 int dstH = srcH; in generateMask() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp482 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
523 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
661 const float dstH = float(dstSize.y()); in sampleTextureCube() local
867 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
937 const float dstH = (float)dst.getHeight(); in sampleTextureCubeArray() local
1311 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1427 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1644 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1841 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
2018 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
[all …]
/third_party/ffmpeg/libswscale/
Dutils.c933 int dstH = c->dstH; in sws_setColorspaceDetails() local
1189 int dstH = c->dstH; in sws_init_context() local
1893 int dstW, int dstH, enum AVPixelFormat dstFormat, in sws_alloc_set_opts()
1918 int dstW, int dstH, enum AVPixelFormat dstFormat, in sws_getContext()
2399 int dstW, int dstH, in sws_getCachedContext()
Dslice.c222 int dstH = c->dstH; in get_min_buffer_size() local
Dswscale.c245 const int dstH = c->dstH; in swscale() local
Dswscale_internal.h296 int dstH; ///< Height of destination luma/alpha planes. member
Dswscale_unscaled.c1980 const int dstH = c->dstH; in ff_get_unscaled_swscale() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp412 dstH = dstBounds.height(); in copy_image_with_bounds() local
488 dstH = dstBounds.height(); in cpu_blur() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp67 float dstH = (float)dst.getHeight(); in renderReference() local
/third_party/flutter/skia/gm/
Dasyncrescaleandread.cpp60 const SkIRect& srcRect, int dstW, int dstH, in do_read_and_scale_yuv()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp69 float dstH = (float)dst.getHeight(); in renderReference() local
/third_party/flutter/skia/src/image/
DSkSurface.cpp209 int dstW, int dstH, RescaleGamma rescaleGamma, SkFilterQuality rescaleQuality, in onAsyncRescaleAndReadPixelsYUV420()
364 int dstW, int dstH, RescaleGamma rescaleGamma, SkFilterQuality rescaleQuality, in asyncRescaleAndReadPixelsYUV420()
DSkSurface_Gpu.cpp146 int dstW, int dstH, RescaleGamma rescaleGamma, SkFilterQuality rescaleQuality, in onAsyncRescaleAndReadPixelsYUV420()
/third_party/ffmpeg/libswscale/x86/
Dswscale.c76 const int dstH= c->dstH; in ff_updateMMXDitherTables() local
/third_party/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp711 dstH = dstBounds.height(); in copy_image_with_bounds() local
801 dstH = dstBounds.height(); in cpu_blur() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c288 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …e(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, in… in Decode()
DSurface.cpp3457 int dstH = dst->getHeight(); in copyCubeEdge() local
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1725 int dstW, int dstH, RescaleGamma rescaleGamma, SkFilterQuality rescaleQuality, in asyncRescaleAndReadPixelsYUV420()

12