| /third_party/ffmpeg/tests/checkasm/ |
| D | pixblockdsp.c | 54 int src_offset = i * 64 * sizeof(type) + (aligned ? 8 : 1) * i; \ 57 call_ref(dst0 + dst_offset, src10 + src_offset, 8); \ 58 call_new(dst1 + dst_offset, src11 + src_offset, 8); \ 61 bench_new(dst1 + dst_offset, src11 + src_offset, 8); \ 71 int src_offset = i * 64 * sizeof(type) + (aligned ? 8 : 1) * i; \ 74 call_ref(dst0 + dst_offset, src10 + src_offset, src20 + src_offset, 8); \ 75 call_new(dst1 + dst_offset, src11 + src_offset, src21 + src_offset, 8); \ 78 bench_new(dst1 + dst_offset, src11 + src_offset, src21 + src_offset, 8); \
|
| D | vf_blend.c | 74 … int src_offset = i * SIZE_PER_UNIT + (BUF_UNITS - 1 - i) * depth; /* Test various alignments */ \ 77 call_ref(top1 + src_offset, w, bot1 + src_offset, w, \ 79 call_new(top2 + src_offset, w, bot2 + src_offset, w, \
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_plugin.h | 105 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, 109 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, 115 snd_pcm_uframes_t src_offset, 121 snd_pcm_uframes_t src_offset, 127 snd_pcm_uframes_t src_offset, 133 snd_pcm_uframes_t src_offset, 145 snd_pcm_uframes_t src_offset, 152 snd_pcm_uframes_t src_offset,
|
| D | pcm_rate_linear.c | 47 snd_pcm_uframes_t src_offset, unsigned int src_frames); 72 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand() argument 97 src = snd_pcm_channel_area_addr(src_area, src_offset); in linear_expand() 143 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand_s16() argument 160 src = snd_pcm_channel_area_addr(src_area, src_offset); in linear_expand_s16() 194 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_shrink() argument 220 src = snd_pcm_channel_area_addr(src_area, src_offset); in linear_shrink() 264 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_shrink_s16() argument 282 src = snd_pcm_channel_area_addr(src_area, src_offset); in linear_shrink_s16() 315 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_convert() argument [all …]
|
| D | pcm_route.c | 79 snd_pcm_uframes_t src_offset, 115 snd_pcm_uframes_t src_offset ATTRIBUTE_UNUSED, in snd_pcm_route_convert1_zero() 129 snd_pcm_uframes_t src_offset, in snd_pcm_route_convert1_one() argument 154 src_areas, src_offset, in snd_pcm_route_convert1_one() 161 src = snd_pcm_channel_area_addr(src_area, src_offset); in snd_pcm_route_convert1_one() 179 snd_pcm_uframes_t src_offset, in snd_pcm_route_convert1_one_getput() argument 205 src_areas, src_offset, in snd_pcm_route_convert1_one_getput() 213 src = snd_pcm_channel_area_addr(src_area, src_offset); in snd_pcm_route_convert1_one_getput() 231 snd_pcm_uframes_t src_offset, in snd_pcm_route_convert1_many() argument 279 srcs[srcidx1] = snd_pcm_channel_area_addr(src_area, src_offset); in snd_pcm_route_convert1_many() [all …]
|
| /third_party/optimized-routines/string/aarch64/ |
| D | strrchr.S | 27 #define src_offset x7 macro 67 mov src_offset, #0 103 csel src_offset, chr_match, src_offset, ne 133 csel src_offset, chr_match, src_offset, ne 136 clz tmp3, src_offset 143 cmp src_offset, #0
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | evergreen_hw_context.c | 35 uint64_t src_offset, in evergreen_dma_copy_buffer() argument 50 src_offset += rsrc->gpu_address; in evergreen_dma_copy_buffer() 53 if (!(dst_offset % 4) && !(src_offset % 4) && !(size % 4)) { in evergreen_dma_copy_buffer() 71 radeon_emit(cs, src_offset & 0xffffffff); in evergreen_dma_copy_buffer() 73 radeon_emit(cs, (src_offset >> 32UL) & 0xff); in evergreen_dma_copy_buffer() 75 src_offset += csize << shift; in evergreen_dma_copy_buffer()
|
| D | r600_hw_context.c | 501 struct pipe_resource *src, uint64_t src_offset, in r600_cp_dma_copy_buffer() argument 516 src_offset += r600_resource(src)->gpu_address; in r600_cp_dma_copy_buffer() 550 radeon_emit(cs, src_offset); /* SRC_ADDR_LO [31:0] */ in r600_cp_dma_copy_buffer() 551 radeon_emit(cs, sync | ((src_offset >> 32) & 0xff)); /* CP_SYNC [31] | SRC_ADDR_HI [7:0] */ in r600_cp_dma_copy_buffer() 562 src_offset += byte_count; in r600_cp_dma_copy_buffer() 583 uint64_t src_offset, in r600_dma_copy_buffer() argument 608 radeon_emit(cs, src_offset & 0xfffffffc); in r600_dma_copy_buffer() 610 radeon_emit(cs, (src_offset >> 32UL) & 0xff); in r600_dma_copy_buffer() 612 src_offset += csize << 2; in r600_dma_copy_buffer()
|
| /third_party/ffmpeg/libavcodec/ |
| D | proresdsp.c | 42 int x, y, src_offset, dst_offset; in put_pixel() local 46 src_offset = (y << 3) + x; in put_pixel() 49 dst[dst_offset + x] = CLIP_10(in[src_offset]); in put_pixel() 51 dst[dst_offset + x] = CLIP_12(in[src_offset]); in put_pixel()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
| D | vc4_validate.c | 479 uint32_t src_offset = 0; in vc4_validate_bin_cl() local 481 while (src_offset < len) { in vc4_validate_bin_cl() 483 void *src_pkt = unvalidated + src_offset; in vc4_validate_bin_cl() 489 src_offset, cmd); in vc4_validate_bin_cl() 496 src_offset, cmd); in vc4_validate_bin_cl() 500 if (src_offset + info->len > len) { in vc4_validate_bin_cl() 503 src_offset, cmd, info->name, info->len, in vc4_validate_bin_cl() 504 src_offset + len); in vc4_validate_bin_cl() 515 src_offset, cmd, info->name); in vc4_validate_bin_cl() 519 src_offset += info->len; in vc4_validate_bin_cl() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_cp_dma.c | 286 struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, in si_cp_dma_copy_buffer() argument 300 if (dst != src || dst_offset != src_offset) { in si_cp_dma_copy_buffer() 310 src_offset += si_resource(src)->gpu_address; in si_cp_dma_copy_buffer() 327 if (src && src_offset % SI_CPDMA_ALIGNMENT) { in si_cp_dma_copy_buffer() 328 skipped_size = SI_CPDMA_ALIGNMENT - (src_offset % SI_CPDMA_ALIGNMENT); in si_cp_dma_copy_buffer() 359 main_src_offset = src_offset + skipped_size; in si_cp_dma_copy_buffer() 383 si_emit_cp_dma(sctx, &sctx->gfx_cs, dst_offset, src_offset, skipped_size, dma_flags, in si_cp_dma_copy_buffer() 396 if (dst && src && (dst != src || dst_offset != src_offset)) in si_cp_dma_copy_buffer() 472 struct si_resource *src, unsigned src_offset) in si_cp_copy_data() argument 483 uint64_t src_va = (src ? src->gpu_address : 0ull) + src_offset; in si_cp_copy_data()
|
| /third_party/ffmpeg/libavresample/ |
| D | audio_data.c | 279 int src_offset, int nb_samples) in ff_audio_data_combine() argument 291 src_offset < 0 || src_offset > src->nb_samples) { in ff_audio_data_combine() 293 src_offset, dst_offset); in ff_audio_data_combine() 298 if (nb_samples > src->nb_samples - src_offset) in ff_audio_data_combine() 299 nb_samples = src->nb_samples - src_offset; in ff_audio_data_combine() 326 src->data[p] + src_offset * src->stride, in ff_audio_data_combine()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_blit.c | 81 unsigned src_offset, unsigned short dst_pitch, in i915_copy_blit() argument 93 __FUNCTION__, src_buffer, src_pitch, src_offset, src_x, src_y, in i915_copy_blit() 138 OUT_RELOC_FENCED(src_buffer, I915_USAGE_2D_SOURCE, src_offset); in i915_copy_blit()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_blt.c | 148 unsigned src_offset, in emit_copy_blt() argument 163 src, src_pitch, src_offset, src_x, src_y, in emit_copy_blt() 197 if (src_pitch % 4 != 0 || src_offset % cpp != 0 || in emit_copy_blt() 215 xyblt.SourceBaseAddress = ro_bo(src->bo, src_offset); in emit_copy_blt() 326 uint64_t src_offset; in crocus_emit_blt() local 335 &src_offset, in crocus_emit_blt() 356 src_offset, in crocus_emit_blt()
|
| /third_party/alsa-lib/include/ |
| D | pcm_rate.h | 92 snd_pcm_uframes_t src_offset, unsigned int src_frames); 156 snd_pcm_uframes_t src_offset, unsigned int src_frames); 174 snd_pcm_uframes_t src_offset, unsigned int src_frames);
|
| /third_party/freetype/src/sfnt/ |
| D | sfwoff2.c | 1328 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins() 1337 if ( FT_STREAM_SEEK( head_table->src_offset ) || in get_x_mins() 1350 loca_offset = info->loca_table->src_offset; in get_x_mins() 1373 glyf_offset += info->glyf_table->src_offset; in get_x_mins() 1606 table.src_offset, table.src_length )); in reconstruct_font() 1613 if ( FT_STREAM_SEEK( table.src_offset ) ) in reconstruct_font() 1616 if ( table.src_offset + table.src_length > transformed_buf_size ) in reconstruct_font() 1637 buf_cursor = transformed_buf + table.src_offset + 8; in reconstruct_font() 1644 checksum = compute_ULong_sum( transformed_buf + table.src_offset, in reconstruct_font() 1648 if ( WRITE_SFNT_BUF( transformed_buf + table.src_offset, in reconstruct_font() [all …]
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | sfwoff2.c | 1288 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins() 1297 if ( FT_STREAM_SEEK( head_table->src_offset ) || in get_x_mins() 1310 loca_offset = info->loca_table->src_offset; in get_x_mins() 1333 glyf_offset += info->glyf_table->src_offset; in get_x_mins() 1566 table.src_offset, table.src_length )); in reconstruct_font() 1573 if ( FT_STREAM_SEEK( table.src_offset ) ) in reconstruct_font() 1576 if ( table.src_offset + table.src_length > transformed_buf_size ) in reconstruct_font() 1597 buf_cursor = transformed_buf + table.src_offset + 8; in reconstruct_font() 1604 checksum = compute_ULong_sum( transformed_buf + table.src_offset, in reconstruct_font() 1608 if ( WRITE_SFNT_BUF( transformed_buf + table.src_offset, in reconstruct_font() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt_emit.c | 88 unsigned src_offset = vinfo->attrib[i].src_index * 4 * sizeof(float); in draw_pt_emit_prepare() local 98 src_offset = 0; in draw_pt_emit_prepare() 103 src_offset = 0; in draw_pt_emit_prepare() 109 hw_key.element[i].input_offset = src_offset; in draw_pt_emit_prepare()
|
| /third_party/mesa3d/src/panfrost/shared/test/ |
| D | test-tiling.cpp | 103 unsigned dst_offset, src_offset; in ref_access_tiled() local 107 src_offset = linear_offset(linear_x_block, linear_y_block, src_stride, blocksize); in ref_access_tiled() 110 … src_offset = tiled_offset(tiled_x_block, tiled_y_block, src_stride, tilesize, blocksize); in ref_access_tiled() 114 (const uint8_t *) src + src_offset, in ref_access_tiled()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dvx_private.h | 207 uint32_t src_offset, 217 uint32_t src_offset, 237 uint32_t src_offset, 280 uint32_t src_offset,
|
| /third_party/ffmpeg/libavutil/ |
| D | samplefmt.c | 214 int src_offset, int nb_samples, int nb_channels, in av_samples_copy() argument 224 src_offset *= block_align; in av_samples_copy() 228 memcpy(dst[i] + dst_offset, src[i] + src_offset, data_size); in av_samples_copy() 231 memmove(dst[i] + dst_offset, src[i] + src_offset, data_size); in av_samples_copy()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| D | growable_memory_byte_array.h | 40 int32_t src_offset, in CopyTo() argument 42 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
| D | memory_byte_array.h | 52 int32_t src_offset, in CopyTo() argument 54 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| D | growable_memory_byte_array.h | 40 int32_t src_offset, in CopyTo() argument 42 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
| D | memory_byte_array.h | 52 int32_t src_offset, in CopyTo() argument 54 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|