/external/libaom/libaom/test/ |
D | coding_path_sync.cc | 69 cfg.g_profile = 0; in CompressedSource() 71 cfg.g_profile = 1; in CompressedSource() 73 cfg.g_profile = 2; in CompressedSource()
|
D | horz_superres_test.cc | 107 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()
|
D | motion_vector_test.cc | 92 cfg_.g_profile = 0; in TEST_P()
|
D | lossless_test.cc | 90 cfg_.g_profile = 1; in TEST_P()
|
D | rt_end_to_end_test.cc | 130 cfg_.g_profile = test_video_param_.profile; in DoTest()
|
D | end_to_end_test.cc | 164 cfg_.g_profile = test_video_param_.profile; in DoTest()
|
D | arf_freq_test.cc | 184 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | datarate_test.cc | 141 cfg_.g_profile = 1; in BasicRateTargeting444CBRTest()
|
D | resize_test.cc | 626 cfg_.g_profile = (img_format == AOM_IMG_FMT_I420) ? 0 : 1; in TEST_P()
|
/external/libvpx/libvpx/test/ |
D | vp9_end_to_end_test.cc | 243 cfg_.g_profile = test_video_param_.profile; in TEST_P() 268 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | resize_test.cc | 735 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()
|
D | vp9_motion_vector_test.cc | 83 cfg_.g_profile = 0; in TEST_P()
|
D | vp9_lossless_test.cc | 88 cfg_.g_profile = 1; in TEST_P()
|
D | active_map_refresh_test.cc | 108 cfg_.g_profile = 1; in TEST_P()
|
D | vp9_arf_freq_test.cc | 189 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | vp9_datarate_test.cc | 395 cfg_.g_profile = 1; in TEST_P()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1479 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/libaom/libaom/aom/ |
D | aom_encoder.h | 399 unsigned int g_profile; /**< profile of bitstream to use */ member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 186 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/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 295 unsigned int g_profile; /**< profile of bitstream to use */ member
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 328 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/ |
D | vpxenc.c | 884 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/ |
D | av1_cx_iface.c | 367 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/ |
D | vp8_cx_iface.c | 158 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/ |
D | vp9_impl.cc | 526 config_->g_profile = 0; in InitEncode() 538 config_->g_profile = 2; in InitEncode()
|