Home
last modified time | relevance | path

Searched refs:AOM_CODEC_USE_HIGHBITDEPTH (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/test/
Dhorz_superres_test.cc99 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
202 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
313 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
Drt_end_to_end_test.cc109 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_test.cc165 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Darf_freq_test.cc188 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libaom/libaom/aom/
Daom_encoder.h70 #define AOM_CODEC_USE_HIGHBITDEPTH 0x40000 /**< Use high bitdepth */ macro
/external/libaom/libaom/examples/
Daom_cx_set_ref.c287 ? AOM_CODEC_USE_HIGHBITDEPTH in main()
Dlightfield_encoder.c483 ? AOM_CODEC_USE_HIGHBITDEPTH in main()
/external/libaom/libaom/av1/
Dav1_cx_iface.c1601 (ctx->init_flags & AOM_CODEC_USE_HIGHBITDEPTH) ? 1 : 0; in encoder_init()
/external/libaom/libaom/apps/
Daomenc.c1784 flags |= stream->config.use_16bit_internal ? AOM_CODEC_USE_HIGHBITDEPTH : 0; in initialize_encoder()