/third_party/ffmpeg/libavcodec/ |
D | dsicinvideo.c | 99 unsigned char *dst_end = dst + dst_size; in cin_decode_huffman() local 113 if (dst_cur >= dst_end) in cin_decode_huffman() 121 if (dst_cur >= dst_end) in cin_decode_huffman() 133 unsigned char *dst_end = dst + dst_size, *dst_start = dst; in cin_decode_lzss() local 136 while (src < src_end && dst < dst_end) { in cin_decode_lzss() 138 for (i = 0; i < 8 && src < src_end && dst < dst_end; ++i) { in cin_decode_lzss() 151 sz = FFMIN(sz, dst_end - dst); in cin_decode_lzss() 160 if (dst_end - dst > dst_size - dst_size/10) in cin_decode_lzss() 170 unsigned char *dst_end = dst + dst_size; in cin_decode_rle() local 173 while (src + 1 < src_end && dst < dst_end) { in cin_decode_rle() [all …]
|
D | anm.c | 75 static inline int op(uint8_t **dst, const uint8_t *dst_end, in op() argument 97 if (*dst >= dst_end) goto exhausted; in op() 99 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()
|
D | bmvvideo.c | 62 uint8_t *dst, *dst_end; in decode_bmv_frame() local 76 dst_end = frame_end; in decode_bmv_frame() 80 dst_end = frame - 1; in decode_bmv_frame() 143 if (len <= 0 || FFABS(dst_end - dst) < len) in decode_bmv_frame() 193 if (dst == dst_end) in decode_bmv_frame()
|
D | midivid.c | 157 uint8_t *dst_end = dst + size; in lzss_uncompress() local 169 if (dst + length > dst_end || in lzss_uncompress() 179 if (dst >= dst_end) in lzss_uncompress()
|
D | eatgv.c | 76 uint8_t *dst_end = dst + width*height; in unpack() local 125 run = FFMIN(size1, dst_end - dst); in unpack() 135 run = FFMIN(size2, dst_end - dst); in unpack()
|
D | xxan.c | 90 const uint8_t *dst_end = dst + dst_size; in xan_unpack_luma() local 111 if (dst > dst_end) in xan_unpack_luma() 122 return dst != dst_end ? AVERROR_INVALIDDATA : 0; in xan_unpack_luma()
|
/third_party/ffmpeg/libavfilter/ |
D | af_atempo.c | 150 uint8_t *dst_end; member 216 atempo->dst_end = NULL; in yae_clear() 733 scalar_type *out_end = (scalar_type *)dst_end; \ 766 uint8_t *dst_end) in yae_overlap_add() argument 823 uint8_t *dst_end) in yae_apply() argument 875 if (yae_overlap_add(atempo, dst_ref, dst_end) != 0) { in yae_apply() 895 uint8_t *dst_end) in yae_flush() argument 947 if (yae_overlap_add(atempo, dst_ref, dst_end) != 0) { in yae_flush() 968 dst_size = dst_end - dst; in yae_flush() 1069 atempo->dst_end = NULL; in push_samples() [all …]
|
/third_party/boost/boost/date_time/ |
D | dst_rules.hpp | 229 date_type dst_end = local_dst_end_day(y); in local_is_dst() local 233 dst_end, in local_is_dst() 297 date_type dst_end = local_dst_end_day(y); in local_is_dst() local 300 dst_end, dst_start_offset_minutes, in local_is_dst()
|
D | dst_transition_generators.hpp | 45 end_rule dst_end) : in day_calc_dst_rule() argument 47 dst_end_(dst_end) in day_calc_dst_rule()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
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/harfbuzz/src/ |
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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-name.cc | 90 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() local 92 while (src < src_end && dst < dst_end) in hb_ot_name_convert_utf() 95 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf()
|
/third_party/boost/libs/date_time/test/posix_time/ |
D | testdst_rules.cpp | 60 date dst_end(2002,Oct, 27); in main() local 66 ptime t6(dst_end, time_duration(0,59,59)); //is dst in main() 67 ptime t7(dst_end, time_duration(1,0,0)); //ambiguous in main() 68 ptime t8(dst_end, time_duration(1,59,59)); //ambiguous in main() 69 ptime t9(dst_end, time_duration(2,0,0)); //always not dst in main() 72 check("dst end", us_dst_local::local_dst_end_day(2002) == dst_end); in main() 74 check("dst boundary", us_dst_local::is_dst_boundary_day(dst_end)); in main() 195 check("dst end", us_dst_calc2::local_dst_end_day(2002) == dst_end); in main() 198 check("dst boundary", us_dst_calc2::is_dst_boundary_day(dst_end)); in main()
|
D | testlocal_adjustor.cpp | 73 ptime dst_end(dst_end_day, time_duration(1,59,59)); //2002-Oct-27 01:00:00 DST in main() local 75 us_eastern::local_to_utc_offset(dst_end, boost::date_time::is_dst) == hours(4)); in main() 77 us_eastern::local_to_utc_offset(dst_end, boost::date_time::not_dst) == hours(5)); in main()
|
/third_party/ffmpeg/libswresample/x86/ |
D | resample.asm | 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_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/boost/boost/gil/extension/io/bmp/detail/ |
D | read.hpp | 466 Buf_type::iterator dst_end = buf.end(); in read_palette_image_rle() local 499 if( count > dst_end - dst_it ) in read_palette_image_rle() 501 count = dst_end - dst_it; in read_palette_image_rle() 537 dst_end = buf.end(); in read_palette_image_rle() 577 dst_end = buf.end(); in read_palette_image_rle() 587 if( count > dst_end - dst_it ) in read_palette_image_rle() 589 count = dst_end - dst_it; in read_palette_image_rle()
|
/third_party/mesa3d/src/intel/compiler/ |
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()
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | filtering_functions.h | 2195 int32_t* dst_end; in arm_circularRead_f32() local 2200 dst_end = dst_base + dst_length; in arm_circularRead_f32() 2213 if (dst == dst_end) in arm_circularRead_f32() 2295 q15_t* dst_end; in arm_circularRead_q15() local 2301 dst_end = dst_base + dst_length; in arm_circularRead_q15() 2314 if (dst == dst_end) in arm_circularRead_q15() 2396 q7_t* dst_end; in arm_circularRead_q7() local 2402 dst_end = dst_base + dst_length; in arm_circularRead_q7() 2415 if (dst == dst_end) in arm_circularRead_q7()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
D | carry_data.cc | 26 const std::vector<lite::Tensor *>::iterator &dst_end, in MoveData() argument 29 …for (auto dst_iter = dst_begin, src_iter = src_begin; dst_iter != dst_end; dst_iter++, src_iter++)… in MoveData()
|
D | carry_data.h | 36 const std::vector<lite::Tensor *>::iterator &dst_end,
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 118 PosixTransition dst_end; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 118 PosixTransition dst_end; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 508 unsigned dst_start, dst_end; in blit_image() local 512 dst_end = region->dstOffsets[1].z; in blit_image() 515 dst_end = dst_start + dst_res->layerCount; in blit_image() 528 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); in blit_image() 529 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); in blit_image() 535 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); in blit_image() 559 const unsigned num_layers = dst_end - dst_start; in blit_image()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_delay.c | 230 unsigned dst_end = dst_start + post_ra_reg_elems(dst) * reg_elem_size(dst); in delay_calc_srcn_postra() local 232 if (dst_start >= src_end || src_start >= dst_end) in delay_calc_srcn_postra()
|
/third_party/boost/boost/date_time/local_time/ |
D | posix_time_zone.hpp | 115 string_type dst_end = *it; in posix_time_zone_base() local 116 calc_rules(dst_begin, dst_end); in posix_time_zone_base()
|