/third_party/ffmpeg/libavcodec/ |
H A D | dsicinvideo.c | 100 unsigned char *dst_end = dst + dst_size; in cin_decode_huffman() local 114 if (dst_cur >= dst_end) in cin_decode_huffman() 122 if (dst_cur >= dst_end) in cin_decode_huffman() 134 unsigned char *dst_end = dst + dst_size, *dst_start = dst; in cin_decode_lzss() local 137 while (src < src_end && dst < dst_end) { in cin_decode_lzss() 139 for (i = 0; i < 8 && src < src_end && dst < dst_end; ++i) { in cin_decode_lzss() 152 sz = FFMIN(sz, dst_end - dst); in cin_decode_lzss() 161 if (dst_end - dst > dst_size - dst_size/10) in cin_decode_lzss() 171 unsigned char *dst_end = dst + dst_size; in cin_decode_rle() local 174 while (src + 1 < src_end && dst < dst_end) { in cin_decode_rle() [all...] |
H A D | anm.c | 63 * @param dst_end pointer to end of destination image buffer 76 static inline int op(uint8_t **dst, const uint8_t *dst_end, in op() argument 98 if (*dst >= dst_end) goto exhausted; in op() 100 if (*dst <= dst_end) goto exhausted; in op() 116 uint8_t *dst, *dst_end; in decode_frame() local 126 dst_end = s->frame->data[0] + s->frame->linesize[0]*avctx->height; in decode_frame() 143 op(&dst, dst_end, (gb), (pixel), (count), &x, avctx->width, s->frame->linesize[0]) in decode_frame()
|
H A D | bmvvideo.c | 63 uint8_t *dst, *dst_end; in decode_bmv_frame() local 77 dst_end = frame_end; in decode_bmv_frame() 81 dst_end = frame - 1; in decode_bmv_frame() 144 if (len <= 0 || FFABS(dst_end - dst) < len) in decode_bmv_frame() 194 if (dst == dst_end) in decode_bmv_frame()
|
H A D | midivid.c | 158 uint8_t *dst_end = dst + size; in lzss_uncompress() local 170 if (dst + length > dst_end || in lzss_uncompress() 180 if (dst >= dst_end) in lzss_uncompress()
|
H A D | eatgv.c | 77 uint8_t *dst_end = dst + width*height; in unpack() local 126 run = FFMIN(size1, dst_end - dst); in unpack() 136 run = FFMIN(size2, dst_end - dst); in unpack()
|
H A D | xxan.c | 91 const uint8_t *dst_end = dst + dst_size; in xan_unpack_luma() local 112 if (dst > dst_end) in xan_unpack_luma() 123 return dst != dst_end ? AVERROR_INVALIDDATA : 0; in xan_unpack_luma()
|
H A D | videotoolboxenc.c | 1692 uint8_t* dst_end = dst + dst_size; in copy_emulation_prev() local 1709 if (dst < dst_end) in copy_emulation_prev() 1717 if (dst < dst_end) in copy_emulation_prev() 1728 if (dst > dst_end) in copy_emulation_prev()
|
H A D | bink.c | 509 int16_t *dst_end = (int16_t*)b->data_end; in read_dcs() local 519 if (dst_end - dst < 1) in read_dcs() 525 if (dst_end - dst < len2) in read_dcs()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name.cc | 86 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() local 88 while (src < src_end && dst < dst_end) in hb_ot_name_convert_utf() 91 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_atempo.c | 153 uint8_t *dst_end; member 219 atempo->dst_end = NULL; in yae_clear() 735 scalar_type *out_end = (scalar_type *)dst_end; \ 768 uint8_t *dst_end) in yae_overlap_add() 825 uint8_t *dst_end) in yae_apply() 877 if (yae_overlap_add(atempo, dst_ref, dst_end) != 0) { in yae_apply() 897 uint8_t *dst_end) in yae_flush() 949 if (yae_overlap_add(atempo, dst_ref, dst_end) != 0) { in yae_flush() 970 dst_size = dst_end - dst; in yae_flush() 1042 atempo->dst_end in push_samples() 766 yae_overlap_add(ATempoContext *atempo, uint8_t **dst_ref, uint8_t *dst_end) yae_overlap_add() argument 821 yae_apply(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, uint8_t **dst_ref, uint8_t *dst_end) yae_apply() argument 895 yae_flush(ATempoContext *atempo, uint8_t **dst_ref, uint8_t *dst_end) yae_flush() argument [all...] |
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 65 phase_mask, dst_end, filter_bank 99 src_incr, phase_mask, dst_end, filter_bank 106 src_incr, phase_mask, dst_end, filter_bank 226 src_incr, phase_mask, dst_end, filter_bank 230 src_incr, phase_mask, dst_end, filter_bank 279 src, dst_end, filter_bank 286 dst, dst_end, filter_bank 331 dst_incr_div, src_incr, src, dst_end, filter_bank 338 dst_incr_div, src_incr, dst, dst_end, filter_bank 525 dst_incr_div, src_incr, src, dst_end, filter_ban [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_register_coalesce.cpp | 108 int dst_end = live.end[dst_var]; in can_coalesce_vars() local 113 if ((dst_end > src_end && src_start < dst_start) || in can_coalesce_vars() 114 (src_end > dst_end && dst_start < src_start)) in can_coalesce_vars() 121 int end_ip = MIN2(dst_end, src_end); in can_coalesce_vars()
|
H A D | brw_vec4.cpp | 1934 unsigned dst_end = dst_start + inst->size_written - 1; in dst_src_regions_overlap() local 1947 (dst_end >= src_start && dst_end <= src_end) || in dst_src_regions_overlap() 1948 (dst_start <= src_start && dst_end >= src_end)) { in dst_src_regions_overlap()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_posix.h | 38 // dst_end = PosixTransition { 118 PosixTransition dst_end; member
|
H A D | time_zone_posix.cc | 151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_delay.c | 233 unsigned dst_end = dst_start + post_ra_reg_elems(dst) * reg_elem_size(dst); in delay_calc_srcn() local 235 if (dst_start >= src_end || src_start >= dst_end) in delay_calc_srcn()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit.c | 495 unsigned dst_start, dst_end; in blit_image() local 499 dst_end = region->dstOffsets[1].z; in blit_image() 502 dst_end = dst_start + dst_res->layerCount; in blit_image() 515 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); in blit_image() 516 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); in blit_image() 522 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); in blit_image() 546 const unsigned num_layers = dst_end - dst_start; in blit_image()
|
/third_party/node/deps/v8/src/utils/ |
H A D | memcopy.h | 282 Address dst_end = dst_start + count * sizeof(DstType); in CopyChars() local 283 DCHECK(src_end <= dst_start || dst_end <= src_start); in CopyChars()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx9.cpp | 323 for (ImU32* src = (ImU32*)pixels, *dst = dst_start, *dst_end = dst_start + (size_t)width * height; dst < dst_end; src++, dst++) in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 360 EdgeIterator dst_end() const { return DstEdges.end(); } in dst_end() function in llvm::GCOVBlock 362 return make_range(dst_begin(), dst_end()); in dsts()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 687 unsigned dst_start, dst_end; in blit_image() local 691 dst_end = region->dstOffsets[1].z; in blit_image() 694 dst_end = dst_start + in blit_image() 709 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); in blit_image() 710 const unsigned num_layers = dst_end - dst_start; in blit_image()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 4516 unsigned long dst_end = dst_offset + len - 1; in memmove_extent_buffer() local 4538 dst_off_in_page = get_eb_offset_in_page(dst, dst_end); in memmove_extent_buffer() 4546 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer() 4549 __write_extent_buffer(dst, src_addr, dst_end - cur + 1, cur, in memmove_extent_buffer() 4552 dst_end -= cur; in memmove_extent_buffer()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 1959 int dst_end = pos + i; in ProcessCommandsInternal() local 1969 if (src_end > pos && dst_end > src_start) { in ProcessCommandsInternal() 1973 if (dst_end >= s->ringbuffer_size || src_end >= s->ringbuffer_size) { in ProcessCommandsInternal()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 1959 int dst_end = pos + i; in ProcessCommandsInternal() local 1969 if (src_end > pos && dst_end > src_start) { in ProcessCommandsInternal() 1973 if (dst_end >= s->ringbuffer_size || src_end >= s->ringbuffer_size) { in ProcessCommandsInternal()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 2091 const ObjectSlot dst_end(dst_slot + len); in MoveRange() 2093 DCHECK(dst_slot < dst_end); in MoveRange() 2100 const AtomicSlot atomic_dst_end(dst_end); in MoveRange() 2124 WriteBarrierForRange(dst_object, dst_slot, dst_end); in MoveRange() 2143 const TSlot dst_end(dst_slot + len); 2145 DCHECK(dst_end <= src_slot || (src_slot + len) <= dst_slot); 2150 const AtomicSlot atomic_dst_end(dst_end); 2162 WriteBarrierForRange(dst_object, dst_slot, dst_end);
|