/external/libaom/libaom/test/ |
D | film_grain_table_test.cc | 76 aom_film_grain_t grain; in TEST() local 77 EXPECT_FALSE(aom_film_grain_table_lookup(&table, 0, 1000, false, &grain)); in TEST() 80 EXPECT_FALSE(aom_film_grain_table_lookup(&table, 0, 1000, false, &grain)); in TEST() 81 EXPECT_FALSE(aom_film_grain_table_lookup(&table, 2000, 3000, false, &grain)); in TEST() 83 EXPECT_TRUE(aom_film_grain_table_lookup(&table, 1000, 2000, false, &grain)); in TEST() 85 grain.bit_depth = film_grain_test_vectors[0].bit_depth; in TEST() 86 EXPECT_EQ(0, memcmp(&grain, film_grain_test_vectors + 0, sizeof(table))); in TEST() 93 EXPECT_TRUE(aom_film_grain_table_lookup(&table, 1000, 2000, true, &grain)); in TEST() 94 EXPECT_FALSE(aom_film_grain_table_lookup(&table, 1000, 2000, false, &grain)); in TEST() 96 EXPECT_TRUE(aom_film_grain_table_lookup(&table, 2000, 3000, true, &grain)); in TEST() [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 179 int block_size, aom_film_grain_t *grain) { in print_variance_y() argument 181 grain->apply_grain = 1; in print_variance_y() 182 grain->random_seed = 7391; in print_variance_y() 183 grain->bit_depth = raw->bit_depth; in print_variance_y() 186 if (av1_add_film_grain(grain, denoised, &renoised)) { in print_variance_y() 281 aom_film_grain_t grain; in print_debug_info() local 282 aom_noise_model_get_grain_parameters(noise_model, &grain); in print_debug_info() 283 print_variance_y(debug_file, raw, denoised, flat_blocks, block_size, &grain); in print_debug_info() 393 aom_film_grain_t grain; in main() local 394 aom_noise_model_get_grain_parameters(&noise_model, &grain); in main() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | grain_table.c | 184 const aom_film_grain_t *grain) { in aom_film_grain_table_append() argument 185 if (!t->tail || memcmp(grain, &t->tail->params, sizeof(*grain))) { in aom_film_grain_table_append() 194 new_tail->params = *grain; in aom_film_grain_table_append() 203 aom_film_grain_t *grain) { in aom_film_grain_table_lookup() argument 206 uint16_t random_seed = grain ? grain->random_seed : 0; in aom_film_grain_table_lookup() 207 if (grain) memset(grain, 0, sizeof(*grain)); in aom_film_grain_table_lookup() 212 if (grain) { in aom_film_grain_table_lookup() 213 *grain = entry->params; in aom_film_grain_table_lookup() 214 if (time_stamp != 0) grain->random_seed = random_seed; in aom_film_grain_table_lookup()
|
D | grain_table.h | 62 const aom_film_grain_t *grain); 74 aom_film_grain_t *grain);
|
D | noise_model.h | 302 YV12_BUFFER_CONFIG *buf, aom_film_grain_t *grain);
|
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 235 const auto* grain = static_cast<const GrainType*>(grain_buffer); in ConstructNoiseStripes_C() local 281 &grain[(plane_offset_y + i) * grain_width + plane_offset_x], in ConstructNoiseStripes_C() 300 const auto* grain = static_cast<const GrainType*>(grain_buffer); in ConstructNoiseStripesWithOverlap_C() local 334 &grain[(plane_offset_y + i) * grain_width + plane_offset_x], in ConstructNoiseStripesWithOverlap_C() 350 grain[(plane_offset_y + i) * grain_width + plane_offset_x]; in ConstructNoiseStripesWithOverlap_C() 369 grain[(plane_offset_y + i) * grain_width + plane_offset_x + 1]; in ConstructNoiseStripesWithOverlap_C() 409 &grain[(plane_offset_y + i) * grain_width + plane_offset_x + j], in ConstructNoiseStripesWithOverlap_C() 426 int grain = noise_stripe_row[x]; in WriteOverlapLine_C() local 428 grain = old * old_coeff + grain * grain_coeff; in WriteOverlapLine_C() 429 grain = Clip3(RightShiftWithRounding(grain, 5), GetGrainMin<bitdepth>(), in WriteOverlapLine_C() [all …]
|
/external/mtools/ |
D | mtools.h | 358 #define ROUND_DOWN(value, grain) ((value) - (value) % (grain)) argument 359 #define ROUND_UP(value, grain) ROUND_DOWN((value) + (grain)-1, (grain)) argument
|
/external/icu/icu4c/source/data/unit/ |
D | sr_Cyrl_BA.txt | 37 grain{ 82 grain{
|
D | de_CH.txt | 27 grain{ 54 grain{
|
D | sr_Latn_BA.txt | 37 grain{ 82 grain{
|
D | id.txt | 486 grain{ 487 dnam{"grain"} 488 other{"{0} grain"} 1455 grain{ 1456 dnam{"grain"} 1457 other{"{0} grain"}
|
D | yo.txt | 130 grain{ 310 grain{
|
D | root.txt | 507 grain{ 508 dnam{"grain"} 509 other{"{0} grain"}
|
D | hu.txt | 602 grain{ 603 dnam{"grain"} 604 one{"{0} grain"} 605 other{"{0} grain"} 1811 grain{ 1812 dnam{"grain"} 1813 one{"{0} grain"} 1814 other{"{0} grain"}
|
D | zh_Hant_HK.txt | 185 grain{ 765 grain{
|
D | fr_CA.txt | 333 grain{ 334 dnam{"grain"} 1024 grain{ 1025 one{"{0} grain"}
|
D | ar_XB.txt | 603 grain{ 604 dnam{"grain"} 605 one{"{0} grain"} 606 other{"{0} grain"} 1564 grain{ 1565 other{"{0} grain"}
|
D | en_CA.txt | 29 grain{ 412 grain{
|
D | qu.txt | 276 grain{ 537 grain{
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | scariness_score_test.cpp | 136 size_t grain = 1 << scale; in main() local 149 2 * std::max(1, (int)(grain / sizeof(int64_t))), Write); break; in main()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ras/mc_event/ |
D | format | 22 print fmt: "%d %s error%s:%s%s on %s (mc:%d location:%d:%d:%d address:0x%08lx grain:%d syndrome:0x%…
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 77 const int16x8_t grain = vextq_s16(grain_lo, grain_hi, position_offset); in AccumulateWeightedGrain() local 78 sum.val[0] = vmlal_n_s16(sum.val[0], vget_low_s16(grain), coeff); in AccumulateWeightedGrain() 79 sum.val[1] = vmlal_n_s16(sum.val[1], vget_high_s16(grain), coeff); in AccumulateWeightedGrain() 1005 const int16x8_t grain = vmlal_s8(weighted_grain, old_coeff, source_old); in WriteOverlapLine8bpp_NEON() local 1007 vst1_s8(noise_image_row + x, vqrshrn_n_s16(grain, 5)); in WriteOverlapLine8bpp_NEON()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 2351 柾>'[straight grain]'; 3667 禾>'[grain still on stalk]'; 3669 秀>'[ear of grain]'; 3674 秒>'[beard of grain or corn]'; 3675 秕>'[empty grain or rice husk]'; 3688 稈>'[stalk of grain]'; 3692 稔>'[ripe grain]'; 3695 稙>'[grain ready for grinding]'; 3705 稼>'[sow grain]'; 3710 穂>'[ear of grain]'; [all …]
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 116 locking as appropriate. This includes the coarse-grain work queues for Cfgs and 117 assembler buffers. It also includes finer-grain access to constant pool
|
/external/libcups/examples/ |
D | ipp-2.0.test | 69 EXPECT media-col-supported WITH-VALUE media-grain DEFINE-MATCH HAVE_MEDIA_GRAIN 84 …EXPECT media-grain-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag IF-DEFINED HAVE_…
|