Home
last modified time | relevance | path

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

12

/external/libvpx/test/
Dvp9_end_to_end_test.cc254 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
256 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
273 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
275 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
298 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
302 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dvp9_arf_freq_test.cc192 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
194 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dsvc_datarate_test.cc690 cfg_.g_bit_depth = VPX_BITS_8; in TEST_P()
721 cfg_.g_bit_depth = VPX_BITS_8; in TEST_P()
755 cfg_.g_bit_depth = VPX_BITS_10; in TEST_P()
757 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
795 cfg_.g_bit_depth = VPX_BITS_12; in TEST_P()
797 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libaom/test/
Dhorz_superres_test.cc113 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
115 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
216 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
218 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
326 cfg_.g_bit_depth = test_video_param_.bit_depth; in SetUp()
328 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in SetUp()
Ddeltaq_mode_test.cc53 cfg.g_bit_depth = AOM_BITS_8; in TEST()
113 cfg.g_bit_depth = AOM_BITS_8; in TEST()
172 cfg.g_bit_depth = AOM_BITS_10; in TEST()
Darf_freq_test.cc178 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
180 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dloopfilter_control_test.cc143 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
145 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Drt_end_to_end_test.cc158 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
160 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dallintra_end_to_end_test.cc99 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
101 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_ssim_test.cc153 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
154 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_psnr_test.cc149 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
151 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Dend_to_end_qmpsnr_test.cc157 cfg_.g_bit_depth = test_video_param_.bit_depth; in DoTest()
158 if (cfg_.g_bit_depth > 8) init_flags_ |= AOM_CODEC_USE_HIGHBITDEPTH; in DoTest()
Davif_progressive_test.cc48 cfg.g_bit_depth = AOM_BITS_8; in TEST()
133 cfg.g_bit_depth = AOM_BITS_8; in TEST()
218 cfg.g_bit_depth = AOM_BITS_8; in TEST()
303 cfg.g_bit_depth = AOM_BITS_8; in TEST()
Dwiener_test.cc877 cfg.g_bit_depth = AOM_BITS_10;
1134 cfg.g_bit_depth = AOM_BITS_12;
1337 cfg.g_bit_depth = AOM_BITS_12;
1453 cfg.g_bit_depth = AOM_BITS_10;
1607 cfg.g_bit_depth = AOM_BITS_10;
1751 cfg.g_bit_depth = AOM_BITS_8;
1825 cfg.g_bit_depth = AOM_BITS_8;
1918 cfg.g_bit_depth = AOM_BITS_10;
2037 cfg.g_bit_depth = AOM_BITS_12;
Dforced_max_frame_width_height_test.cc138 cfg.g_bit_depth = AOM_BITS_8; in TEST()
Dencode_test_driver.cc274 CalculateFrameLevelSSIM(video->img(), img_enc, cfg_.g_bit_depth, in RunLoop()
/external/libaom/apps/
Daomenc.c1029 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1200 config->use_16bit_internal |= config->cfg.g_bit_depth > AOM_BITS_8; in parse_stream_params()
1270 (unsigned int)stream->config.cfg.g_bit_depth); in validate_stream_config()
1343 SHOW(g_bit_depth); in show_stream_config()
1818 (unsigned int)stream->config.cfg.g_bit_depth) { in get_cx_data()
2202 (int)stream->config.cfg.g_bit_depth; in main()
2288 (unsigned int)stream->config.cfg.g_bit_depth) { in main()
2289 stream->config.cfg.g_bit_depth = stream->config.cfg.g_input_bit_depth; in main()
2298 if (stream->config.cfg.g_bit_depth > 8) { in main()
2302 if (stream->config.cfg.g_bit_depth > 10) { in main()
[all …]
/external/libaom/examples/
Daom_cx_set_ref.c287 cfg.g_bit_depth = AOM_BITS_8; in main()
289 flags |= (cfg.g_bit_depth > AOM_BITS_8 || FORCE_HIGHBITDEPTH_DECODING) in main()
Dlightfield_encoder.c499 cfg.g_bit_depth = AOM_BITS_8; in main()
500 flags |= (cfg.g_bit_depth > AOM_BITS_8 || FORCE_HIGHBITDEPTH_DECODING) in main()
/external/libaom/aom/
Daom_encoder.h467 aom_bit_depth_t g_bit_depth; member
/external/libvpx/vpx/
Dvpx_encoder.h329 vpx_bit_depth_t g_bit_depth; member
/external/libvpx/
Dvpxenc.c964 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1139 (unsigned int)stream->config.cfg.g_bit_depth) { in validate_stream_config()
1141 stream->index, (int)stream->config.cfg.g_bit_depth, in validate_stream_config()
1230 SHOW(g_bit_depth); in show_stream_config()
1803 (int)stream->config.cfg.g_bit_depth; in main()
1876 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libaom/aom/src/
Daom_encoder.c74 } else if (cfg->g_bit_depth > 8 && in aom_codec_enc_init_ver()
/external/libvpx/examples/
Dvp9_spatial_svc_encoder.c304 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()
305 switch (enc_cfg->g_bit_depth) { in parse_command_line()
319 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth); in parse_command_line()
/external/libvpx/vp9/
Dvp9_cx_iface.c290 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
355 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()
362 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()
517 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()
1716 const vpx_bit_depth_t bit_depth = ctx->cfg.g_bit_depth; in encoder_get_global_headers()

12