Home
last modified time | relevance | path

Searched refs:src_pixels (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drpzaenc.c417 static void update_block_in_prev_frame(const uint16_t *src_pixels, in update_block_in_prev_frame() argument
424 memcpy(dest_pixels, src_pixels, 8); in update_block_in_prev_frame()
426 src_pixels += bi->rowstride; in update_block_in_prev_frame()
566 uint16_t *src_pixels = (uint16_t *)pict->data[0]; in rpza_encode_stream() local
604 &src_pixels[block_offset], &bi, s->skip_frame_thresh) != 0) { in rpza_encode_stream()
645 if (update_block_stats(s, &bi, &src_pixels[block_offset], in rpza_encode_stream()
653 update_block_in_prev_frame(&src_pixels[block_offset], in rpza_encode_stream()
666 if (!update_block_stats(s, &bi, &src_pixels[block_offset], in rpza_encode_stream()
675 update_block_in_prev_frame(&src_pixels[block_offset], in rpza_encode_stream()
691 get_max_component_diff(&bi, &src_pixels[block_offset], &min, &max, &chan); in rpza_encode_stream()
[all …]
/third_party/ffmpeg/tests/checkasm/
Dsw_scale.c79 LOCAL_ALIGNED_8(int16_t, src_pixels, [LARGEST_FILTER * LARGEST_INPUT_SIZE]); in check_yuv2yuvX()
90 randomize_buffers((uint8_t*)src_pixels, LARGEST_FILTER * LARGEST_INPUT_SIZE * sizeof(int16_t)); in check_yuv2yuvX()
105 src[i] = &src_pixels[i * LARGEST_INPUT_SIZE]; in check_yuv2yuvX()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c161 const guint8 *src_pixels; in gst_video_blend_scale_linear_RGBA() local
208 src_pixels = GST_VIDEO_FRAME_PLANE_DATA (&src_frame, 0); in gst_video_blend_scale_linear_RGBA()
211 video_orc_resample_bilinear_u32 (LINE (0), src_pixels, 0, x_increment, in gst_video_blend_scale_linear_RGBA()
223 src_pixels + j * src_stride, 0, x_increment, dest_width); in gst_video_blend_scale_linear_RGBA()
228 src_pixels + (j + 1) * src_stride, 0, x_increment, dest_width); in gst_video_blend_scale_linear_RGBA()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp141 …erify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte** src_pixels);
158 glw::GLuint src_layer, const glw::GLubyte** src_pixels, glw::GLuint depth);
223 bool copyAndVerify(const testCase& test_case, const glw::GLubyte* src_pixels);
233 bool verify(const testCase& test_case, const glw::GLubyte* src_pixels);
Dgl4cCopyImageTests.cpp2577 GLubyte* src_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; in iterate() local
2588 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate()
2598 m_rb_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2599 m_src_tex_name = prepareTexture(desc, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2603 m_src_tex_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2607 result = copyAndVerify(test_case, (const GLubyte**)dst_pixels, (const GLubyte**)src_pixels); in iterate()
2613 cleanPixels((GLubyte**)src_pixels); in iterate()
2620 cleanPixels((GLubyte**)src_pixels); in iterate()
2703 …t::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLubyte** src_pixels) in copyAndVerify() argument
2772 result = verify(test_case, dst_layer, dst_pixels, src_layer, src_pixels, region_depth); in copyAndVerify()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c735 void *src_pixels; in SW_RenderReadPixels() local
756 src_pixels = (void*)((Uint8 *) surface->pixels + in SW_RenderReadPixels()
761 src_format, src_pixels, surface->pitch, in SW_RenderReadPixels()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c101 guint8 *src_pixels = (guint8 *) (src->data[0]); in image_get_rgba_row_callback() local
103 guint8 *src_row = src_pixels + (row_index * src_stride); in image_get_rgba_row_callback()
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dgradient.rst.txt81 unsigned char const* src_pixels, ptrdiff_t src_row_bytes,
85 gray8c_view_t src = interleaved_view(w, h, (gray8_pixel_t const*)src_pixels, src_row_bytes);
398 unsigned short const* src_pixels, ptrdiff_t src_row_bytes,
402 gray16c_view_t src=interleaved_view(w, h, (gray16_pixel_t const*)src_pixels, src_row_bytes);
409 unsigned char const* src_pixels, ptrdiff_t src_row_bytes,
413 rgb8c_view_t src = interleaved_view(w, h, (rgb8_pixel_t const*)src_pixels, src_row_bytes);
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst81 unsigned char const* src_pixels, ptrdiff_t src_row_bytes,
85 gray8c_view_t src = interleaved_view(w, h, (gray8_pixel_t const*)src_pixels, src_row_bytes);
398 unsigned short const* src_pixels, ptrdiff_t src_row_bytes,
402 gray16c_view_t src=interleaved_view(w, h, (gray16_pixel_t const*)src_pixels, src_row_bytes);
409 unsigned char const* src_pixels, ptrdiff_t src_row_bytes,
413 rgb8c_view_t src = interleaved_view(w, h, (rgb8_pixel_t const*)src_pixels, src_row_bytes);