Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dresize_test.cc459 cfg_.g_profile != 1) { in PreEncodeFrameHook()
460 cfg_.g_profile = 1; in PreEncodeFrameHook()
464 cfg_.g_profile != 0) { in PreEncodeFrameHook()
465 cfg_.g_profile = 0; in PreEncodeFrameHook()
Dvp9_lossless_test.cc93 cfg_.g_profile = 1; in TEST_P()
Dactive_map_refresh_test.cc107 cfg_.g_profile = 1; in TEST_P()
Dvp9_end_to_end_test.cc160 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dvp9_arf_freq_test.cc196 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Ddatarate_test.cc481 cfg_.g_profile = 1; in TEST_P()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c161 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
313 if (cfg->g_profile > (unsigned int)PROFILE_1) { in validate_config()
317 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
321 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
325 if (cfg->g_profile > (unsigned int)PROFILE_1 && in validate_config()
345 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) { in validate_img()
353 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 && in validate_img()
354 ctx->cfg.g_profile != (unsigned int)PROFILE_3) { in validate_img()
393 oxcf->profile = cfg->g_profile; in set_encoder_config()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h333 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c274 enc_cfg->g_profile = 0; in parse_command_line()
278 enc_cfg->g_profile = 2; in parse_command_line()
282 enc_cfg->g_profile = 2; in parse_command_line()
Dvpx_temporal_svc_encoder.c585 cfg.g_profile = 2; in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c140 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
289 oxcf->Version = cfg.g_profile; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c1146 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params()
1264 (config->cfg.g_profile > 1); in parse_stream_params()
1407 SHOW(g_profile); in show_stream_config()
2112 if (stream->config.cfg.g_profile == 0) { in main()