Home
last modified time | relevance | path

Searched refs:dst_end (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Ddsicinvideo.c100 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 …]
Danm.c76 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()
Dbmvvideo.c63 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()
Dmidivid.c158 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()
Deatgv.c77 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()
Dxxan.c91 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()
Dvideotoolboxenc.c1692 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()
Dbink.c509 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/ffmpeg/libavfilter/
Daf_atempo.c153 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() argument
825 uint8_t *dst_end) in yae_apply() argument
877 if (yae_overlap_add(atempo, dst_ref, dst_end) != 0) { in yae_apply()
897 uint8_t *dst_end) in yae_flush() argument
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 = NULL; in push_samples()
[all …]
/third_party/ffmpeg/libswresample/x86/
Dresample.asm279 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_bank
529 dst_incr_div, src_incr, dst, dst_end, filter_bank
553 dst_incr_div, src_incr, src, dst_end, filter_bank
557 dst_incr_div, src_incr, dst, dst_end, filter_bank
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc86 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/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp108 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()
Dbrw_vec4.cpp1934 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/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c495 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/mesa3d/src/freedreno/ir3/
Dir3_delay.c233 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/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h118 PosixTransition dst_end; member
Dtime_zone_posix.cc151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
Dtime_zone_info.cc373 auto std_trans_off = TransOffset(leap_year, jan1_weekday, posix.dst_end); in ExtendTransitions()
/third_party/node/deps/v8/src/utils/
Dmemcopy.h282 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h360 EdgeIterator dst_end() const { return DstEdges.end(); } in dst_end() function
362 return make_range(dst_begin(), dst_end()); in dsts()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp323 …mU32* src = (ImU32*)pixels, *dst = dst_start, *dst_end = dst_start + (size_t)width * height; dst <… in ImGui_ImplDX9_CreateFontsTexture() local
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c687 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()
/third_party/node/deps/brotli/c/dec/
Ddecode.c1959 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/
Ddecode.c1959 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/
Dheap.cc2091 const ObjectSlot dst_end(dst_slot + len); in MoveRange() local
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); in CopyRange() local
2145 DCHECK(dst_end <= src_slot || (src_slot + len) <= dst_slot); in CopyRange()
2150 const AtomicSlot atomic_dst_end(dst_end); in CopyRange()
2162 WriteBarrierForRange(dst_object, dst_slot, dst_end); in CopyRange()

12