/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 453 const int bidx = ctx->buffer_index; in capture_screen() local 455 av_bprint_clear(&ctx->buffer[bidx]); in capture_screen() 488 av_bprintf(&ctx->buffer[bidx], "{\\an7}{\\pos(%d,%d)}", x, y); in capture_screen() 579 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%s", e_tag, s_tag, c_tag, b_tag, override); in capture_screen() 582 av_bprintf(&ctx->buffer[bidx], "%s%s%s%s\\h", e_tag, s_tag, c_tag, b_tag); in capture_screen() 584 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%c", e_tag, s_tag, c_tag, b_tag, row[j]); in capture_screen() 589 av_bprintf(&ctx->buffer[bidx], "\\N"); in capture_screen() 592 if (!av_bprint_is_complete(&ctx->buffer[bidx])) in capture_screen() 594 if (screen->row_used && ctx->buffer[bidx].len >= 2) { in capture_screen() 595 ctx->buffer[bidx].len -= 2; in capture_screen() [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | vp9dsp.c | 392 static void randomize_loopfilter_buffers(int bidx, int lineoff, int str, in randomize_loopfilter_buffers() argument 405 setsx(idx, -1, p0 = q0, E[bidx] >> 2); in randomize_loopfilter_buffers() 407 setsx(idx, -1 - j, p0, F[bidx]); in randomize_loopfilter_buffers() 408 setsx(idx, j, q0, F[bidx]); in randomize_loopfilter_buffers() 414 setsx(idx, -1, p0 = q0, E[bidx] >> 2); in randomize_loopfilter_buffers() 416 setsx(idx, -1 - j, p0, F[bidx]); in randomize_loopfilter_buffers() 417 setsx(idx, j, q0, F[bidx]); in randomize_loopfilter_buffers() 427 setsx(idx, 1, q1 = q0, I[bidx]); in randomize_loopfilter_buffers() 428 setsx(idx, 2, q2 = q1, I[bidx]); in randomize_loopfilter_buffers() 429 setsx(idx, 3, q2, I[bidx]); in randomize_loopfilter_buffers() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | dump.c | 542 unsigned int bidx; in start_bidx_of_node() local 548 bidx = node_ofs - 1; in start_bidx_of_node() 551 bidx = node_ofs - 2 - dec; in start_bidx_of_node() 554 bidx = node_ofs - 5 - dec; in start_bidx_of_node() 556 return bidx * ADDRS_PER_BLOCK(&node_blk->i) + in start_bidx_of_node() 563 unsigned int bidx; in dump_data_offset() local 575 bidx = start_bidx_of_node(node_ofs, node_blk); in dump_data_offset() 576 bidx += ofs_in_node; in dump_data_offset() 580 bidx, bidx * 4096); in dump_data_offset()
|
D | dir.c | 113 unsigned int bidx, end_block; in find_in_level() local 129 bidx = dir_block_index(level, dir_level, le32_to_cpu(namehash) % nbucket); in find_in_level() 130 end_block = bidx + nblock; in find_in_level() 136 for (; bidx < end_block; bidx++) { in find_in_level() 143 get_dnode_of_data(sbi, &dn, bidx, LOOKUP_NODE); in find_in_level() 225 int nbucket, nblock, bidx, block; in f2fs_add_link() local 262 bidx = dir_block_index(level, dir_level, le32_to_cpu(dentry_hash) % nbucket); in f2fs_add_link() 265 for (block = bidx; block <= (bidx + nblock - 1); block++) { in f2fs_add_link()
|
D | f2fs.h | 618 unsigned long bidx = 0; in dir_block_index() local 621 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in dir_block_index() 622 bidx += idx * bucket_blocks(level); in dir_block_index() 623 return bidx; in dir_block_index()
|
D | fsck.c | 1355 unsigned int bidx = 0; in __get_current_level() local 1359 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in __get_current_level() 1360 if (bidx > pgofs) in __get_current_level() 1371 unsigned int bidx, end_block; in f2fs_check_dirent_position() local 1379 bidx = dir_block_index(level, dir_level, in f2fs_check_dirent_position() 1381 end_block = bidx + nblock; in f2fs_check_dirent_position() 1383 if (pgofs >= bidx && pgofs < end_block) in f2fs_check_dirent_position() 1388 pino, printable_name, level, dir_level, pgofs, bidx, in f2fs_check_dirent_position()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | mediancut.c | 106 const unsigned int aidx = 8, bidx = len / 2, cidx = len - 1; in qsort_pivot() local 108 base[bidx].tmp.sort_value, c = base[cidx].tmp.sort_value; in qsort_pivot() 109 return (a < b) ? ((b < c) ? bidx : ((a < c) ? cidx : aidx)) in qsort_pivot() 110 : ((b > c) ? bidx : ((a < c) ? aidx : cidx)); in qsort_pivot()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 2804 const uint32_t bidx = c->cur_block->index; in set_a_flags_for_subgroup() local 2807 vir_uniform_ui(c, bidx)), in set_a_flags_for_subgroup()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 176059 + int bidx; 176072 + if( Tcl_GetIntFromObj(interp, objv[4], &bidx) ) return TCL_ERROR; 176077 + sqlite3_preupdate_new(db, bidx, &pVal); 176079 + sqlite3_preupdate_old(db, bidx, &pVal);
|