/third_party/ffmpeg/libavcodec/ |
H A D | vc1_mc.c | 35 static av_always_inline void vc1_scale_luma(uint8_t *srcY, in vc1_scale_luma() argument 41 srcY[i] = ((srcY[i] - 128) >> 1) + 128; in vc1_scale_luma() 42 srcY += linesize; in vc1_scale_luma() 60 static av_always_inline void vc1_lut_scale_luma(uint8_t *srcY, in vc1_lut_scale_luma() argument 68 srcY[i] = lut1[srcY[i]]; in vc1_lut_scale_luma() 69 srcY += linesize; in vc1_lut_scale_luma() 75 srcY[i] = lut2[srcY[ in vc1_lut_scale_luma() 176 uint8_t *srcY, *srcU, *srcV; ff_vc1_mc_1mv() local 455 uint8_t *srcY; ff_vc1_mc_4mv_luma() local 1008 uint8_t *srcY, *srcU, *srcV; ff_vc1_interp_mc() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | copyimage.c | 543 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() 574 srcX, srcY, newSrcZ, in copy_image_subdata() 583 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() 599 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error() 606 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() 626 srcX, srcY, srcZ, in _mesa_CopyImageSubData() 673 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubData() 675 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { in _mesa_CopyImageSubData() 707 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData() 735 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, src in _mesa_CopyImageSubData() 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...] |
H A D | image.c | 553 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() 589 if (*srcY < 0) { in _mesa_clip_readpixels() 590 pack->SkipRows += (0 - *srcY); in _mesa_clip_readpixels() 591 *height -= (0 - *srcY); in _mesa_clip_readpixels() 592 *srcY = 0; in _mesa_clip_readpixels() 595 if (*srcY + *height > clip_height) in _mesa_clip_readpixels() 596 *height -= (*srcY + *height - clip_height); in _mesa_clip_readpixels() 616 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage() 620 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() 623 srcX, srcY, widt in _mesa_clip_copytexsubimage() 552 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) _mesa_clip_readpixels() argument 614 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) _mesa_clip_copytexsubimage() argument [all...] |
H A D | image.h | 108 GLint *srcX, GLint *srcY, 115 GLint *srcX, GLint *srcY,
|
/third_party/skia/src/image/ |
H A D | SkRescaleAndReadPixels.cpp | 68 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local 83 linearSurf->getCanvas()->drawImage(bmp.asImage().get(), -srcX, -srcY, sampling, &paint); in SkRescaleAndReadPixels() 87 srcY = 0; in SkRescaleAndReadPixels() 125 srcImage.get(), SkRect::Make(SkIRect::MakeXYWH(srcX, srcY, srcW, srcH)), in SkRescaleAndReadPixels() 129 srcX = srcY = 0; in SkRescaleAndReadPixels() 138 if (srcImage->readPixels(nullptr, pm, srcX, srcY)) { in SkRescaleAndReadPixels()
|
H A D | SkSurface.cpp | 243 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() argument 244 return this->getCanvas()->readPixels(pm, srcX, srcY); in readPixels() 248 int srcX, int srcY) { in readPixels() 249 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY); in readPixels() 252 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() argument 254 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY); in readPixels() 247 readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, int srcY) readPixels() argument
|
H A D | SkImage.cpp | 61 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 62 return as_IB(this)->onReadPixels(dContext, dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels() 67 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 69 return this->readPixels(dContext, dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels() 455 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() argument 458 srcY, chint); in readPixels() 462 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() argument 464 return this->readPixels(dContext, pmap, srcX, srcY, chint); in readPixels() 60 readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const readPixels() argument 66 readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const readPixels() argument
|
H A D | SkImage_GpuBase.cpp | 165 int srcY, in onReadPixels() 181 return sContext->readPixels(dContext, {dstInfo, dstPixels, dstRB}, {srcX, srcY}); in onReadPixels() 160 onReadPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, int srcX, int srcY, CachingHint) const onReadPixels() argument
|
/third_party/skia/src/codec/ |
H A D | SkSampledCodec.cpp | 313 int srcY = this->codec()->nextScanline(); in sampledDecode() local 314 if (is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode() 316 rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode() 335 int srcY = this->codec()->outputScanline(y); in sampledDecode() local 336 if (!is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode() 340 void* rowPtr = SkTAddOffset<void>(pixels, rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 56 GLint srcY, 70 GLint srcY, 101 GLint srcY, in copyRenderbufferSubData() 119 GLint srcY, 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 | 51 GLint srcY, in copyRenderbufferSubData() 69 GLint srcY, 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
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | yuv2rgb_neon.S | 101 ldr r4, [sp, #104] @ r4 = srcY 111 add r12, r4, r5 @ r12 = srcY + linesizeY (srcY2) 126 ldr r4, [sp, #104] @ r4 = srcY 135 add r12, r4, r5 @ r12 = srcY + linesizeY (srcY2) 146 ldr r4, [sp, #104] @ r4 = srcY 261 add r4, r4, r5 @ srcY += paddingY
|
H A D | swscale_unscaled.c | 74 const uint8_t *srcY, int linesizeY, \ 110 const uint8_t *srcY, int linesizeY, \
|
/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() 238 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data1() 252 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 261 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data2() 283 float srcY, in setup_vertex_data_yuv() 295 spt0[1] = srcY; in setup_vertex_data_yuv() 297 spt1[1] = srcY + srcH; in setup_vertex_data_yuv() 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
|
H A D | xa_composite.h | 151 int srcX, int srcY, int maskX, int maskY,
|
/third_party/skia/include/core/ |
H A D | SkPixmap.h | 567 /** Copies a SkRect of pixels to dstPixels. Copy starts at (srcX, srcY), and does not 582 srcX and srcY may be negative to copy only top or left of source. Returns 584 abs(srcX) >= Pixmap width(), or if abs(srcY) >= Pixmap height(). 590 @param srcY row index whose absolute value is less than height() 594 int srcY) const; 596 /** Copies a SkRect of pixels to dst. Copy starts at (srcX, srcY), and does not 609 srcX and srcY may be negative to copy only top or left of source. Returns 611 abs(srcX) >= Pixmap width(), or if abs(srcY) >= Pixmap height(). 615 @param srcY row index whose absolute value is less than height() 618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) cons [all...] |
H A D | SkSurface.h | 667 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()). 680 Pass negative values for srcX or srcY to offset pixels across or down destination. 689 @param srcY offset into readable pixels on y-axis; may be negative 694 bool readPixels(const SkPixmap& dst, int srcX, int srcY); 698 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()). 711 Pass negative values for srcX or srcY to offset pixels across or down destination. 722 @param srcY offset into readable pixels on y-axis; may be negative 726 int srcX, int srcY); 730 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()). 743 Pass negative values for srcX or srcY t [all...] |
H A D | SkImage.h | 782 /** Copies SkRect of pixels from SkImage to dstPixels. Copy starts at offset (srcX, srcY), 799 srcX and srcY may be negative to copy only top or left of source. Returns 801 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height(). 811 @param srcY row index whose absolute value is less than height() 819 int srcX, int srcY, 822 /** Copies a SkRect of pixels from SkImage to dst. Copy starts at (srcX, srcY), and 839 srcX and srcY may be negative to copy only top or left of source. Returns 841 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height(). 849 @param srcY row index whose absolute value is less than height() 856 int srcY, [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.h | 44 GLint srcY, 58 GLint srcY,
|
H A D | RenderbufferVk.cpp | 198 GLint srcY, in copyRenderbufferSubData() 214 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData() 223 GLint srcY, in copyTextureSubData() 240 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, 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/ffmpeg/libswscale/aarch64/ |
H A D | swscale_unscaled.c | 33 const uint8_t *srcY, int linesizeY, \ 67 const uint8_t *srcY, int linesizeY, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.h | 99 GLint srcY, 113 GLint srcY,
|
H A D | Renderbuffer.cpp | 199 GLint srcY, in copyRenderbufferSubData() 209 ANGLE_TRY(mImplementation->copyRenderbufferSubData(context, srcBuffer, srcLevel, srcX, srcY, in copyRenderbufferSubData() 220 GLint srcY, in copyTextureSubData() 230 ANGLE_TRY(mImplementation->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, 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/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.h | 91 GLint srcY, 105 GLint srcY,
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkDisplacementMapImageFilter.cpp | 222 const int32_t srcY = Sk32_sat_add(y, SkScalarTruncToInt(displY)); in compute_displacement() local 223 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ? in compute_displacement() 224 0 : *(src.getAddr32(srcX, srcY)); in compute_displacement()
|