Home
last modified time | relevance | path

Searched refs:g_bit_depth (Results 1 – 17 of 17) sorted by relevance

/external/libaom/libaom/test/
Dhorz_superres_test.cc109 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
111 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
212 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
214 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
323 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
325 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
Drt_end_to_end_test.cc132 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
134 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_test.cc166 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
168 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Darf_freq_test.cc186 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
188 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc245 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
247 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
270 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
274 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dvp9_arf_freq_test.cc191 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
193 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libaom/libaom/examples/
Daom_cx_set_ref.c284 cfg.g_bit_depth = AOM_BITS_8; in main()
286 flags |= (cfg.g_bit_depth > AOM_BITS_8 || FORCE_HIGHBITDEPTH_DECODING) in main()
Dlightfield_encoder.c496 cfg.g_bit_depth = AOM_BITS_8; in main()
497 flags |= (cfg.g_bit_depth > AOM_BITS_8 || FORCE_HIGHBITDEPTH_DECODING) in main()
/external/libaom/libaom/apps/
Daomenc.c1489 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1624 config->cfg.g_bit_depth > AOM_BITS_8 || FORCE_HIGHBITDEPTH_DECODING; in parse_stream_params()
1647 (unsigned int)stream->config.cfg.g_bit_depth); in validate_stream_config()
1735 SHOW(g_bit_depth); in show_stream_config()
2354 (int)stream->config.cfg.g_bit_depth; in main()
2429 (unsigned int)stream->config.cfg.g_bit_depth) { in main()
2430 stream->config.cfg.g_bit_depth = stream->config.cfg.g_input_bit_depth; in main()
2438 if (stream->config.cfg.g_bit_depth > 10) { in main()
2448 if (stream->config.cfg.g_bit_depth > 8) { in main()
2536 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libaom/libaom/aom/
Daom_encoder.h444 aom_bit_depth_t g_bit_depth; member
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h321 vpx_bit_depth_t g_bit_depth; member
/external/libvpx/libvpx/
Dvpxenc.c891 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1032 (unsigned int)stream->config.cfg.g_bit_depth) { in validate_stream_config()
1034 stream->index, (int)stream->config.cfg.g_bit_depth, in validate_stream_config()
1134 SHOW(g_bit_depth); in show_stream_config()
1718 (int)stream->config.cfg.g_bit_depth; in main()
1795 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c324 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()
325 switch (enc_cfg->g_bit_depth) { in parse_command_line()
339 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth); in parse_command_line()
Dvpx_temporal_svc_encoder.c715 cfg.g_bit_depth = bit_depth; in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c286 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
351 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()
358 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()
493 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc525 config_->g_bit_depth = VPX_BITS_8; in InitEncode()
537 config_->g_bit_depth = VPX_BITS_10; in InitEncode()
741 config_->g_bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH); in InitAndSetControlSettings()
/external/libaom/libaom/av1/
Dav1_cx_iface.c454 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); in validate_config()
480 cfg->g_bit_depth > AOM_BITS_10) { in validate_config()
707 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()