/third_party/ffmpeg/tests/ref/fate/ |
D | vp9-encparams | 5 block 0 0:0 64x64 33 6 block 1 64:0 16x16 -12 7 block 2 80:0 16x16 -12 8 block 3 64:16 16x8 0 9 block 4 64:24 16x8 0 10 block 5 80:16 8x16 0 11 block 6 88:16 8x16 0 12 block 7 96:0 32x16 -23 13 block 8 96:16 32x16 0 14 block 9 64:32 16x32 0 [all …]
|
D | h264-encparams | 9 block 0 0:0 16x16 0 10 block 1 16:0 16x16 0 11 block 2 32:0 16x16 0 12 block 3 48:0 16x16 0 13 block 4 64:0 16x16 0 14 block 5 80:0 16x16 0 15 block 6 96:0 16x16 0 16 block 7 112:0 16x16 0 17 block 8 128:0 16x16 0 18 block 9 144:0 16x16 0 [all …]
|
/third_party/e2fsprogs/tests/f_jnl_32bit/ |
D | expect.0 | 1 Journal starts at block 1, transaction 2 2 Found expected sequence 2, type 1 (descriptor block) at block 1 3 Dumping descriptor block, sequence 2, at block 1: 4 FS block 2 logged at journal block 2 (flags 0x8) 5 Found expected sequence 2, type 2 (commit block) at block 3 6 Found expected sequence 3, type 1 (descriptor block) at block 4 7 Dumping descriptor block, sequence 3, at block 4: 8 FS block 82 logged at journal block 5 (flags 0x0) 9 FS block 2 logged at journal block 6 (flags 0x2) 10 FS block 99 logged at journal block 7 (flags 0x2) [all …]
|
/third_party/e2fsprogs/tests/f_jnl_64bit/ |
D | expect.0 | 1 Journal starts at block 67, transaction 32 2 Found expected sequence 32, type 5 (revoke table) at block 67 3 Dumping revoke block, sequence 32, at block 67: 4 Revoke FS block 1536 5 Revoke FS block 1472 6 Revoke FS block 1473 7 Revoke FS block 1474 8 Revoke FS block 1475 9 Revoke FS block 1476 10 Revoke FS block 1541 [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideoenc_template.c | 104 int16_t *block, int n, in RENAME() 115 RENAME_FDCT(ff_fdct)(block); // cannot be anything else ... in RENAME() 118 s->denoise_dct(s, block); in RENAME() 136 : "a" ((block[0]>>2) + q), "c" (ff_inverse[q<<1]) in RENAME() 140 level = (block[0] + 4)>>3; in RENAME() 142 block[0]=0; //avoid fake overflow in RENAME() 182 : "r" (block+64), "r" (qmat), "r" (bias), in RENAME() 216 : "r" (block+64), "r" (qmat+64), "r" (bias+64), in RENAME() 235 if(s->mb_intra) block[0]= level; in RENAME() 236 else block[0]= temp_block[0]; in RENAME() [all …]
|
/third_party/e2fsprogs/tests/j_long_revoke_trans_mcsum_32bit/ |
D | expect | 22 Journal starts at block 1, transaction 1 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/third_party/e2fsprogs/tests/j_long_revoke_trans_mcsum_64bit/ |
D | expect | 21 Journal starts at block 1, transaction 1 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | blockdsp_mmi.c | 27 void ff_fill_block16_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h) in ff_fill_block16_mmi() argument 38 MMI_SDC1(%[ftmp0], %[block], 0x00) in ff_fill_block16_mmi() 40 MMI_SDC1(%[ftmp0], %[block], 0x08) in ff_fill_block16_mmi() 45 [block]"+&r"(block), [h]"+&r"(h) in ff_fill_block16_mmi() 51 void ff_fill_block8_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h) in ff_fill_block8_mmi() argument 62 MMI_SDC1(%[ftmp0], %[block], 0x00) in ff_fill_block8_mmi() 68 [block]"+&r"(block), [h]"+&r"(h) in ff_fill_block8_mmi() 74 void ff_clear_block_mmi(int16_t *block) in ff_clear_block_mmi() argument 81 MMI_SQC1(%[ftmp0], %[ftmp1], %[block], 0x00) in ff_clear_block_mmi() 82 MMI_SQC1(%[ftmp0], %[ftmp1], %[block], 0x10) in ff_clear_block_mmi() [all …]
|
D | idctdsp_mmi.c | 28 void ff_put_pixels_clamped_mmi(const int16_t *block, in ff_put_pixels_clamped_mmi() argument 34 MMI_LDC1(%[ftmp0], %[block], 0x00) in ff_put_pixels_clamped_mmi() 35 MMI_LDC1(%[ftmp1], %[block], 0x08) in ff_put_pixels_clamped_mmi() 36 MMI_LDC1(%[ftmp2], %[block], 0x10) in ff_put_pixels_clamped_mmi() 37 MMI_LDC1(%[ftmp3], %[block], 0x18) in ff_put_pixels_clamped_mmi() 38 MMI_LDC1(%[ftmp4], %[block], 0x20) in ff_put_pixels_clamped_mmi() 39 MMI_LDC1(%[ftmp5], %[block], 0x28) in ff_put_pixels_clamped_mmi() 40 MMI_LDC1(%[ftmp6], %[block], 0x30) in ff_put_pixels_clamped_mmi() 41 MMI_LDC1(%[ftmp7], %[block], 0x38) in ff_put_pixels_clamped_mmi() 55 MMI_LDC1(%[ftmp0], %[block], 0x40) in ff_put_pixels_clamped_mmi() [all …]
|
/third_party/e2fsprogs/tests/j_long_trans_mcsum_32bit/ |
D | expect | 22 Journal starts at block 1, transaction 1 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/third_party/e2fsprogs/tests/j_long_trans_mcsum_64bit/ |
D | expect | 21 Journal starts at block 1, transaction 1 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 60 __u32 bg_block_bitmap; /* Blocks bitmap block */ 61 __u32 bg_inode_bitmap; /* Inodes bitmap block */ 62 __u32 bg_inode_table; /* Inodes table block */ 116 * Structure of the super block 146 __u16 s_block_group_nr; /* block group # of this superblock */ 170 __u32 s_reserved[0]; /* Padding to the end of the block */ 415 __u32 block[0]; 417 __u32 block[1]; 419 __u32 block[2]; 421 __u32 block[3]; [all …]
|
/third_party/e2fsprogs/tests/f_ind_inode_collision/ |
D | expect.1 | 2 Inode 12 block 41 conflicts with critical metadata, skipping block checks. 3 Inode 12 block 40 conflicts with critical metadata, skipping block checks. 4 Inode 12 block 34 conflicts with critical metadata, skipping block checks. 5 Inode 12 block 1 conflicts with critical metadata, skipping block checks. 13 Multiply-claimed block(s) in inode 2: 3 14 Multiply-claimed block(s) in inode 7: 11 15 Multiply-claimed block(s) in inode 11: 4--7 16 …ultiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap… 17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map [all …]
|
/third_party/e2fsprogs/tests/j_long_revoke_trans/ |
D | expect | 19 Journal starts at block 1, transaction 1 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 [all …]
|
/third_party/e2fsprogs/tests/j_ext_long_revoke_trans/ |
D | expect | 28 Journal starts at block 3, transaction 1 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | h264idct_template.c | 37 dctcoef *block = (dctcoef*)_block; in FUNCC() local 40 block[0] += 1 << 5; in FUNCC() 43 const SUINT z0= block[i + 4*0] + (unsigned)block[i + 4*2]; in FUNCC() 44 const SUINT z1= block[i + 4*0] - (unsigned)block[i + 4*2]; in FUNCC() 45 const SUINT z2= (block[i + 4*1]>>1) - (unsigned)block[i + 4*3]; in FUNCC() 46 const SUINT z3= block[i + 4*1] + (unsigned)(block[i + 4*3]>>1); in FUNCC() 48 block[i + 4*0]= z0 + z3; in FUNCC() 49 block[i + 4*1]= z1 + z2; in FUNCC() 50 block[i + 4*2]= z1 - z2; in FUNCC() 51 block[i + 4*3]= z0 - z3; in FUNCC() [all …]
|
D | opus_celt.c | 51 CeltBlock *block = &f->block[j]; in celt_decode_coarse_energy() local 56 block->energy[i] = 0.0; in celt_decode_coarse_energy() 72 block->energy[i] = FFMAX(-9.0f, block->energy[i]) * alpha + prev[j] + value; in celt_decode_coarse_energy() 87 CeltBlock *block = &f->block[j]; in celt_decode_fine_energy() local 92 block->energy[i] += offset; in celt_decode_fine_energy() 112 f->block[j].energy[i] += offset; in celt_decode_final_energy() 146 static void celt_denormalize(CeltFrame *f, CeltBlock *block, float *data) in celt_denormalize() argument 152 float log_norm = block->energy[i] + ff_celt_mean_energy[i]; in celt_denormalize() 160 static void celt_postfilter_apply_transition(CeltBlock *block, float *data) in celt_postfilter_apply_transition() argument 162 const int T0 = block->pf_period_old; in celt_postfilter_apply_transition() [all …]
|
/third_party/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 1 Backing up journal inode block information. 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash [all …]
|
/third_party/e2fsprogs/tests/j_long_trans/ |
D | expect | 19 Journal starts at block 1, transaction 1 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 40 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 44 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_counter() 45 unsigned total = block->num_groups * block->num_selectors; in lookup_counter() 49 return block; in lookup_counter() 53 *base_gid += block->num_groups; in lookup_counter() 63 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 65 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_group() 66 if (*index < block->num_groups) in lookup_group() 67 return block; in lookup_group() 68 *index -= block->num_groups; in lookup_group() [all …]
|
/third_party/e2fsprogs/tests/j_ext_long_trans/ |
D | expect | 28 Journal starts at block 3, transaction 1 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() argument 39 if (block == nir_start_block(impl)) in init_block() 40 block->imm_dom = block; in init_block() 42 block->imm_dom = NULL; in init_block() 43 block->num_dom_children = 0; in init_block() 46 block->dom_pre_index = UINT32_MAX; in init_block() 47 block->dom_post_index = 0; in init_block() 49 _mesa_set_clear(block->dom_frontier, NULL); in init_block() 73 calc_dominance(nir_block *block) in calc_dominance() argument 76 set_foreach(block->predecessors, entry) { in calc_dominance() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.computeShaderDerivatives.comp.out | 18 Name 10 "block" 19 MemberName 10(block) 0 "fDerivativeX" 20 MemberName 10(block) 1 "fDerivativeY" 21 MemberName 10(block) 2 "fDerivativeWidth" 22 MemberName 10(block) 3 "fCoarseDerivativeX" 23 MemberName 10(block) 4 "fCoarseDerivativeY" 24 MemberName 10(block) 5 "fCoarseDerivativeWidth" 25 MemberName 10(block) 6 "fFineDerivativeX" 26 MemberName 10(block) 7 "fFineDerivativeY" 27 MemberName 10(block) 8 "fFineDerivativeWidth" [all …]
|
D | spv.computeShaderDerivatives2.comp.out | 18 Name 10 "block" 19 MemberName 10(block) 0 "fDerivativeX" 20 MemberName 10(block) 1 "fDerivativeY" 21 MemberName 10(block) 2 "fDerivativeWidth" 22 MemberName 10(block) 3 "fCoarseDerivativeX" 23 MemberName 10(block) 4 "fCoarseDerivativeY" 24 MemberName 10(block) 5 "fCoarseDerivativeWidth" 25 MemberName 10(block) 6 "fFineDerivativeX" 26 MemberName 10(block) 7 "fFineDerivativeY" 27 MemberName 10(block) 8 "fFineDerivativeWidth" [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | sha1.ipp | 44 blk(std::uint32_t block[BLOCK_INTS], std::size_t i) 47 block[(i+13)&15] ^ block[(i+8)&15] ^ 48 block[(i+2)&15] ^ block[i], 1); 53 R0(std::uint32_t block[BLOCK_INTS], std::uint32_t v, 57 z += ((w&(x^y))^y) + block[i] + 0x5a827999 + rol(v, 5); 64 R1(std::uint32_t block[BLOCK_INTS], std::uint32_t v, 68 block[i] = blk(block, i); 69 z += ((w&(x^y))^y) + block[i] + 0x5a827999 + rol(v, 5); 75 R2(std::uint32_t block[BLOCK_INTS], std::uint32_t v, 79 block[i] = blk(block, i); [all …]
|