Home
last modified time | relevance | path

Searched defs:src_stride (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_eq_init.c32 process_sse2(EQParameters *param, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int w, int h) process_sse2() argument
H A Dvf_spp.c177 store_slice_mmx(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8]) store_slice_mmx() argument
/third_party/ffmpeg/tests/checkasm/
H A Dvf_eq.c48 int src_stride = SRC_STRIDE; in check_eq() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, unsigned dst_stride, unsigned width, unsigned height, unsigned src_stride, unsigned elmtsize) etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, unsigned src_stride, unsigned width, unsigned height, unsigned dst_stride, unsigned elmtsize) etna_texture_untile() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c37 pipe_linear_to_tile(size_t src_stride, const void *src_ptr, in pipe_linear_to_tile() argument
H A Du_tile.c363 unsigned src_stride = w * 4; in pipe_put_tile_rgba() local
68 pipe_put_tile_raw(struct pipe_transfer *pt, void *dst, uint x, uint y, uint w, uint h, const void *src, int src_stride) pipe_put_tile_raw() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.h88 vc4_load_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_lt_image() argument
104 vc4_store_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_lt_image() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddsddec.c80 int src_next, src_stride; in dsd_channel() local
H A Ddsd.c95 ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, const uint8_t *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) ff_dsd2pcm_translate() argument
H A Ddiracdsp.c139 static void put_signed_rect_clamped_8bit_c(uint8_t *dst, int dst_stride, const uint8_t *_src, int src_stride, int width, int height) in put_signed_rect_clamped_8bit_c() argument
H A Dcscd.c44 int i, src_stride = FFALIGN(linelen, 4); in copy_frame_default() local
57 int i, j, src_stride = FFALIGN(linelen, 4); in add_frame_default() local
H A Deacmv.c73 cmv_motcomp(unsigned char *dst, ptrdiff_t dst_stride, const unsigned char *src, ptrdiff_t src_stride, int x, int y, int xoffset, int yoffset, int width, int height) cmv_motcomp() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_mc_mmi.c73 static void convolve_horiz_mmi(const uint8_t *src, int32_t src_stride, in convolve_horiz_mmi() argument
144 static void convolve_vert_mmi(const uint8_t *src, int32_t src_stride, in convolve_vert_mmi() argument
231 convolve_avg_horiz_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const uint16_t *filter_x, int32_t w, int32_t h) convolve_avg_horiz_mmi() argument
313 convolve_avg_vert_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) convolve_avg_vert_mmi() argument
410 convolve_avg_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t w, int32_t h) convolve_avg_mmi() argument
[all...]
H A Dblockdsp_msa.c24 copy_8bit_value_width8_msa(uint8_t *src, uint8_t val, int32_t src_stride, int32_t height) copy_8bit_value_width8_msa() argument
40 copy_8bit_value_width16_msa(uint8_t *src, uint8_t val, int32_t src_stride, int32_t height) copy_8bit_value_width16_msa() argument
/third_party/mesa3d/src/util/format/
H A Du_format_other.c53 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r9g9b9e5_float_pack_rgba_float() argument
106 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r9g9b9e5_float_pack_rgba_8unorm() argument
149 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r11g11b10_float_pack_rgba_float() argument
202 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r11g11b10_float_pack_rgba_8unorm() argument
289 util_format_r8g8bx_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8bx_snorm_pack_rgba_float() argument
314 util_format_r8g8bx_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8bx_snorm_pack_rgba_8unorm() argument
[all...]
H A Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_8unorm() argument
28 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_float() argument
20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_8unorm() argument
62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const float *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_float() argument
H A Du_format_yuv.c42 util_format_r8g8_b8g8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument
96 util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument
150 util_format_r8g8_b8g8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_pack_rgba_float() argument
199 util_format_r8g8_b8g8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument
264 util_format_g8r8_g8b8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_float() argument
318 util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() argument
372 util_format_g8r8_g8b8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_float() argument
421 util_format_g8r8_g8b8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() argument
486 util_format_uyvy_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_float() argument
534 util_format_uyvy_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_8unorm() argument
582 util_format_uyvy_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_float() argument
635 util_format_uyvy_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_8unorm() argument
708 util_format_yuyv_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_float() argument
756 util_format_yuyv_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_8unorm() argument
804 util_format_yuyv_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_float() argument
857 util_format_yuyv_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_8unorm() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c85 const unsigned src_stride = texture->row_stride[0]; in lp_linear_blit_rgba_blit() local
136 const unsigned src_stride = texture->row_stride[0]; in lp_linear_blit_rgb1_blit() local
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp_init.c115 emulated_edge_mc(uint8_t *dst, const uint8_t *src, ptrdiff_t dst_stride, ptrdiff_t src_stride, x86_reg block_w, x86_reg block_h, x86_reg src_x, x86_reg src_y, x86_reg w, x86_reg h, emu_edge_vfix_func * const *vfix_tbl, emu_edge_vvar_func *v_extend_var, emu_edge_hfix_func * const *hfix_tbl, emu_edge_hvar_func *h_extend_var) emulated_edge_mc() argument
191 emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_sse2() argument
204 emulated_edge_mc_avx2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_avx2() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_yuv2yuv_template.c40 yuv2yuv(uint8_t *_dst[3], const ptrdiff_t dst_stride[3], uint8_t *_src[3], const ptrdiff_t src_stride[3], int w, int h, const int16_t c[3][3][8], const int16_t yuv_offset[2][8]) yuv2yuv() argument
H A Dtransform.c125 ff_affine_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) ff_affine_transform() argument
/third_party/ffmpeg/libswscale/
H A Dbayer_template.c193 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_copy() argument
203 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_interpolate() argument
222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_copy() argument
235 static void BAYER_RENAME(rgb48_interpolate)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_interpolate() argument
256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_copy() argument
271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_interpolate() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_etc_tmp.h139 etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc1_unpack_rgba8888() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp35 emit_stride(const vec4_builder &bld, const src_reg &src, unsigned size, unsigned dst_stride, unsigned src_stride) emit_stride() argument
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c246 panfrost_access_tiled_image_generic(void *dst, void *src, unsigned sx, unsigned sy, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, const struct util_format_description *desc, bool _is_store) panfrost_access_tiled_image_generic() argument
278 panfrost_access_tiled_image(void *dst, void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format, bool is_store) panfrost_access_tiled_image() argument
383 panfrost_store_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_store_tiled_image() argument
396 panfrost_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_load_tiled_image() argument
[all...]

Completed in 12 milliseconds

12345