Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dresize_test.cc647 cfg_.g_profile != 1) { in PreEncodeFrameHook()
648 cfg_.g_profile = 1; in PreEncodeFrameHook()
652 cfg_.g_profile != 0) { in PreEncodeFrameHook()
653 cfg_.g_profile = 0; in PreEncodeFrameHook()
Dvp9_motion_vector_test.cc81 cfg_.g_profile = 0; in TEST_P()
Dvp9_lossless_test.cc88 cfg_.g_profile = 1; in TEST_P()
Dvp9_end_to_end_test.cc151 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dactive_map_refresh_test.cc108 cfg_.g_profile = 1; in TEST_P()
Dvp9_arf_freq_test.cc187 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Ddatarate_test.cc863 cfg_.g_profile = 1; in TEST_P()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c159 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
339 if (cfg->g_profile > (unsigned int)PROFILE_1) { in validate_config()
343 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
347 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) { in validate_config()
350 if (cfg->g_profile > (unsigned int)PROFILE_1 && in validate_config()
368 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) { in validate_img()
377 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 && in validate_img()
378 ctx->cfg.g_profile != (unsigned int)PROFILE_3) { in validate_img()
472 oxcf->profile = cfg->g_profile; in set_encoder_config()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h309 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c291 enc_cfg->g_profile = 0; in parse_command_line()
295 enc_cfg->g_profile = 2; in parse_command_line()
299 enc_cfg->g_profile = 2; in parse_command_line()
Dvpx_temporal_svc_encoder.c666 cfg.g_profile = 2; in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c137 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
279 oxcf->Version = cfg.g_profile; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c1182 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params()
1303 test_16bit_internal | (config->cfg.g_profile > 1); in parse_stream_params()
1429 SHOW(g_profile); in show_stream_config()
2090 if (stream->config.cfg.g_profile == 0) { in main()