Home
last modified time | relevance | path

Searched refs:grain (Results 1 – 25 of 25) sorted by relevance

/external/libaom/libaom/test/
Dfilm_grain_table_test.cc76 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/
Dnoise_model.c179 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()
185 if (av1_add_film_grain(grain, denoised, &renoised)) { in print_variance_y()
280 aom_film_grain_t grain; in print_debug_info() local
281 aom_noise_model_get_grain_parameters(noise_model, &grain); in print_debug_info()
282 print_variance_y(debug_file, raw, denoised, flat_blocks, block_size, &grain); in print_debug_info()
392 aom_film_grain_t grain; in main() local
393 aom_noise_model_get_grain_parameters(&noise_model, &grain); in main()
394 grain.random_seed = random_seed; in main()
[all …]
/external/libaom/libaom/aom_dsp/
Dgrain_table.c184 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 int16_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()
Dgrain_table.h62 const aom_film_grain_t *grain);
74 aom_film_grain_t *grain);
Dnoise_model.h302 YV12_BUFFER_CONFIG *buf, aom_film_grain_t *grain);
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ras/mc_event/
Dformat22 print fmt: "%d %s error%s:%s%s on %s (mc:%d location:%d:%d:%d address:0x%08lx grain:%d syndrome:0x%…
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2351 柾>'[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/
DALLOCATION.rst116 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/python/cpython2/Doc/library/
Dgensuitemodule.rst27 to be scriptable. Take the return value with a grain of salt: :program:`Internet
/external/icu/icu4c/source/data/locales/
Did.txt376 "grain full",
377 "grain in ear",
696 "grain full",
697 "grain in ear",
722 "grain full",
723 "grain in ear",
Dth.txt399 "grain rain",
401 "grain full",
402 "grain in ear",
Dhr.txt307 "grain rain",
309 "grain full",
310 "grain in ear",
Dbr.txt2186 "grain rain",
2188 "grain full",
2189 "grain in ear",
2212 "grain rain",
2214 "grain full",
2215 "grain in ear",
Droot.txt307 "grain rain",
309 "grain full",
310 "grain in ear",
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt45 笐 < bamboos\-placed\-across\-wooden\-frames\-on\-which\-grain\-may\-be\-stored\-in\-damp\-climates;
143 簋 < a\-square\-basket\-of\-bamboo\-for\-holding\-grain\-used\-at\-sacrifices;
278 耰 < toothless\-rake\-for\-drawing\-earth\-over\-newly\-sown\-grain;
300 蘧 < a\-plant\-which\-resembles\-wheat\-but\-has\-no\-edible\-grain;
313 㮣 < a\-piece\-of\-wood\-used\-to\-strike\-off\-grain\-in\-a\-measure;
496 簠 < an\-ancient\-vessel\-used\-for\-holding\-boiled\-grain;
1210 䊠 < to\-give\-a\-supply\-f\-grain\-for\-rations;
1250 琏 < vessel\-used\-to\-hold\-grain\-offerings;
1285 臿 < to\-separate\-the\-grain\-from\-the\-husk;
1402 璉 < a\-vessel\-used\-hold\-grain\-offerings;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
Dsyntax.md158 feature is intended for fine-grain control in SPIR-V testing), the assembler
/external/deqp-deps/SPIRV-Tools/
Dsyntax.md158 feature is intended for fine-grain control in SPIR-V testing), the assembler
/external/brotli/tests/testdata/
Dplrabn12.txt3503 Against a rumoured war, the smutty grain,
3991 Sky-tinctured grain. Like Maia's son he stood,
4136 Covered with pearly grain: Yet God hath here
5134 To blackest grain, and into store conveyed:
6200 Their magnitudes; this Earth, a spot, a grain,
7293 The smell of grain, or tedded grass, or kine,
9371 Livelier than Meliboean, or the grain
10232 What it devours not, herb, or fruit, or grain,
/external/clang/docs/
DLanguageExtensions.rst32 them. In order to allow fine-grain features checks, we support three builtin
DUsersManual.rst626 output, and gives you fine-grain control over which information is
/external/libpng/
DCHANGES4219 Allow fine grain control of unknown chunk APIs. This change allows
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst1733 entity to fine grain the HW control flow protection mechanism. The flag
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt69302 grain %41850 gren
Dinternal_raw_IPA-old.txt82197 grain %33972 gren