Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_mmi.c29 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 …]
Didctdsp_mmi.c29 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()
Didctdsp_msa.c24 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/boost/libs/gil/test/core/algorithm/
Dstd_uninitialized_fill.cpp69 fixture::pixel_array<pixel_t> pixels; in operator ()() local
93 fixture::pixel_array<Pixel> pixels; in operator ()() local
115 fixture::pixel_array<fixture::packed_pixel_gray3> pixels; in test_fill_with_packed_pixel_gray3() local
134 fixture::pixel_array<fixture::packed_pixel_bgr121> pixels; in test_fill_with_packed_pixel_bgr121() local
155 fixture::pixel_array<fixture::packed_pixel_rgb535> pixels; in test_fill_with_packed_pixel_rgb535() local
176 fixture::pixel_array<fixture::bit_aligned_pixel_bgr232> pixels; in test_bit_aligned_pixel_bgr232() local
197 fixture::pixel_array<fixture::bit_aligned_pixel_rgb567> pixels; in test_bit_aligned_pixel_rgb567() local
/third_party/ffmpeg/libavcodec/
Didctdsp.c83 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()
Dpixblockdsp.c27 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/skia/third_party/externals/angle2/samples/sample_util/
Dtexture_utils.cpp25 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/flutter/skia/third_party/externals/angle2/samples/sample_util/
Dtexture_utils.cpp25 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/flutter/skia/third_party/externals/sdl/src/video/
DSDL_fillrect.c99 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/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.c58 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/skia/src/image/
DSkSurface_Raster.cpp61 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/ffmpeg/libavcodec/ppc/
Dhpeldsp_altivec.c36 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()
/third_party/mesa3d/src/mesa/main/
Dtexgetimage.c80 GLenum format, GLenum type, GLvoid *pixels, in get_tex_depth()
129 GLenum format, GLenum type, GLvoid *pixels, in get_tex_depth_stencil()
185 GLenum format, GLenum type, GLvoid *pixels, in get_tex_stencil()
231 GLenum format, GLenum type, GLvoid *pixels, in get_tex_ycbcr()
317 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_compressed()
434 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_uncompressed()
574 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba()
619 GLenum format, GLenum type, GLvoid *pixels, in get_tex_memcpy()
697 GLenum format, GLenum type, GLvoid *pixels, in _mesa_GetTexSubImage_sw()
1097 GLvoid *pixels, in pbo_error_check()
[all …]
Dreadpix.c227 GLvoid *pixels, in readpixels_memcpy()
278 GLenum type, GLvoid *pixels, in read_uint_depth_pixels()
325 GLenum type, GLvoid *pixels, in read_depth_pixels()
389 GLenum type, GLvoid *pixels, in read_stencil_pixels()
440 GLenum format, GLenum type, GLvoid *pixels, in read_rgba_pixels()
828 GLenum type, GLvoid *pixels, in read_depth_stencil_pixels()
873 GLvoid *pixels) in _mesa_readpixels()
1036 GLenum type, GLsizei bufSize, GLvoid *pixels, bool no_error) in read_pixels()
1179 GLvoid *pixels) in _mesa_ReadnPixelsARB_no_error()
1187 GLvoid *pixels) in _mesa_ReadnPixelsARB()
[all …]
Dtexcompress_s3tc.c51 const GLubyte *pixels; in _mesa_texstore_rgb_dxt1() local
103 const GLubyte *pixels; in _mesa_texstore_rgba_dxt1() local
159 const GLubyte *pixels; in _mesa_texstore_rgba_dxt3() local
214 const GLubyte *pixels; in _mesa_texstore_rgba_dxt5() local
/third_party/flutter/skia/src/image/
DSkSurface_Raster.cpp70 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/flutter/skia/docs/examples/
DSurface_MakeRasterDirectReleaseProc.cpp6 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/skia/docs/examples/
DSurface_MakeRasterDirectReleaseProc.cpp6 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/mesa3d/src/mesa/swrast/
Ds_drawpix.c58 const GLvoid *pixels, in fast_draw_rgb_ubyte_pixels()
107 const GLvoid *pixels, in fast_draw_rgba_ubyte_pixels()
158 const GLvoid *pixels, in fast_draw_generic_pixels()
204 const GLvoid *pixels) in fast_draw_rgba_pixels()
273 const GLvoid *pixels ) in draw_stencil_pixels()
317 const GLvoid *pixels ) in draw_depth_pixels()
423 const GLvoid *pixels ) in draw_rgba_pixels()
594 const GLvoid *pixels) in fast_draw_depth_stencil()
633 const GLvoid *pixels) in draw_depth_stencil_pixels()
734 const GLvoid *pixels ) in _swrast_DrawPixels()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_read.c71 GLvoid * pixels, in brw_readpixels_tiled_memcpy()
220 GLenum format, GLenum type, const void *pixels, in brw_readpixels_blorp()
259 const struct gl_pixelstore_attrib *pack, GLvoid *pixels) in brw_readpixels()
/third_party/weston/tests/
Dsurface-screenshot-test.c72 void *pixels, size_t size, const char *comment) in write_PAM_image_rgba()
113 unpremultiply_and_swap_a8b8g8r8_to_PAMrgba(void *pixels, size_t size) in unpremultiply_and_swap_a8b8g8r8_to_PAMrgba()
148 void *pixels; in trigger_binding() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanImageTest.cpp155 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/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp873 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/flutter/skia/gm/
Drectangletexture.cpp61 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/
DSDL_mirframebuffer.c38 void** pixels, int* pitch) in MIR_CreateWindowFramebuffer()
71 char* pixels; in MIR_UpdateWindowFramebuffer() local

12345678910>>...25