Searched refs:g_pass (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | error_resilience_test.cc | 64 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in PreEncodeFrameHook() 92 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in DoDecode()
|
D | encode_test_driver.cc | 148 cfg_.g_pass = VPX_RC_ONE_PASS; in RunLoop() 150 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop() 152 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
|
D | active_map_test.cc | 76 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
|
D | svc_test.cc | 369 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F() 404 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 175 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config() 178 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config() 180 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config() 212 if (cfg->g_pass == VPX_RC_LAST_PASS) in validate_config() 301 switch (cfg.g_pass) in set_vp8e_config() 314 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) in set_vp8e_config() 454 && (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS)) in vp8e_set_config() 729 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode() 731 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | twopass_encoder.c | 187 cfg.g_pass = VPX_RC_FIRST_PASS; in main() 189 cfg.g_pass = VPX_RC_LAST_PASS; in main()
|
D | vp9_spatial_scalable_encoder.c | 217 enc_cfg->g_pass = VPX_RC_ONE_PASS; in parse_command_line() 228 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line() 233 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
|
D | vp8_multi_resolution_encoder.c | 137 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 167 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config() 206 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config() 291 switch (cfg->g_pass) { in set_vp9e_config() 303 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0 in set_vp9e_config() 602 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode() 604 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode() 1018 cfg->g_pass == VPX_RC_FIRST_PASS || in vp9e_set_svc() 1019 cfg->g_pass == VPX_RC_LAST_PASS) && in vp9e_set_svc()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 349 enum vpx_enc_pass g_pass; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 587 if (enc_cfg->g_pass == VPX_RC_ONE_PASS) { in vpx_svc_init() 791 if (codec_ctx->config.enc->g_pass == VPX_RC_ONE_PASS) { in set_svc_parameters() 974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) { in vpx_svc_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 1114 SHOW(g_pass); in show_stream_config() 1143 if (cfg->g_pass == VPX_RC_FIRST_PASS) in open_output_file() 1174 if (cfg->g_pass == VPX_RC_FIRST_PASS) in close_output_file() 1208 stream->config.cfg.g_pass = global->passes == 2 in setup_pass() 1304 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()
|