/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 85 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/skia/src/core/ |
D | SkMask.cpp | 67 size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY)); in PrepareDestination() local
|
D | SkMaskBlurFilter.cpp | 597 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
|
D | SkScalerContext.cpp | 469 int dstH = srcH; in generateMask() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 479 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 520 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 638 const float dstH = float(dstSize.y()); in sampleTextureCube() local 831 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 891 const float dstH = (float)dst.getHeight(); in sampleTextureCubeArray() local 1265 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1369 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1569 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1749 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1919 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local [all …]
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 933 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()
|
D | slice.c | 222 int dstH = c->dstH; in get_min_buffer_size() local
|
D | swscale.c | 245 const int dstH = c->dstH; in swscale() local
|
D | swscale_internal.h | 296 int dstH; ///< Height of destination luma/alpha planes. member
|
D | swscale_unscaled.c | 1980 const int dstH = c->dstH; in ff_get_unscaled_swscale() local
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 69 float dstH = (float)dst.getHeight(); in renderReference() local
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 67 float dstH = (float)dst.getHeight(); in renderReference() local
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale.c | 76 const int dstH= c->dstH; in ff_updateMMXDitherTables() local
|
/third_party/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 711 dstH = dstBounds.height(); in copy_image_with_bounds() local 801 dstH = dstBounds.height(); in cpu_blur() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 288 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 677 …e(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, in… in Decode()
|
D | Surface.cpp | 3457 int dstH = dst->getHeight(); in copyCubeEdge() local
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | assembler-arm.cc | 1784 void Assembler::smlal(Register dstL, Register dstH, Register src1, in smlal() 1792 void Assembler::smull(Register dstL, Register dstH, Register src1, in smull() 1800 void Assembler::umlal(Register dstL, Register dstH, Register src1, in umlal() 1808 void Assembler::umull(Register dstL, Register dstH, Register src1, in umull()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3157 int dstH = de::abs(dstY1-dstY0); in blitFramebuffer() local
|