Home
last modified time | relevance | path

Searched refs:g_profile (Results 1 – 25 of 26) sorted by relevance

12

/external/libaom/libaom/test/
Dcoding_path_sync.cc69 cfg.g_profile = 0; in CompressedSource()
71 cfg.g_profile = 1; in CompressedSource()
73 cfg.g_profile = 2; in CompressedSource()
Dhorz_superres_test.cc107 cfg_.g_profile = test_video_param_.profile; in SetUp()
210 cfg_.g_profile = test_video_param_.profile; in SetUp()
321 cfg_.g_profile = test_video_param_.profile; in SetUp()
Dmotion_vector_test.cc92 cfg_.g_profile = 0; in TEST_P()
Dlossless_test.cc90 cfg_.g_profile = 1; in TEST_P()
Drt_end_to_end_test.cc130 cfg_.g_profile = test_video_param_.profile; in DoTest()
Dend_to_end_test.cc164 cfg_.g_profile = test_video_param_.profile; in DoTest()
Darf_freq_test.cc184 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Ddatarate_test.cc141 cfg_.g_profile = 1; in BasicRateTargeting444CBRTest()
Dresize_test.cc626 cfg_.g_profile = (img_format == AOM_IMG_FMT_I420) ? 0 : 1; in TEST_P()
/external/libvpx/libvpx/test/
Dresize_test.cc735 cfg_.g_profile != 1) { in PreEncodeFrameHook()
736 cfg_.g_profile = 1; in PreEncodeFrameHook()
740 cfg_.g_profile != 0) { in PreEncodeFrameHook()
741 cfg_.g_profile = 0; in PreEncodeFrameHook()
Dvp9_end_to_end_test.cc243 cfg_.g_profile = test_video_param_.profile; in TEST_P()
268 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dvp9_motion_vector_test.cc83 cfg_.g_profile = 0; in TEST_P()
Dvp9_lossless_test.cc88 cfg_.g_profile = 1; in TEST_P()
Dactive_map_refresh_test.cc108 cfg_.g_profile = 1; in TEST_P()
Dvp9_arf_freq_test.cc189 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dvp9_datarate_test.cc395 cfg_.g_profile = 1; in TEST_P()
/external/libaom/libaom/apps/
Daomenc.c1479 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params()
1732 SHOW(g_profile); in show_stream_config()
2367 switch (stream->config.cfg.g_profile) { in main()
2372 stream->config.cfg.g_profile = 1; in main()
2377 stream->config.cfg.g_profile = 2; in main()
2384 stream->config.cfg.g_profile = 2; in main()
2389 stream->config.cfg.g_profile = 0; in main()
2396 stream->config.cfg.g_profile = 1; in main()
2401 stream->config.cfg.g_profile = 0; in main()
2439 switch (stream->config.cfg.g_profile) { in main()
[all …]
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c186 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
346 if (cfg->g_profile > (unsigned int)PROFILE_1) { in validate_config()
350 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
354 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) { in validate_config()
357 if (cfg->g_profile > (unsigned int)PROFILE_1 && in validate_config()
375 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) { in validate_img()
384 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 && in validate_img()
385 ctx->cfg.g_profile != (unsigned int)PROFILE_3) { in validate_img()
489 oxcf->profile = cfg->g_profile; in set_encoder_config()
/external/libaom/libaom/aom/
Daom_encoder.h399 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h295 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c328 enc_cfg->g_profile = 0; in parse_command_line()
332 enc_cfg->g_profile = 2; in parse_command_line()
336 enc_cfg->g_profile = 2; in parse_command_line()
/external/libvpx/libvpx/
Dvpxenc.c884 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params()
1005 test_16bit_internal | (config->cfg.g_profile > 1); in parse_stream_params()
1131 SHOW(g_profile); in show_stream_config()
1792 if (stream->config.cfg.g_profile == 0) { in main()
/external/libaom/libaom/av1/
Dav1_cx_iface.c367 RANGE_CHECK_HI(cfg, g_profile, MAX_PROFILES - 1); in validate_config()
479 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
483 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
579 if (ctx->cfg.g_profile == (unsigned int)PROFILE_0 && in validate_img()
586 if (ctx->cfg.g_profile != (unsigned int)PROFILE_2) { in validate_img()
699 oxcf->profile = cfg->g_profile; in set_encoder_config()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c158 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
298 oxcf->Version = cfg.g_profile; in set_vp8e_config()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc526 config_->g_profile = 0; in InitEncode()
538 config_->g_profile = 2; in InitEncode()

12