/third_party/ffmpeg/libswscale/ |
H A D | bayer_template.c | 190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ 191 ff_rgb24toyv12(src, dstY, dstV, dstU, 2, 2, luma_stride, 0, src_stride, rgb2yuv) 256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_copy() argument 263 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_copy() 265 dstY += 2; in yv12_copy() 271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_interpolate() argument 278 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_interpolate() 280 dstY += 2; in yv12_interpolate() 286 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_interpolate() 288 dstY in yv12_interpolate() [all...] |
H A D | swscale.c | 268 int dstY = c->dstY; in swscale() local 304 DEBUG_BUFFERS("srcSliceY: %d srcSliceH: %d dstY: %d dstH: %d\n", in swscale() 305 srcSliceY, srcSliceH, dstY, dstH); in swscale() 336 dstY = dstSliceY; in swscale() 337 dstH = dstY + dstSliceH; in swscale() 344 dstY = 0; in swscale() 352 lastDstY = dstY; in swscale() 361 dstY, dstSliceH, dstY >> in swscale() local 1053 int dstY = c->dstY ? c->dstY : srcSliceY + srcSliceH; scale_internal() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | copyimage.c | 546 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() 576 dstX, dstY, newDstZ, in copy_image_subdata() 585 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() 600 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error() 608 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() 628 dstX, dstY, dstZ, in _mesa_CopyImageSubData() 682 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubData() 712 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData() 736 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData() 744 GLint dstX, GLint dstY, GLin in _mesa_CopyImageSubDataNV_no_error() 540 copy_image_subdata(struct gl_context *ctx, struct gl_texture_image *srcTexImage, struct gl_renderbuffer *srcRenderbuffer, int srcX, int srcY, int srcZ, int srcLevel, struct gl_texture_image *dstTexImage, struct gl_renderbuffer *dstRenderbuffer, int dstX, int dstY, int dstZ, int dstLevel, int srcWidth, int srcHeight, int srcDepth) copy_image_subdata() argument 582 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData_no_error() argument 605 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData() argument 741 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV_no_error() argument 764 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]); in add_vertex_data1() 243 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]); in add_vertex_data1() 245 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]); in add_vertex_data1() 247 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]); in add_vertex_data1() 253 float dstX, float dstY, float width, float height, in add_vertex_data2() 267 add_vertex_2tex(r, dstX, dstY, in add_vertex_data2() 270 add_vertex_2tex(r, dstX + width, dstY, in add_vertex_data2() 273 add_vertex_2tex(r, dstX + width, dstY + height, in add_vertex_data2() 276 add_vertex_2tex(r, dstX, dstY in add_vertex_data2() 231 add_vertex_data1(struct xa_context *r, float srcX, float srcY, float dstX, float dstY, float width, float height, const struct pipe_resource *src, const float *src_matrix) add_vertex_data1() argument 251 add_vertex_data2(struct xa_context *r, float srcX, float srcY, float maskX, float maskY, float dstX, float dstY, float width, float height, struct pipe_resource *src, struct pipe_resource *mask, const float *src_matrix, const float *mask_matrix) add_vertex_data2() argument 281 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) setup_vertex_data_yuv() argument [all...] |
H A D | xa_composite.c | 548 int dstX, int dstY, int width, int height) in xa_composite_rect() 551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xa_composite_rect() 559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 546 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) xa_composite_rect() argument
|
H A D | xa_composite.h | 152 int dstX, int dstY, int width, int height);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 60 GLint dstY, 74 GLint dstY, 105 GLint dstY, in copyRenderbufferSubData() 123 GLint dstY, in copyTextureSubData() 97 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 115 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.cpp | 55 GLint dstY, in copyRenderbufferSubData() 73 GLint dstY, in copyTextureSubData() 47 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 65 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.h | 120 GLint dstY, 134 GLint dstY,
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 379 int dstY = frameRect.y(); in onGetPixels() local 393 int minYOffset = std::min(dstY, subset.y()); in onGetPixels() 395 dstY -= minYOffset; in onGetPixels() 431 dstY = scaleY * dstY; in onGetPixels() 479 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY)); in onGetPixels() 500 *rowsDecodedPtr = rowsDecoded + dstY; in onGetPixels() 508 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
|
/third_party/ffmpeg/libavcodec/ |
H A D | escape130.c | 200 uint8_t *dstY, *dstU, *dstV; in escape130_decode_frame() local 316 dstY = pic->data[0]; in escape130_decode_frame() 321 dstY[i] = new_y[i] << 2; in escape130_decode_frame() 322 dstY += pic->linesize[0]; in escape130_decode_frame()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.h | 76 UINT dstX, UINT dstY, 84 UINT dstY, 192 unsigned int dstX, unsigned int dstY,
|
H A D | GrD3DCommandList.cpp | 187 UINT dstX, UINT dstY, in copyTextureRegionToTexture() 196 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToTexture() 202 UINT dstY, in copyTextureRegionToBuffer() 211 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToBuffer() 505 unsigned int dstX, unsigned int dstY, in resolveSubresourceRegion() 519 commandList1->ResolveSubresourceRegion(dstTexture->d3dResource(), 0, dstX, dstY, in resolveSubresourceRegion() 185 copyTextureRegionToTexture(sk_sp<GrManagedResource> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToTexture() argument 199 copyTextureRegionToBuffer(sk_sp<const GrBuffer> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToBuffer() argument 504 resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, unsigned int dstX, unsigned int dstY, const GrD3DTextureResource* srcTexture, D3D12_RECT* srcRect) resolveSubresourceRegion() argument
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale_template.c | 258 uint8_t *dest, int dstW, int dstY) in yuv2rgb32_X_ar() 291 uint8_t *dest, int dstW, int dstY) in yuv2rgb32_X() 320 uint8_t *dest, int dstW, int dstY) in yuv2bgr32_X() 377 uint8_t *dest, int dstW, int dstY) in yuv2rgb565_X_ar() 401 uint8_t *dest, int dstW, int dstY) in yuv2rgb565_X() 454 uint8_t *dest, int dstW, int dstY) in yuv2rgb555_X_ar() 478 uint8_t *dest, int dstW, int dstY) in yuv2rgb555_X() 607 uint8_t *dest, int dstW, int dstY) in yuv2bgr24_X_ar() 632 uint8_t *dest, int dstW, int dstY) in yuv2bgr24_X() 675 uint8_t *dest, int dstW, int dstY) in yuv2yuyv422_X_ar() 253 yuv2rgb32_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb32_X_ar() argument 286 yuv2rgb32_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb32_X() argument 315 yuv2bgr32_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr32_X() argument 372 yuv2rgb565_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb565_X_ar() argument 396 yuv2rgb565_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb565_X() argument 449 yuv2rgb555_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb555_X_ar() argument 473 yuv2rgb555_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb555_X() argument 602 yuv2bgr24_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr24_X_ar() argument 627 yuv2bgr24_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr24_X() argument 670 yuv2yuyv422_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2yuyv422_X_ar() argument 691 yuv2yuyv422_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2yuyv422_X() argument [all...] |
H A D | swscale.c | 66 void ff_updateMMXDitherTables(SwsContext *c, int dstY) in ff_updateMMXDitherTables() argument 85 const int chrDstY= dstY>>c->chrDstVSubSample; in ff_updateMMXDitherTables() 86 const int firstLumSrcY= vLumFilterPos[dstY]; //First line needed as input in ff_updateMMXDitherTables() 89 c->blueDither= ff_dither8[dstY&1]; in ff_updateMMXDitherTables() 91 c->greenDither= ff_dither8[dstY&1]; in ff_updateMMXDitherTables() 93 c->greenDither= ff_dither4[dstY&1]; in ff_updateMMXDitherTables() 94 c->redDither= ff_dither8[(dstY+1)&1]; in ff_updateMMXDitherTables() 95 if (dstY < dstH - 2) { in ff_updateMMXDitherTables() 145 lumMmxFilter[s*i+APCK_COEF/4+1]= vLumFilter[dstY*vLumFilterSize + i ] in ff_updateMMXDitherTables() 146 + (vLumFilterSize>1 ? vLumFilter[dstY*vLumFilterSiz in ff_updateMMXDitherTables() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.h | 48 GLint dstY, 62 GLint dstY,
|
H A D | RenderbufferVk.cpp | 202 GLint dstY, in copyRenderbufferSubData() 215 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData() 227 GLint dstY, in copyTextureSubData() 241 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData() 194 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 219 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
H A D | deTarga.c | 85 int dstY = yFlipped ? (height-1 - y) : y; in deImage_loadTarga() local 86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp); in deImage_loadTarga()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.h | 103 GLint dstY, 117 GLint dstY,
|
H A D | Renderbuffer.cpp | 203 GLint dstY, in copyRenderbufferSubData() 210 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData() 224 GLint dstY, in copyTextureSubData() 231 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData() 195 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 216 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.h | 42 int dstW, int dstY);
|
H A D | yuv2rgb_altivec.c | 643 int dstW, int dstY, in yuv2packedX_altivec() 659 YCoeffs = c->vYCoeffsBank + dstY * lumFilterSize; in yuv2packedX_altivec() 660 CCoeffs = c->vCCoeffsBank + dstY * chrFilterSize; in yuv2packedX_altivec() 851 uint8_t *dest, int dstW, int dstY) \ 856 dest, dstW, dstY, pixfmt); \ 633 yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY, enum AVPixelFormat target) yuv2packedX_altivec() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.h | 95 GLint dstY, 109 GLint dstY,
|
/third_party/skia/tests/ |
H A D | BitmapCopyTest.cpp | 200 const int dstY = gRec[i].fExpectedDstLoc.y(); 207 int sy = y - dstY + srcR.y();
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.cpp | 77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic() 83 if (ctl2X != dstX || ctl2Y != dstY) { in append_cubic() 92 SkPDFUtils::AppendScalar(dstY, content); in append_cubic() 75 append_cubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) append_cubic() argument
|