Home
last modified time | relevance | path

Searched refs:allow_lowbitdepth (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/test/
Ddecode_perf_test.cc67 cfg.allow_lowbitdepth = 1; in TEST_P()
216 cfg.allow_lowbitdepth = 1; in TEST_P()
Dtest_vector_test.cc141 cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in TEST_P()
Dtile_independence_test.cc37 cfg.allow_lowbitdepth = 1; in TileIndependenceTest()
Ddecode_multithreaded_test.cc42 cfg.allow_lowbitdepth = 1; in AV1DecodeMultiThreadedTest()
Dcoding_path_sync.cc146 cfg.allow_lowbitdepth = allowLowbitdepth; in Decoder()
Dav1_ext_tile_test.cc46 cfg.allow_lowbitdepth = 1; in AV1ExtTileTest()
Dethread_test.cc36 cfg.allow_lowbitdepth = 1; in AVxEncoderThreadTest()
Dencode_test_driver.cc180 dec_cfg.allow_lowbitdepth = 1; in RunLoop()
Dexternal_frame_buffer_test.cc429 cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in TEST_P()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.h55 int allow_lowbitdepth, SequenceHeader *seq_params,
Ddecoder.h197 int allow_lowbitdepth; member
Dobu.c252 av1_read_color_config(rb, pbi->allow_lowbitdepth, seq_params, &cm->error); in read_sequence_header_obu()
Ddecodeframe.c4399 int allow_lowbitdepth, SequenceHeader *seq_params, in av1_read_color_config() argument
4404 seq_params->bit_depth > AOM_BITS_8 || !allow_lowbitdepth; in av1_read_color_config()
/external/libaom/libaom/aom/
Daom_decoder.h100 unsigned int allow_lowbitdepth; /**< Allow use of low-bitdepth coding path */ member
/external/libaom/libaom/av1/
Dav1_dx_iface.c101 priv->cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in decoder_init()
483 frame_worker_data->pbi->allow_lowbitdepth = ctx->cfg.allow_lowbitdepth; in init_decoder()