Home
last modified time | relevance | path

Searched defs:dst_stride (Results 126 - 131 of 131) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Dvp9dsp_template.c1939 static av_always_inline void copy_c(uint8_t *dst, ptrdiff_t dst_stride, in copy_c() argument
1951 static av_always_inline void avg_c(uint8_t *_dst, ptrdiff_t dst_stride, in avg_c() argument
2004 static av_always_inline void do_8tap_1d_c(uint8_t *_dst, ptrdiff_t dst_stride, in do_8tap_1d_c() argument
2044 do_8tap_2d_c(uint8_t *_dst, ptrdiff_t dst_stride, const uint8_t *_src, ptrdiff_t src_stride, int w, int h, const int16_t *filterx, const int16_t *filtery, int avg) do_8tap_2d_c() argument
2121 do_bilin_1d_c(uint8_t *_dst, ptrdiff_t dst_stride, const uint8_t *_src, ptrdiff_t src_stride, int w, int h, ptrdiff_t ds, int mxy, int avg) do_bilin_1d_c() argument
2160 do_bilin_2d_c(uint8_t *_dst, ptrdiff_t dst_stride, const uint8_t *_src, ptrdiff_t src_stride, int w, int h, int mx, int my, int avg) do_bilin_2d_c() argument
2331 do_scaled_8tap_c(uint8_t *_dst, ptrdiff_t dst_stride, const uint8_t *_src, ptrdiff_t src_stride, int w, int h, int mx, int my, int dx, int dy, int avg, const int16_t (*filters)[8]) do_scaled_8tap_c() argument
2407 do_scaled_bilin_c(uint8_t *_dst, ptrdiff_t dst_stride, const uint8_t *_src, ptrdiff_t src_stride, int w, int h, int mx, int my, int dx, int dy, int avg) do_scaled_bilin_c() argument
[all...]
H A Dmpegvideo_enc.c1087 int dst_stride = i ? s->uvlinesize : s->linesize; in load_input_picture() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c218 const int dst_stride = width*bpp; in dri2_put_image() local
257 const int dst_stride = w*bpp; in dri2_get_image() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2231 copy_depth_rect(ubyte * dst, enum pipe_format dst_format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, enum pipe_format src_format, int src_stride, unsigned src_x, unsigned src_y) copy_depth_rect() argument
2311 copy_depth_box(ubyte *dst, enum pipe_format dst_format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, enum pipe_format src_format, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) copy_depth_box() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c1562 ApplyPalette(const uint32_t* src, uint32_t src_stride, uint32_t* dst, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits) ApplyPalette() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c7834 const size_t dst_stride = sizeof(VkDrawIndirectCommand); in radv_nv_mesh_indirect_bo() local
7918 const size_t dst_stride = sizeof(VkDispatchIndirectCommand); in radv_nv_task_indirect_bo() local

Completed in 39 milliseconds

123456