/third_party/mesa3d/src/util/ |
D | softfloat.c | 243 unsigned index, last_index; in _mesa_short_shift_left_m() local 248 last_index = index_word_lo(size_words); in _mesa_short_shift_left_m() 250 while (index != last_index) { in _mesa_short_shift_left_m() 321 unsigned index, last_index; in _mesa_short_shift_right_m() local 326 last_index = index_word_hi(size_words); in _mesa_short_shift_right_m() 328 while (index != last_index) { in _mesa_short_shift_right_m() 354 unsigned index, last_index; in _mesa_short_shift_right_jam_m() local 359 last_index = index_word_hi(size_words); in _mesa_short_shift_right_jam_m() 364 while (index != last_index) { in _mesa_short_shift_right_jam_m() 583 unsigned index, last_index; in _mesa_neg_x_m() local [all …]
|
/third_party/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/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/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/ffmpeg/libavcodec/ |
D | msmpeg4enc.c | 572 int level, run, last, i, j, last_index; in ff_msmpeg4_encode_block() local 600 for(last_index=63; last_index>=0; last_index--){ in ff_msmpeg4_encode_block() 601 if(block[scantable[last_index]]) break; in ff_msmpeg4_encode_block() 603 s->block_last_index[n]= last_index; in ff_msmpeg4_encode_block() 605 last_index = s->block_last_index[n]; in ff_msmpeg4_encode_block() 608 for (; i <= last_index; i++) { in ff_msmpeg4_encode_block() 613 last = (i == last_index); in ff_msmpeg4_encode_block()
|
D | mjpegenc.c | 374 int component, dc, last_index, val, run; in record_block() local 390 last_index = s->block_last_index[n]; in record_block() 393 for(i=1;i<=last_index;i++) { in record_block() 410 if (last_index < 63 || run != 0) in record_block() 417 int component, dc, run, last_index, val; in encode_block() local 440 last_index = s->block_last_index[n]; in encode_block() 441 for(i=1;i<=last_index;i++) { in encode_block() 468 if (last_index < 63 || run != 0) in encode_block()
|
D | dvdec.c | 204 int last_index = gb->size_in_bits; in dv_decode_ac() local 238 if (re_index + vlc_len > last_index) { in dv_decode_ac() 240 mb->partial_bit_count = last_index - re_index; in dv_decode_ac() 242 re_index = last_index; in dv_decode_ac() 321 int mb_index, mb_x, mb_y, last_index; in dv_decode_video_segment() local 369 last_index = s->sys->block_sizes[j]; in dv_decode_video_segment() 370 init_get_bits(&gb, buf_ptr, last_index); in dv_decode_video_segment() 396 buf_ptr += last_index >> 3; in dv_decode_video_segment()
|
D | h261enc.c | 173 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; in h261_encode_block() local 205 last_index = s->block_last_index[n]; in h261_encode_block() 207 for (; i <= last_index; i++) { in h261_encode_block() 234 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 | speedhqenc.c | 199 int alevel, level, last_non_zero, dc, i, j, run, last_index, sign; in encode_block() local 212 last_index = s->block_last_index[n]; in encode_block() 214 for (i = 1; i <= last_index; i++) { in encode_block()
|
D | dnxhdenc.c | 586 int last_index, int n) in dnxhd_encode_block() argument 594 for (i = 1; i <= last_index; i++) { in dnxhd_encode_block() 612 int qscale, int last_index) in dnxhd_unquantize_c() argument 626 for (i = 1; i <= last_index; i++) { in dnxhd_unquantize_c() 669 int dnxhd_calc_ac_bits(DNXHDEncContext *ctx, int16_t *block, int last_index) in dnxhd_calc_ac_bits() argument 674 for (i = 1; i <= last_index; i++) { in dnxhd_calc_ac_bits() 853 int overflow, nbits, diff, last_index; in dnxhd_calc_bits_thread() local 857 last_index = ctx->m.dct_quantize(&ctx->m, block, in dnxhd_calc_bits_thread() 860 ac_bits += dnxhd_calc_ac_bits(ctx, block, last_index); in dnxhd_calc_bits_thread() 874 dnxhd_unquantize_c(ctx, block, i, qscale, last_index); in dnxhd_calc_bits_thread() [all …]
|
D | parser.c | 259 pc->last_index = pc->index; in ff_combine_frame() 308 pc->state = pc->state << 8 | pc->buffer[pc->last_index + next]; in ff_combine_frame() 309 pc->state64 = pc->state64 << 8 | pc->buffer[pc->last_index + next]; in ff_combine_frame()
|
D | parser.h | 31 int last_index; member
|
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/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 271 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header() 276 if (find_image_range(s1->pb, &first_index, &last_index, s->path, in ff_img_read_header() 291 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header() 305 s->img_last = last_index; in ff_img_read_header() [all …]
|
/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/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/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/openssl/crypto/srp/ |
D | srp_vfy.c | 398 char *last_index = NULL; in SRP_VBASE_init() local 421 last_index = SRP_get_default_gN(NULL)->id; in SRP_VBASE_init() 444 last_index = pp[DB_srpid]; in SRP_VBASE_init() 472 if (last_index != NULL) { in SRP_VBASE_init() 475 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) { in SRP_VBASE_init()
|
/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/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 122 guint last_index; member 1592 range->last_index = (c - block->joined_text) - 1; in gst_ttml_render_get_line_char_ranges() 1594 start_index = range->last_index + 2; in gst_ttml_render_get_line_char_ranges() 1605 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1629 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1652 new_range->last_index = range->last_index; in gst_ttml_render_get_line_char_ranges() 1655 new_range->first_index, new_range->last_index); in gst_ttml_render_get_line_char_ranges() 1657 range->last_index = end_index; in gst_ttml_render_get_line_char_ranges() 1660 "end:%u", range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1857 range->last_index); in gst_ttml_render_split_block() [all …]
|
/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 | 381 last_index = len(items) - 1 383 last = i == last_index 396 last_index = len(items) - 1 398 last = i == last_index
|
/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()
|