Searched refs:g_bit_depth (Results 1 – 7 of 7) sorted by relevance
153 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()155 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
189 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()191 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
335 vpx_bit_depth_t g_bit_depth; member
287 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()288 switch (enc_cfg->g_bit_depth) { in parse_command_line()302 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth); in parse_command_line()
664 cfg.g_bit_depth = bit_depth; in main()
1189 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()1330 (unsigned int)stream->config.cfg.g_bit_depth) { in validate_stream_config()1332 stream->index, (int)stream->config.cfg.g_bit_depth, in validate_stream_config()1432 SHOW(g_bit_depth); in show_stream_config()2016 (int)stream->config.cfg.g_bit_depth; in main()2093 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
275 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()344 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()351 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()476 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()