Home
last modified time | relevance | path

Searched refs:srcY (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/
Dvc1_mc.c35 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[i]]; in vc1_lut_scale_luma()
76 srcY += linesize; in vc1_lut_scale_luma()
176 uint8_t *srcY, *srcU, *srcV; in ff_vc1_mc_1mv() local
222 srcY = s->current_picture.f->data[0]; in ff_vc1_mc_1mv()
[all …]
/third_party/skia/src/image/
DSkRescaleAndReadPixels.cpp68 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()
DSkSurface.cpp239 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() argument
240 return this->getCanvas()->readPixels(pm, srcX, srcY); in readPixels()
244 int srcX, int srcY) { in readPixels() argument
245 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY); in readPixels()
248 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() argument
250 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY); in readPixels()
DSkImage.cpp61 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() argument
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() argument
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()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c719 const guint8 *srcY, *srcU, *srcV; in copy_y444_y444() local
735 srcY = GST_VIDEO_FRAME_COMP_DATA (src, 0); in copy_y444_y444()
743 srcY = srcY + src_y * src_strideY + src_x; in copy_y444_y444()
757 y = APPLY_MATRIX (matrix, 0, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
758 u = APPLY_MATRIX (matrix, 1, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
759 v = APPLY_MATRIX (matrix, 2, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
769 srcY += src_strideY; in copy_y444_y444()
775 memcpy (destY, srcY, w); in copy_y444_y444()
783 srcY += src_strideY; in copy_y444_y444()
797 const guint8 *srcY, *srcU, *srcV; in copy_y42b_y42b() local
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java159 srcY = y; in setSourceImage()
173 srcX = srcY = -1; in setSourceImage()
203 srcY = y; in setSourceImage()
348 if (srcX >= 0 && srcY >= 0) in compress()
349 compressedSize = compress(srcBuf, srcX, srcY, srcWidth, srcPitch, in compress()
357 if (srcX >= 0 && srcY >= 0) in compress()
358 compressedSize = compress(srcBufInt, srcX, srcY, srcWidth, srcStride, in compress()
438 encodeYUV(srcBufInt, srcX, srcY, srcWidth, srcStride, srcHeight, in encodeYUV()
442 encodeYUV(srcBuf, srcX, srcY, srcWidth, srcPitch, srcHeight, in encodeYUV()
667 private int srcY = -1; field in TJCompressor
/third_party/flutter/skia/src/image/
DSkSurface.cpp130 int srcY = srcRect.fTop; in onAsyncRescaleAndReadPixels() local
151 this->draw(linearSurf->getCanvas(), -srcX, -srcY, &paint); in onAsyncRescaleAndReadPixels()
154 srcY = 0; in onAsyncRescaleAndReadPixels()
189 src->makeImageSnapshot(), SkIRect::MakeXYWH(srcX, srcY, srcW, srcH), in onAsyncRescaleAndReadPixels()
192 srcX = srcY = 0; in onAsyncRescaleAndReadPixels()
200 if (src->readPixels(pm, srcX, srcY)) { in onAsyncRescaleAndReadPixels()
336 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() argument
337 return this->getCanvas()->readPixels(pm, srcX, srcY); in readPixels()
341 int srcX, int srcY) { in readPixels() argument
342 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY); in readPixels()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h56 GLint srcY,
70 GLint srcY,
101 GLint srcY, in copyRenderbufferSubData() argument
119 GLint srcY, in copyTextureSubData() argument
/third_party/flutter/skia/src/codec/
DSkSampledCodec.cpp316 int srcY = this->codec()->nextScanline(); in sampledDecode() local
317 if (is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode()
319 rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode()
338 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
339 if (!is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode()
343 void* rowPtr = SkTAddOffset<void>(pixels, rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode()
/third_party/skia/src/codec/
DSkSampledCodec.cpp313 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/mingw-w64/mingw-w64-headers/include/
Diimgctx.h67 …STDMETHOD(StretchBlt)(THIS_ HDC hdc,int dstX,int dstY,int dstXE,int dstYE,int srcX,int srcY,int sr… in DECLARE_INTERFACE_()
83 …hdc,dstX,dstY,dstXE,dstYE,srcX,srcY,srcXE,srcYE,dwROP) (This)->lpVtbl->StretchBlt(This,hdc,dstX,ds… argument
/third_party/ffmpeg/libswscale/arm/
Dyuv2rgb_neon.S101 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
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalpha.c1350 const guint8 *srcY, *srcY_tmp; in gst_alpha_set_planar_yuv_ayuv() local
1365 srcY_tmp = srcY = GST_VIDEO_FRAME_COMP_DATA (in_frame, 0); in gst_alpha_set_planar_yuv_ayuv()
1394 dest[1] = srcY[0]; in gst_alpha_set_planar_yuv_ayuv()
1399 srcY++; in gst_alpha_set_planar_yuv_ayuv()
1406 srcY_tmp = srcY = srcY_tmp + y_stride; in gst_alpha_set_planar_yuv_ayuv()
1426 y = srcY[0]; in gst_alpha_set_planar_yuv_ayuv()
1436 srcY++; in gst_alpha_set_planar_yuv_ayuv()
1443 srcY_tmp = srcY = srcY_tmp + y_stride; in gst_alpha_set_planar_yuv_ayuv()
1462 const guint8 *srcY, *srcY_tmp; in gst_alpha_chroma_key_planar_yuv_ayuv() local
1487 srcY_tmp = srcY = GST_VIDEO_FRAME_COMP_DATA (in_frame, 0); in gst_alpha_chroma_key_planar_yuv_ayuv()
[all …]
/third_party/flutter/skia/include/core/
DSkPixmap.h598 int srcY) const;
622 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() argument
623 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY); in readPixels()
DSkSurface.h660 bool readPixels(const SkPixmap& dst, int srcX, int srcY);
692 int srcX, int srcY);
722 bool readPixels(const SkBitmap& dst, int srcX, int srcY);
/third_party/skia/include/core/
DSkPixmap.h594 int srcY) const;
618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() argument
619 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY); in readPixels()
DSkImage.h815 int srcX, int srcY,
852 int srcY,
858 int srcX, int srcY, CachingHint cachingHint = kAllow_CachingHint) const;
859 bool readPixels(const SkPixmap& dst, int srcX, int srcY,
DSkSurface.h694 bool readPixels(const SkPixmap& dst, int srcX, int srcY);
726 int srcX, int srcY);
758 bool readPixels(const SkBitmap& dst, int srcX, int srcY);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp199 GLint srcY, in copyRenderbufferSubData() argument
209 ANGLE_TRY(mImplementation->copyRenderbufferSubData(context, srcBuffer, srcLevel, srcX, srcY, in copyRenderbufferSubData()
220 GLint srcY, in copyTextureSubData() argument
230 ANGLE_TRY(mImplementation->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, in copyTextureSubData()
DRenderbuffer.h99 GLint srcY,
113 GLint srcY,
/third_party/ffmpeg/libswscale/aarch64/
Dswscale_unscaled.c33 const uint8_t *srcY, int linesizeY, \
68 const uint8_t *srcY, int linesizeY, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.h44 GLint srcY,
58 GLint srcY,
DRenderbufferVk.cpp198 GLint srcY, in copyRenderbufferSubData() argument
214 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData()
223 GLint srcY, in copyTextureSubData() argument
240 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmptealpha.c379 const guint8 *srcY; in gst_smpte_alpha_process_i420_ayuv() local
413 srcY = GST_VIDEO_FRAME_COMP_DATA (in_frame, 0); in gst_smpte_alpha_process_i420_ayuv()
426 *out++ = *srcY++; in gst_smpte_alpha_process_i420_ayuv()
431 *out++ = *srcY++; in gst_smpte_alpha_process_i420_ayuv()
439 *out++ = *srcY++; in gst_smpte_alpha_process_i420_ayuv()
450 srcY += src_wrap; in gst_smpte_alpha_process_i420_ayuv()
/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.cpp452 int srcY = srcRect.fTop; in rescale() local
462 srcY = 0; in rescale()
503 srcY = 0; in rescale()
549 matrix.setScaleTranslate((float)srcW / nextW, (float)srcH / nextH, srcX, srcY); in rescale()
559 SkIRect::MakeXYWH(srcX, srcY, srcW, srcH), GrTextureDomain::kClamp_Mode); in rescale()
575 auto srcSubset = SkRect::MakeXYWH(srcX, srcY, srcW, srcH); in rescale()
581 srcX = srcY = 0; in rescale()

1234567