/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_eq_init.c | 32 static void process_sse2(EQParameters *param, uint8_t *dst, int dst_stride, in process_sse2() argument
|
H A D | vf_spp.c | 177 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 D | vf_eq.c | 49 int dst_stride = SRC_STRIDE; in check_eq() local
|
H A D | sw_rgb.c | 142 int dst_offset = 0, dst_stride = 2 * MAX_STRIDE; in check_interleave_bytes() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_tiling.c | 67 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 D | u_linear.c | 61 pipe_linear_from_tile(struct pipe_tile_info *t, const void *src_ptr, size_t dst_stride, void *dst_ptr) pipe_linear_from_tile() argument
|
H A D | u_tile.c | 49 pipe_get_tile_raw(struct pipe_transfer *pt, const void *src, uint x, uint y, uint w, uint h, void *dst, int dst_stride) pipe_get_tile_raw() argument 101 z16_get_tile_rgba(const ushort *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z16_get_tile_rgba() argument 130 z32_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z32_get_tile_rgba() argument 157 s8z24_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) s8z24_get_tile_rgba() argument 184 z24s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z24s8_get_tile_rgba() argument 210 s8x24_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) s8x24_get_tile_rgba() argument 237 x24s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) x24s8_get_tile_rgba() argument 261 s8_get_tile_rgba(const unsigned char *src, unsigned w, unsigned h, float *p, unsigned dst_stride) s8_get_tile_rgba() argument 286 z32f_get_tile_rgba(const float *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z32f_get_tile_rgba() argument 311 z32f_x24s8_get_tile_rgba(const float *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z32f_x24s8_get_tile_rgba() argument 337 x32_s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) x32_s8_get_tile_rgba() argument 387 unsigned dst_stride = w * 4; pipe_get_tile_rgba() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.h | 88 vc4_load_lt_image(void *dst, uint32_t dst_stride, in vc4_load_lt_image() argument 104 vc4_store_lt_image(void *dst, uint32_t dst_stride, in vc4_store_lt_image() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dsd.c | 95 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 D | diracdsp.c | 139 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 D | qpeldsp.c | 731 ff_put_pixels8_l2_8(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels8_l2_8() argument
|
H A D | mss2dsp.c | 67 static void mss2_blit_wmv9_c(uint8_t *dst, ptrdiff_t dst_stride, in mss2_blit_wmv9_c() argument 79 static void mss2_blit_wmv9_masked_c(uint8_t *dst, ptrdiff_t dst_stride, in mss2_blit_wmv9_masked_c() argument 93 static void mss2_gray_fill_masked_c(uint8_t *dst, ptrdiff_t dst_stride, in mss2_gray_fill_masked_c() argument 29 mss2_blit_wmv9_template(uint8_t *dst, ptrdiff_t dst_stride, int gray, int use_mask, int maskcolor, const uint8_t *mask, ptrdiff_t mask_stride, const uint8_t *srcy, ptrdiff_t srcy_stride, const uint8_t *srcu, const uint8_t *srcv, ptrdiff_t srcuv_stride, int w, int h) mss2_blit_wmv9_template() argument
|
H A D | eatgq.c | 134 tgq_dconly(TgqContext *s, unsigned char *dst, ptrdiff_t dst_stride, int dc) tgq_dconly() argument
|
H A D | eacmv.c | 73 static void cmv_motcomp(unsigned char *dst, ptrdiff_t dst_stride, in cmv_motcomp() argument
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_mc_mmi.c | 73 convolve_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_horiz_mmi() argument 144 convolve_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_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...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format_other.c | 53 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_float() argument 106 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() argument 149 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r11g11b10_float_pack_rgba_float() argument 202 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r11g11b10_float_pack_rgba_8unorm() argument 289 util_format_r8g8bx_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in 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 D | u_format_etc.c | 14 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 20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_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 62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_float() argument
|
H A D | u_format_yuv.c | 42 util_format_r8g8_b8g8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in 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, in 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, in 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, in 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, in 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/ffmpeg/libavcodec/ppc/ |
H A D | h264qpel.c | 213 put_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) put_pixels16_l2_altivec() argument 253 avg_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) avg_pixels16_l2_altivec() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | videodsp_init.c | 115 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 [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | colorspacedsp_yuv2yuv_template.c | 40 static void fn(yuv2yuv)(uint8_t *_dst[3], const ptrdiff_t dst_stride[3], in yuv2yuv() argument
|
H A D | transform.c | 125 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 D | bayer_template.c | 193 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 259 const int dst_stride in yv12_copy() local 274 const int dst_stride = 6; yv12_interpolate() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_etc_tmp.h | 139 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 D | brw_vec4_surface_builder.cpp | 35 emit_stride(const vec4_builder &bld, const src_reg &src, unsigned size, unsigned dst_stride, unsigned src_stride) emit_stride() argument
|