| /third_party/ffmpeg/libavcodec/mips/ |
| D | hpeldsp_mmi.c | 29 void ff_put_pixels4_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels4_8_mmi() 60 void ff_put_pixels8_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels8_8_mmi() 99 void ff_put_pixels16_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels16_8_mmi() 148 void ff_avg_pixels4_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_avg_pixels4_8_mmi() 185 void ff_avg_pixels8_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_avg_pixels8_8_mmi() 237 void ff_avg_pixels16_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_avg_pixels16_8_mmi() 614 void ff_put_pixels4_x2_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels4_x2_8_mmi() 621 void ff_put_pixels8_x2_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels8_x2_8_mmi() 628 void ff_put_pixels16_x2_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_pixels16_x2_8_mmi() 635 void ff_avg_pixels4_x2_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_avg_pixels4_x2_8_mmi() [all …]
|
| D | idctdsp_mmi.c | 29 uint8_t *av_restrict pixels, ptrdiff_t line_size) in ff_put_pixels_clamped_mmi() 86 uint8_t *av_restrict pixels, ptrdiff_t line_size) in ff_put_signed_pixels_clamped_mmi() 151 uint8_t *av_restrict pixels, ptrdiff_t line_size) in ff_add_pixels_clamped_mmi()
|
| D | idctdsp_msa.c | 24 static void put_pixels_clamped_msa(const int16_t *block, uint8_t *pixels, in put_pixels_clamped_msa() 48 static void put_signed_pixels_clamped_msa(const int16_t *block, uint8_t *pixels, in put_signed_pixels_clamped_msa() 82 static void add_pixels_clamped_msa(const int16_t *block, uint8_t *pixels, in add_pixels_clamped_msa() 128 uint8_t *av_restrict pixels, in ff_put_pixels_clamped_msa() 135 uint8_t *av_restrict pixels, in ff_put_signed_pixels_clamped_msa() 142 uint8_t *av_restrict pixels, in ff_add_pixels_clamped_msa()
|
| /third_party/ffmpeg/libavcodec/ |
| D | idctdsp.c | 83 void ff_put_pixels_clamped_c(const int16_t *block, uint8_t *av_restrict pixels, in ff_put_pixels_clamped_c() 104 static void put_pixels_clamped4_c(const int16_t *block, uint8_t *av_restrict pixels, in put_pixels_clamped4_c() 121 static void put_pixels_clamped2_c(const int16_t *block, uint8_t *av_restrict pixels, in put_pixels_clamped2_c() 137 uint8_t *av_restrict pixels, in put_signed_pixels_clamped_c() 157 void ff_add_pixels_clamped_c(const int16_t *block, uint8_t *av_restrict pixels, in ff_add_pixels_clamped_c() 177 static void add_pixels_clamped4_c(const int16_t *block, uint8_t *av_restrict pixels, in add_pixels_clamped4_c() 193 static void add_pixels_clamped2_c(const int16_t *block, uint8_t *av_restrict pixels, in add_pixels_clamped2_c()
|
| D | pixblockdsp.c | 27 static void get_pixels_16_c(int16_t *av_restrict block, const uint8_t *pixels, in get_pixels_16_c() 40 static void get_pixels_8_c(int16_t *av_restrict block, const uint8_t *pixels, in get_pixels_8_c()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_fillrect.c | 99 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE() 134 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1() 173 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2() 197 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3() 225 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4() 240 Uint8 *pixels; in SDL_FillRect() local
|
| /third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/ |
| D | texture_utils.cpp | 25 GLubyte pixels[width * height * 3] = { in CreateSimpleTexture2D() local 50 GLubyte pixels[6][3] = {// Face 0 - Red in CreateSimpleTextureCubemap() local 81 std::array<GLubyte, width * height * 3> pixels; in CreateMipMappedTexture2D() local
|
| /third_party/skia/third_party/externals/angle2/samples/sample_util/ |
| D | texture_utils.cpp | 25 GLubyte pixels[width * height * 3] = { in CreateSimpleTexture2D() local 50 GLubyte pixels[6][3] = {// Face 0 - Red in CreateSimpleTextureCubemap() local 81 std::array<GLubyte, width * height * 3> pixels; in CreateMipMappedTexture2D() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | video-dither.c | 58 dither_none_u8_mask (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_none_u8_mask() 67 dither_none_u16_mask (GstVideoDither * dither, gpointer pixels, guint x, in dither_none_u16_mask() 76 dither_verterr_u8 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_verterr_u8() 90 dither_verterr_u16 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_verterr_u16() 118 dither_floyd_steinberg_u8 (GstVideoDither * dither, gpointer pixels, guint x, in dither_floyd_steinberg_u8() 154 dither_floyd_steinberg_u16 (GstVideoDither * dither, gpointer pixels, guint x, in dither_floyd_steinberg_u16() 183 dither_sierra_lite_u8 (GstVideoDither * dither, gpointer pixels, guint x, in dither_sierra_lite_u8() 209 dither_sierra_lite_u16 (GstVideoDither * dither, gpointer pixels, guint x, in dither_sierra_lite_u16() 254 dither_ordered_u8 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_ordered_u8() 264 dither_ordered_u8_mask (GstVideoDither * dither, gpointer pixels, guint x, in dither_ordered_u8_mask() [all …]
|
| /third_party/mesa3d/src/mesa/main/ |
| D | texgetimage.c | 83 GLenum format, GLenum type, GLvoid *pixels, in get_tex_depth() 132 GLenum format, GLenum type, GLvoid *pixels, in get_tex_depth_stencil() 188 GLenum format, GLenum type, GLvoid *pixels, in get_tex_stencil() 234 GLenum format, GLenum type, GLvoid *pixels, in get_tex_ycbcr() 320 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_compressed() 437 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_uncompressed() 577 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba() 622 GLenum format, GLenum type, GLvoid *pixels, in get_tex_memcpy() 698 GLenum format, GLenum type, GLvoid *pixels, in _mesa_GetTexSubImage_sw() 1098 GLvoid *pixels, in pbo_error_check() [all …]
|
| D | readpix.c | 230 GLvoid *pixels, in readpixels_memcpy() 281 GLenum type, GLvoid *pixels, in read_uint_depth_pixels() 328 GLenum type, GLvoid *pixels, in read_depth_pixels() 392 GLenum type, GLvoid *pixels, in read_stencil_pixels() 443 GLenum format, GLenum type, GLvoid *pixels, in read_rgba_pixels() 831 GLenum type, GLvoid *pixels, in read_depth_stencil_pixels() 876 GLvoid *pixels) in _mesa_readpixels() 1039 GLenum type, GLsizei bufSize, GLvoid *pixels, bool no_error) in read_pixels() 1185 GLvoid *pixels) in _mesa_ReadnPixelsARB_no_error() 1193 GLvoid *pixels) in _mesa_ReadnPixelsARB() [all …]
|
| D | texcompress_s3tc.c | 51 const GLubyte *pixels; in _mesa_texstore_rgb_dxt1() local 105 const GLubyte *pixels; in _mesa_texstore_rgba_dxt1() local 160 const GLubyte *pixels; in _mesa_texstore_rgba_dxt3() local 214 const GLubyte *pixels; in _mesa_texstore_rgba_dxt5() local
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | hpeldsp_altivec.c | 36 void ff_put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_put_pixels16_altivec() 69 void ff_avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_avg_pixels16_altivec() 85 static void avg_pixels8_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) in avg_pixels8_altivec() 114 static void put_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int… in put_pixels8_xy2_altivec() 161 static void put_no_rnd_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in put_no_rnd_pixels8_xy2_altivec() 208 static void put_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, … in put_pixels16_xy2_altivec() 263 static void put_no_rnd_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line… in put_no_rnd_pixels16_xy2_altivec() 317 static void avg_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int… in avg_pixels8_xy2_altivec()
|
| D | pixblockdsp.c | 36 static void get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, in get_pixels_altivec() 63 static void get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, in get_pixels_altivec() 232 static void get_pixels_vsx(int16_t *restrict block, const uint8_t *pixels, in get_pixels_vsx()
|
| /third_party/skia/src/image/ |
| D | SkSurface_Raster.cpp | 61 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() 62 void (*releaseProc)(void* pixels, void* context), void* context, in SkSurface_Raster() 158 sk_sp<SkSurface> SkSurface::MakeRasterDirectReleaseProc(const SkImageInfo& info, void* pixels, in MakeRasterDirectReleaseProc() 159 size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, in MakeRasterDirectReleaseProc() 174 sk_sp<SkSurface> SkSurface::MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, in MakeRasterDirect()
|
| /third_party/flutter/skia/src/image/ |
| D | SkSurface_Raster.cpp | 70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() 71 void (*releaseProc)(void* pixels, void* context), void* context, in SkSurface_Raster() 165 sk_sp<SkSurface> SkSurface::MakeRasterDirectReleaseProc(const SkImageInfo& info, void* pixels, in MakeRasterDirectReleaseProc() 166 size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, in MakeRasterDirectReleaseProc() 181 sk_sp<SkSurface> SkSurface::MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, in MakeRasterDirect()
|
| /third_party/skia/docs/examples/ |
| D | Surface_MakeRasterDirectReleaseProc.cpp | 6 static void release_direct_surface_storage(void* pixels, void* context) { in release_direct_surface_storage() 16 void* pixels = sk_malloc_throw(info.computeByteSize(rowBytes)); in draw() local
|
| /third_party/flutter/skia/docs/examples/ |
| D | Surface_MakeRasterDirectReleaseProc.cpp | 6 static void release_direct_surface_storage(void* pixels, void* context) { in release_direct_surface_storage() 16 void* pixels = sk_malloc_throw(info.computeByteSize(rowBytes)); in draw() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcRobustBufferAccessBehaviorTests.cpp | 873 glw::GLenum type, const glw::GLvoid* pixels) in SubImage() 972 void initPixels(std::vector<TYPE>& pixels, GLuint n_pixels, GLuint n_channels) in initPixels() 1236 GLubyte pixels[width * height]; in cleanTexture() local 1289 std::vector<GLubyte> pixels(width * height * pixel_size, 0); in verifyResults() local 1873 std::vector<GLubyte> pixels(n_pixels * n_channels); in verifyInvalidResults() local 1904 std::vector<GLbyte> pixels(n_pixels * n_channels); in verifyInvalidResults() local 1937 std::vector<GLfloat> pixels(n_pixels * n_channels); in verifyInvalidResults() local 1991 std::vector<GLuint> pixels(n_pixels * n_channels); in verifyInvalidResults() local 2078 std::vector<GLuint> pixels(n_pixels * n_channels); in verifyInvalidResults() local 2127 std::vector<GLubyte> pixels(n_pixels * n_channels); in verifyValidResults() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | VulkanImageTest.cpp | 155 std::vector<GLuint> pixels(kWidth * kHeight, kColor); in TEST_P() local 178 std::vector<GLuint> pixels(kWidth * kHeight); in TEST_P() local 232 std::vector<GLuint> pixels(kWidth * kHeight); in TEST_P() local 304 std::vector<GLuint> pixels(kWidth * kHeight); in TEST_P() local
|
| /third_party/flutter/skia/gm/ |
| D | rectangletexture.cpp | 61 void fillPixels(int width, int height, void *pixels) { in fillPixels() 91 int height, const uint32_t* pixels) { in createRectangleTextureImg() 146 SkPMColor pixels[kWidth * kHeight]; in onDraw() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
| D | SDL_mirframebuffer.c | 38 void** pixels, int* pitch) in MIR_CreateWindowFramebuffer() 71 char* pixels; in MIR_UpdateWindowFramebuffer() local
|
| /third_party/cups-filters/cupsfilters/ |
| D | image.c | 119 cups_ib_t *pixels) /* O - Pixel data */ in cupsImageGetCol() 220 cups_ib_t *pixels) /* O - Pixel data */ in cupsImageGetRow() 427 const cups_ib_t *pixels) /* I - Pixels to put */ in _cupsImagePutCol() 502 const cups_ib_t *pixels) /* I - Pixel data */ in _cupsImagePutRow() 836 cups_ib_t *pixels=(cups_ib_t*)malloc(img->xsize*cupsImageGetDepth(img)); in cupsImageCrop() local
|
| /third_party/skia/src/ports/ |
| D | SkImageEncoder_WIC.cpp | 62 uint8_t* pixels = reinterpret_cast<uint8_t*>(bitmap.getPixels()); in SkEncodeImageWithWIC() local 74 void* pixels = bitmap.getPixels(); in SkEncodeImageWithWIC() local
|
| /third_party/flutter/skia/src/ports/ |
| D | SkImageEncoder_WIC.cpp | 62 uint8_t* pixels = reinterpret_cast<uint8_t*>(bitmap.getPixels()); in SkEncodeImageWithWIC() local 74 void* pixels = bitmap.getPixels(); in SkEncodeImageWithWIC() local
|