/third_party/ffmpeg/libavcodec/ |
D | mjpegenc.c | 185 int component, dc, last_index, val, run; in record_block() local 201 last_index = s->block_last_index[n]; in record_block() 204 for(i=1;i<=last_index;i++) { in record_block() 221 if (last_index < 63 || run != 0) in record_block() 228 int component, dc, run, last_index, val; in encode_block() local 251 last_index = s->block_last_index[n]; in encode_block() 252 for(i=1;i<=last_index;i++) { in encode_block() 279 if (last_index < 63 || run != 0) in encode_block()
|
D | msmpeg4enc.c | 579 int level, run, last, i, j, last_index; in ff_msmpeg4_encode_block() local 607 for(last_index=63; last_index>=0; last_index--){ in ff_msmpeg4_encode_block() 608 if(block[scantable[last_index]]) break; in ff_msmpeg4_encode_block() 610 s->block_last_index[n]= last_index; in ff_msmpeg4_encode_block() 612 last_index = s->block_last_index[n]; in ff_msmpeg4_encode_block() 615 for (; i <= last_index; i++) { in ff_msmpeg4_encode_block() 620 last = (i == last_index); in ff_msmpeg4_encode_block()
|
D | dvdec.c | 203 int last_index = gb->size_in_bits; in dv_decode_ac() local 237 if (re_index + vlc_len > last_index) { in dv_decode_ac() 239 mb->partial_bit_count = last_index - re_index; in dv_decode_ac() 241 re_index = last_index; in dv_decode_ac() 320 int mb_index, mb_x, mb_y, last_index; in dv_decode_video_segment() local 368 last_index = s->sys->block_sizes[j]; in dv_decode_video_segment() 369 init_get_bits(&gb, buf_ptr, last_index); in dv_decode_video_segment() 395 buf_ptr += last_index >> 3; in dv_decode_video_segment()
|
D | h261enc.c | 172 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; in h261_encode_block() local 204 last_index = s->block_last_index[n]; in h261_encode_block() 206 for (; i <= last_index; i++) { in h261_encode_block() 233 if (last_index > -1) in h261_encode_block()
|
D | ituh263enc.c | 301 int level, run, last, i, j, last_index, last_non_zero, sign, slevel, code; in h263_encode_block() local 334 last_index = s->block_last_index[n]; in h263_encode_block() 336 for (; i <= last_index; i++) { in h263_encode_block() 341 last = (i == last_index); in h263_encode_block() 368 last_index = s->block_last_index[n]; in h263_encode_block() 370 for (; i <= last_index; i++) { in h263_encode_block() 375 last = (i == last_index); in h263_encode_block()
|
D | parser.h | 31 int last_index; member
|
D | parser.c | 255 pc->last_index = pc->index; in ff_combine_frame() 304 pc->state = pc->state << 8 | pc->buffer[pc->last_index + next]; in ff_combine_frame() 305 pc->state64 = pc->state64 << 8 | pc->buffer[pc->last_index + next]; in ff_combine_frame()
|
D | dnxhdenc.c | 608 int last_index, int n) in dnxhd_encode_block() argument 616 for (i = 1; i <= last_index; i++) { in dnxhd_encode_block() 634 int qscale, int last_index) in dnxhd_unquantize_c() argument 648 for (i = 1; i <= last_index; i++) { in dnxhd_unquantize_c() 691 int dnxhd_calc_ac_bits(DNXHDEncContext *ctx, int16_t *block, int last_index) in dnxhd_calc_ac_bits() argument 696 for (i = 1; i <= last_index; i++) { in dnxhd_calc_ac_bits() 875 int overflow, nbits, diff, last_index; in dnxhd_calc_bits_thread() local 879 last_index = ctx->m.dct_quantize(&ctx->m, block, in dnxhd_calc_bits_thread() 882 ac_bits += dnxhd_calc_ac_bits(ctx, block, last_index); in dnxhd_calc_bits_thread() 896 dnxhd_unquantize_c(ctx, block, i, qscale, last_index); in dnxhd_calc_bits_thread() [all …]
|
D | mpeg4videoenc.c | 291 const int last_index = s->block_last_index[n]; in mpeg4_encode_block() local 296 if (last_index < 1) in mpeg4_encode_block() 302 if (last_index < 0) in mpeg4_encode_block() 311 for (; i < last_index; i++) { in mpeg4_encode_block() 350 const int last_index = s->block_last_index[n]; in mpeg4_get_block_length() local 356 if (last_index < 1) in mpeg4_get_block_length() 361 if (last_index < 0) in mpeg4_get_block_length() 369 for (; i < last_index; i++) { in mpeg4_get_block_length()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ms-feature-ranges.cc | 76 unsigned int last_index = 0; in hb_ms_setup_features() local 81 if (event->index != last_index) in hb_ms_setup_features() 105 range->index_first = last_index; in hb_ms_setup_features() 108 last_index = event->index; in hb_ms_setup_features()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 46 last_index = in jsimd_h2v1_fancy_upsample_altivec() local 76 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec() 152 last_index = in jsimd_h2v2_fancy_upsample_altivec() local 196 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 212 p_lastcolsum_1l = vec_perm(lastcolsum_1h, thiscolsum_1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 213 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 214 p_lastcolsum1l = vec_perm(lastcolsum1h, thiscolsum1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 215 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local 75 const uint32_t upper_word = inst->word(last_index); in LiteralsPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_literals.cpp | 74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local 75 const uint32_t upper_word = inst->word(last_index); in LiteralsPass()
|
/third_party/boost/boost/compute/algorithm/ |
D | unique_copy.hpp | 108 vector<uint_>::iterator last_index = detail::copy_index_if( in unique_copy() local 113 gather(indices.begin(), last_index, first, result, queue); in unique_copy() 116 return result + std::distance(indices.begin(), last_index); in unique_copy()
|
/third_party/curl/lib/ |
D | hash.c | 323 int last_index = -1; 334 if(iter.slot_index != last_index) { 336 if(last_index >= 0) { 339 last_index = iter.slot_index;
|
/third_party/ffmpeg/libavformat/ |
D | img2dec.c | 114 int range, last_index, range1, first_index; in find_image_range() local 132 last_index = first_index; in find_image_range() 141 last_index + range1) < 0) in find_image_range() 153 last_index += range; in find_image_range() 156 *plast_index = last_index; in find_image_range() 185 int first_index = 1, last_index = 1; in ff_img_read_header() local 269 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header() 274 if (find_image_range(s1->pb, &first_index, &last_index, s->path, in ff_img_read_header() 289 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header() 303 s->img_last = last_index; in ff_img_read_header() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 66 signed_size_type last_index) in check_segment_indices() argument 70 && turn.operations[1].seg_id.segment_index == last_index) in check_segment_indices() 73 && turn.operations[1].seg_id.segment_index == last_index); in check_segment_indices()
|
/third_party/openssl/crypto/srp/ |
D | srp_vfy.c | 386 char *last_index = NULL; in SRP_VBASE_init() local 409 last_index = SRP_get_default_gN(NULL)->id; in SRP_VBASE_init() 432 last_index = pp[DB_srpid]; in SRP_VBASE_init() 460 if (last_index != NULL) { in SRP_VBASE_init() 463 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) { in SRP_VBASE_init()
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 1097 std::size_t last_index = m_header->size - 1u; in erase() local 1099 if (index != last_index) in erase() 1101 pa[index] = pa[last_index]; in erase() 1102 pa[last_index] = NULL; in erase() 1104 wait_state* last_w = pw[last_index]; in erase() 1106 pw[last_index] = w; in erase() 1109 w->m_index = last_index; in erase()
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | reformatter.py | 223 last_index = -1 226 last_index = -2 230 not any(tok.is_comment for tok in uwline.tokens[:last_index]))
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 194 const int last_index = count - 1 - first_index; in init() local 225 const Sk4f clamp_color = pack_color(xformedColors.fColors[last_index], in init()
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 194 const int last_index = count - 1 - first_index; in init() local 225 const Sk4f clamp_color = pack_color(xformedColors.fColors[last_index], in init()
|
/third_party/python/Lib/ |
D | pprint.py | 355 last_index = len(items) - 1 362 last = i == last_index 377 last_index = len(items) - 1 379 last = i == last_index
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 121 guint last_index; member 1588 range->last_index = (c - block->joined_text) - 1; in gst_ttml_render_get_line_char_ranges() 1590 start_index = range->last_index + 2; in gst_ttml_render_get_line_char_ranges() 1601 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1625 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1648 new_range->last_index = range->last_index; in gst_ttml_render_get_line_char_ranges() 1651 new_range->first_index, new_range->last_index); in gst_ttml_render_get_line_char_ranges() 1653 range->last_index = end_index; in gst_ttml_render_get_line_char_ranges() 1656 "end:%u", range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1853 range->last_index); in gst_ttml_render_split_block() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-uniscribe.cc | 682 unsigned int last_index = 0; in _hb_uniscribe_shape() local 687 if (event->index != last_index) in _hb_uniscribe_shape() 712 range->index_first = last_index; in _hb_uniscribe_shape() 715 last_index = event->index; in _hb_uniscribe_shape()
|