Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dhorz_superres_test.cc97 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
99 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
200 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
202 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
311 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
313 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
Drt_end_to_end_test.cc107 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
109 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_test.cc163 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
165 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 || !CONFIG_LOWBITDEPTH) in main()
Dlightfield_encoder.c481 cfg.g_bit_depth = AOM_BITS_8; in main()
482 flags |= (cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH) in main()
/external/libaom/libaom/apps/
Daomenc.c1435 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1554 config->cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH; in parse_stream_params()
1577 (unsigned int)stream->config.cfg.g_bit_depth); in validate_stream_config()
1665 SHOW(g_bit_depth); in show_stream_config()
2241 (int)stream->config.cfg.g_bit_depth; in main()
2312 (unsigned int)stream->config.cfg.g_bit_depth) { in main()
2313 stream->config.cfg.g_bit_depth = stream->config.cfg.g_input_bit_depth; in main()
2321 if (stream->config.cfg.g_bit_depth > 10) { in main()
2331 if (stream->config.cfg.g_bit_depth > 8) { in main()
2419 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libaom/libaom/aom/
Daom_encoder.h303 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/examples/
Dvp9_spatial_svc_encoder.c313 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()
314 switch (enc_cfg->g_bit_depth) { in parse_command_line()
328 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth); in parse_command_line()
Dvpx_temporal_svc_encoder.c692 cfg.g_bit_depth = bit_depth; in main()
/external/libvpx/libvpx/
Dvpxenc.c1197 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1338 (unsigned int)stream->config.cfg.g_bit_depth) { in validate_stream_config()
1340 stream->index, (int)stream->config.cfg.g_bit_depth, in validate_stream_config()
1440 SHOW(g_bit_depth); in show_stream_config()
2024 (int)stream->config.cfg.g_bit_depth; in main()
2101 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c261 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
330 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()
337 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()
462 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c395 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); in validate_config()
425 cfg->g_bit_depth > AOM_BITS_10) { in validate_config()
554 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()