Searched refs:allow_lowbitdepth (Results 1 – 15 of 15) sorted by relevance
67 cfg.allow_lowbitdepth = 1; in TEST_P()216 cfg.allow_lowbitdepth = 1; in TEST_P()
141 cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in TEST_P()
37 cfg.allow_lowbitdepth = 1; in TileIndependenceTest()
42 cfg.allow_lowbitdepth = 1; in AV1DecodeMultiThreadedTest()
146 cfg.allow_lowbitdepth = allowLowbitdepth; in Decoder()
46 cfg.allow_lowbitdepth = 1; in AV1ExtTileTest()
36 cfg.allow_lowbitdepth = 1; in AVxEncoderThreadTest()
180 dec_cfg.allow_lowbitdepth = 1; in RunLoop()
429 cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in TEST_P()
55 int allow_lowbitdepth, SequenceHeader *seq_params,
197 int allow_lowbitdepth; member
252 av1_read_color_config(rb, pbi->allow_lowbitdepth, seq_params, &cm->error); in read_sequence_header_obu()
4399 int allow_lowbitdepth, SequenceHeader *seq_params, in av1_read_color_config() argument4404 seq_params->bit_depth > AOM_BITS_8 || !allow_lowbitdepth; in av1_read_color_config()
100 unsigned int allow_lowbitdepth; /**< Allow use of low-bitdepth coding path */ member
101 priv->cfg.allow_lowbitdepth = CONFIG_LOWBITDEPTH; in decoder_init()483 frame_worker_data->pbi->allow_lowbitdepth = ctx->cfg.allow_lowbitdepth; in init_decoder()