Home
last modified time | relevance | path

Searched refs:oxcf (Results 1 – 25 of 66) sorted by relevance

123

/external/libaom/libaom/av1/
Dav1_cx_iface.c264 AV1EncoderConfig oxcf; member
534 static void disable_superres(AV1EncoderConfig *const oxcf) { in disable_superres() argument
535 oxcf->superres_mode = SUPERRES_NONE; in disable_superres()
536 oxcf->superres_scale_denominator = SCALE_NUMERATOR; in disable_superres()
537 oxcf->superres_kf_scale_denominator = SCALE_NUMERATOR; in disable_superres()
538 oxcf->superres_qthresh = 255; in disable_superres()
539 oxcf->superres_kf_qthresh = 255; in disable_superres()
543 AV1EncoderConfig *oxcf, const aom_codec_enc_cfg_t *cfg, in set_encoder_config() argument
546 oxcf->profile = cfg->g_profile; in set_encoder_config()
547 oxcf->fwd_kf_enabled = cfg->fwd_kf_enabled; in set_encoder_config()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c302 if (cpi->oxcf.fixed_q >= 0) { in calc_iframe_target_size()
303 int Q = cpi->oxcf.key_q; in calc_iframe_target_size()
317 target = cpi->oxcf.starting_buffer_level / 2; in calc_iframe_target_size()
319 if (target > cpi->oxcf.target_bandwidth * 3 / 2) { in calc_iframe_target_size()
320 target = cpi->oxcf.target_bandwidth * 3 / 2; in calc_iframe_target_size()
329 if (cpi->oxcf.number_of_layers == 1) { in calc_iframe_target_size()
351 if (cpi->oxcf.rc_max_intra_bitrate_pct) { in calc_iframe_target_size()
353 cpi->per_frame_bandwidth * cpi->oxcf.rc_max_intra_bitrate_pct / 100; in calc_iframe_target_size()
383 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
500 if (cpi->oxcf.fixed_q == -1) { in calc_gf_params()
[all …]
Donyx_if.c194 lc->starting_buffer_level = cpi->oxcf.starting_buffer_level; in save_layer_context()
195 lc->optimal_buffer_level = cpi->oxcf.optimal_buffer_level; in save_layer_context()
196 lc->maximum_buffer_size = cpi->oxcf.maximum_buffer_size; in save_layer_context()
197 lc->starting_buffer_level_in_ms = cpi->oxcf.starting_buffer_level_in_ms; in save_layer_context()
198 lc->optimal_buffer_level_in_ms = cpi->oxcf.optimal_buffer_level_in_ms; in save_layer_context()
199 lc->maximum_buffer_size_in_ms = cpi->oxcf.maximum_buffer_size_in_ms; in save_layer_context()
232 cpi->oxcf.target_bandwidth = lc->target_bandwidth; in restore_layer_context()
233 cpi->oxcf.starting_buffer_level = lc->starting_buffer_level; in restore_layer_context()
234 cpi->oxcf.optimal_buffer_level = lc->optimal_buffer_level; in restore_layer_context()
235 cpi->oxcf.maximum_buffer_size = lc->maximum_buffer_size; in restore_layer_context()
[all …]
Dmr_dissim.c24 unsigned int iw = cpi->oxcf.Width * cpi->oxcf.mr_down_sampling_factor.den + in vp8_cal_low_res_mb_cols()
25 cpi->oxcf.mr_down_sampling_factor.num - 1; in vp8_cal_low_res_mb_cols()
27 low_res_w = iw / cpi->oxcf.mr_down_sampling_factor.num; in vp8_cal_low_res_mb_cols()
59 if (cpi->oxcf.mr_total_resolutions > 1 && in vp8_cal_dissimilarity()
60 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_cal_dissimilarity()
65 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_cal_dissimilarity()
105 if (cpi->oxcf.play_alternate) { in vp8_cal_dissimilarity()
203 if (cpi->oxcf.mr_total_resolutions > 1 && in vp8_store_drop_frame_info()
204 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_store_drop_frame_info()
209 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_store_drop_frame_info()
Dfirstpass.c57 #define POW1 (double)cpi->oxcf.two_pass_vbrbias / 100.0
58 #define POW2 (double)cpi->oxcf.two_pass_vbrbias / 100.0
326 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in frame_max_bits()
329 DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.optimal_buffer_level); in frame_max_bits()
335 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()
360 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()
612 if (raw_motion_error < cpi->oxcf.encode_breakout) { in vp8_first_pass()
966 if (cpi->oxcf.cpu_used <= 5) { in estimate_max_q()
967 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_max_q()
1008 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in estimate_max_q()
[all …]
Dpickinter.c69 if (cpi->oxcf.number_of_layers > 1) { in check_dot_artifact_candidate()
81 !cpi->oxcf.screen_content_mode) { in check_dot_artifact_candidate()
399 ((LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info)->mb_info; in get_lower_res_motion_info()
410 parent_mb_row = mb_row * cpi->oxcf.mr_down_sampling_factor.den / in get_lower_res_motion_info()
411 cpi->oxcf.mr_down_sampling_factor.num; in get_lower_res_motion_info()
412 parent_mb_col = mb_col * cpi->oxcf.mr_down_sampling_factor.den / in get_lower_res_motion_info()
413 cpi->oxcf.mr_down_sampling_factor.num; in get_lower_res_motion_info()
424 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1)) in get_lower_res_motion_info()
432 cpi->oxcf.mr_down_sampling_factor.num / in get_lower_res_motion_info()
433 cpi->oxcf.mr_down_sampling_factor.den; in get_lower_res_motion_info()
[all …]
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c97 VP9EncoderConfig oxcf; member
400 static void config_target_level(VP9EncoderConfig *oxcf) { in config_target_level() argument
403 const int target_level_index = get_level_index(oxcf->target_level); in config_target_level()
412 if ((double)oxcf->target_bandwidth > max_average_bitrate) in config_target_level()
413 oxcf->target_bandwidth = (int64_t)(max_average_bitrate); in config_target_level()
414 if (oxcf->ss_number_layers == 1 && oxcf->pass != 0) in config_target_level()
415 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth; in config_target_level()
419 (int)((max_average_bitrate * 1.10 - (double)oxcf->target_bandwidth) * in config_target_level()
420 100 / (double)(oxcf->target_bandwidth)); in config_target_level()
421 if (oxcf->over_shoot_pct > max_over_shoot_pct) in config_target_level()
[all …]
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c78 VP8_CONFIG oxcf; member
273 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config() argument
277 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()
278 oxcf->Version = cfg.g_profile; in set_vp8e_config()
280 oxcf->Width = cfg.g_w; in set_vp8e_config()
281 oxcf->Height = cfg.g_h; in set_vp8e_config()
282 oxcf->timebase = cfg.g_timebase; in set_vp8e_config()
284 oxcf->error_resilient_mode = cfg.g_error_resilient; in set_vp8e_config()
287 case VPX_RC_ONE_PASS: oxcf->Mode = MODE_BESTQUALITY; break; in set_vp8e_config()
288 case VPX_RC_FIRST_PASS: oxcf->Mode = MODE_FIRSTPASS; break; in set_vp8e_config()
[all …]
Dvp8_dx_iface.c330 VP8D_CONFIG oxcf; in vp8_decode() local
332 oxcf.Width = ctx->si.w; in vp8_decode()
333 oxcf.Height = ctx->si.h; in vp8_decode()
334 oxcf.Version = 9; in vp8_decode()
335 oxcf.postprocess = 0; in vp8_decode()
336 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()
337 oxcf.error_concealment = in vp8_decode()
351 res = vp8_create_decoder_instances(&ctx->yv12_frame_buffers, &oxcf); in vp8_decode()
/external/libaom/libaom/av1/encoder/
Dratectrl.c92 return (double)(cpi->oxcf.width * cpi->oxcf.height) / (width * height); in resize_rate_factor()
177 const AV1EncoderConfig *oxcf = &cpi->oxcf; in av1_rc_clamp_pframe_target_size() local
194 if (oxcf->rc_max_inter_bitrate_pct) { in av1_rc_clamp_pframe_target_size()
196 rc->avg_frame_bandwidth * oxcf->rc_max_inter_bitrate_pct / 100; in av1_rc_clamp_pframe_target_size()
205 const AV1EncoderConfig *oxcf = &cpi->oxcf; in av1_rc_clamp_iframe_target_size() local
206 if (oxcf->rc_max_intra_bitrate_pct) { in av1_rc_clamp_iframe_target_size()
208 rc->avg_frame_bandwidth * oxcf->rc_max_intra_bitrate_pct / 100; in av1_rc_clamp_iframe_target_size()
257 void av1_rc_init(const AV1EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { in av1_rc_init() argument
260 if (pass == 0 && oxcf->rc_mode == AOM_CBR) { in av1_rc_init()
261 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
[all …]
Dencoder.c317 if (cpi->oxcf.superblock_size == AOM_SUPERBLOCK_SIZE_64X64) in select_sb_size()
322 if (cpi->oxcf.superblock_size == AOM_SUPERBLOCK_SIZE_128X128) in select_sb_size()
325 assert(cpi->oxcf.superblock_size == AOM_SUPERBLOCK_SIZE_DYNAMIC); in select_sb_size()
338 if (cpi->oxcf.superres_mode == SUPERRES_NONE && in select_sb_size()
339 cpi->oxcf.resize_mode == RESIZE_NONE && cpi->oxcf.speed >= 2) { in select_sb_size()
485 const AV1EncoderConfig *oxcf) { in update_film_grain_parameters() argument
487 cpi->oxcf = *oxcf; in update_film_grain_parameters()
495 if (oxcf->film_grain_test_vector) { in update_film_grain_parameters()
499 film_grain_test_vectors + oxcf->film_grain_test_vector - 1, in update_film_grain_parameters()
501 if (oxcf->monochrome) in update_film_grain_parameters()
[all …]
Dpass2_strategy.c47 const AV1EncoderConfig *oxcf, in calculate_modified_err() argument
55 oxcf->two_pass_vbrbias / 100.0); in calculate_modified_err()
129 const AV1EncoderConfig *oxcf) { in frame_max_bits() argument
131 (int64_t)oxcf->two_pass_vbrmax_section) / in frame_max_bits()
200 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in get_twopass_worst_quality() local
207 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_twopass_worst_quality()
235 if (cpi->oxcf.rc_mode == AOM_CQ) q = AOMMAX(q, oxcf->cq_level); in get_twopass_worst_quality()
250 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in get_sr_decay_rate()
382 int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in calc_frame_boost()
521 const int max_bits = frame_max_bits(rc, &cpi->oxcf); in calculate_total_gf_group_bits()
[all …]
Dencode_strategy.c105 if (cpi->oxcf.pass == 2) { in av1_configure_buffer_updates()
119 (cpi->oxcf.pass == 0 || cpi->oxcf.pass == 2)) { in av1_configure_buffer_updates()
188 if (cpi->oxcf.pass == 2) update_twopass_gf_group_index(cpi); in update_rc_counts()
464 if (cpi->oxcf.pass == 2) { in get_arf_src_index()
480 if (cpi->oxcf.pass == 2) { in get_internal_arf_src_index()
499 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in setup_arf_or_arf2() local
519 if (oxcf->arnr_max_frames > 0) { in setup_arf_or_arf2()
622 cpi->oxcf.error_resilient_mode || in allow_show_existing()
625 cpi->oxcf.s_frame_mode || (lookahead_src->flags & AOM_EFLAG_SET_S_FRAME); in allow_show_existing()
933 if (cpi->oxcf.pass == 2) { in get_refresh_frame_flags()
[all …]
Dspeed_features.c314 if (cpi->oxcf.enable_smooth_interintra) { in set_good_speed_features_framesize_independent()
614 if (!cpi->oxcf.enable_tx64) sf->tx_size_search_method = USE_FAST_RD; in set_rt_speed_features_framesize_independent()
622 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_set_speed_features_framesize_dependent() local
624 if (oxcf->mode == GOOD) { in av1_set_speed_features_framesize_dependent()
629 if (cpi->oxcf.motion_vector_unit_test == 1) in av1_set_speed_features_framesize_dependent()
631 else if (cpi->oxcf.motion_vector_unit_test == 2) in av1_set_speed_features_framesize_dependent()
639 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_set_speed_features_framesize_independent() local
649 if (cpi->oxcf.disable_trellis_quant == 3) { in av1_set_speed_features_framesize_independent()
650 sf->optimize_coefficients = !is_lossless_requested(&cpi->oxcf) in av1_set_speed_features_framesize_independent()
653 } else if (cpi->oxcf.disable_trellis_quant == 2) { in av1_set_speed_features_framesize_independent()
[all …]
Dgop_structure.c154 assert(IMPLIES(cpi->oxcf.gf_max_pyr_height == MIN_PYRAMID_LVL, in get_pyramid_height()
159 assert(cpi->oxcf.gf_max_pyr_height > MIN_PYRAMID_LVL); in get_pyramid_height()
161 assert(MIN_PYRAMID_LVL + 1 <= cpi->oxcf.gf_max_pyr_height); in get_pyramid_height()
165 cpi->oxcf.gf_max_pyr_height); in get_pyramid_height()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c32 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in vp9_init_layer_context() local
63 for (sl = 0; sl < oxcf->ss_number_layers; ++sl) { in vp9_init_layer_context()
72 svc->framedrop_thresh[sl] = oxcf->drop_frames_water_mark; in vp9_init_layer_context()
84 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.pass == 2) { in vp9_init_layer_context()
101 for (sl = 0; sl < oxcf->ss_number_layers; ++sl) { in vp9_init_layer_context()
102 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) { in vp9_init_layer_context()
103 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_init_layer_context()
111 lrc->ni_av_qi = oxcf->worst_allowed_q; in vp9_init_layer_context()
120 lrc->worst_quality = oxcf->worst_allowed_q; in vp9_init_layer_context()
121 lrc->best_quality = oxcf->best_allowed_q; in vp9_init_layer_context()
[all …]
Dvp9_speed_features.c179 if ((speed >= 1) && (cpi->oxcf.pass == 2) && in set_good_speed_feature_framesize_dependent()
207 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in set_good_speed_feature_framesize_independent() local
245 if (oxcf->pass == 2) { in set_good_speed_feature_framesize_independent()
287 if (oxcf->vbr_corpus_complexity) in set_good_speed_feature_framesize_independent()
296 sf->reference_masking = oxcf->resize_mode != RESIZE_DYNAMIC ? 1 : 0; in set_good_speed_feature_framesize_independent()
486 cpi->oxcf.resize_mode == RESIZE_DYNAMIC)) { in set_rt_speed_feature_framesize_independent()
527 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0) in set_rt_speed_feature_framesize_independent()
575 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 && in set_rt_speed_feature_framesize_independent()
593 if (cpi->oxcf.rc_mode == VPX_VBR) sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent()
612 if (cpi->oxcf.rc_mode == VPX_CBR && in set_rt_speed_feature_framesize_independent()
[all …]
Dvp9_ratectrl.c212 const VP9EncoderConfig *oxcf = &cpi->oxcf; in vp9_rc_clamp_pframe_target_size() local
214 if (cpi->oxcf.pass != 2) { in vp9_rc_clamp_pframe_target_size()
230 if (oxcf->rc_max_inter_bitrate_pct) { in vp9_rc_clamp_pframe_target_size()
232 rc->avg_frame_bandwidth * oxcf->rc_max_inter_bitrate_pct / 100; in vp9_rc_clamp_pframe_target_size()
240 const VP9EncoderConfig *oxcf = &cpi->oxcf; in vp9_rc_clamp_iframe_target_size() local
241 if (oxcf->rc_max_intra_bitrate_pct) { in vp9_rc_clamp_iframe_target_size()
243 rc->avg_frame_bandwidth * oxcf->rc_max_intra_bitrate_pct / 100; in vp9_rc_clamp_iframe_target_size()
325 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && in update_buffer_level_postencode()
326 cpi->oxcf.drop_frames_water_mark == 0) in update_buffer_level_postencode()
361 void vp9_rc_init(const VP9EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { in vp9_rc_init() argument
[all …]
Dvp9_encoder.c109 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in is_spatial_denoise_enabled() local
111 return (oxcf->pass != 1) && !is_lossless_requested(&cpi->oxcf) && in is_spatial_denoise_enabled()
119 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in compute_context_model_thresh() local
121 const int bitrate = (int)(oxcf->target_bandwidth >> 10); in compute_context_model_thresh()
444 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in is_psnr_calc_enabled() local
446 return cpi->b_calculate_psnr && (oxcf->pass != 1) && cm->show_frame; in is_psnr_calc_enabled()
572 if (cpi->oxcf.mode != REALTIME || cpi->oxcf.speed < 5) return; in apply_roi_map()
1229 const VP9EncoderConfig *oxcf = &cpi->oxcf; in alloc_raw_frame_buffers() local
1232 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height, in alloc_raw_frame_buffers()
1237 oxcf->lag_in_frames); in alloc_raw_frame_buffers()
[all …]
Dvp9_noise_estimate.c57 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi) && in enable_noise_estimation()
65 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR && in enable_noise_estimation()
66 cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ && cpi->oxcf.speed >= 5 && in enable_noise_estimation()
68 cpi->oxcf.content != VP9E_CONTENT_SCREEN && in enable_noise_estimation()
123 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) { in vp9_update_noise_estimate()
143 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
160 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi) && in vp9_update_noise_estimate()
271 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
278 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
Dvp9_firstpass.c240 if (cpi->oxcf.vbr_corpus_complexity) in get_distribution_av_err()
251 const VP9EncoderConfig *oxcf, in calculate_mod_frame_score() argument
257 oxcf->two_pass_vbrbias / 100.0); in calculate_mod_frame_score()
272 const VP9EncoderConfig *oxcf, in calculate_norm_frame_score() argument
278 oxcf->two_pass_vbrbias / 100.0); in calculate_norm_frame_score()
280 const double min_score = (double)(oxcf->two_pass_vbrmin_section) / 100.0; in calculate_norm_frame_score()
281 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calculate_norm_frame_score()
299 const VP9EncoderConfig *oxcf) { in frame_max_bits() argument
301 (int64_t)oxcf->two_pass_vbrmax_section) / in frame_max_bits()
706 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in first_pass_stat_calc()
[all …]
Dvp9_picklpf.c28 if (cpi->oxcf.pass == 2) { in get_max_filter_level()
102 if ((cpi->oxcf.pass == 2) && (cpi->twopass.section_intra_rating < 20)) in search_filter_level()
180 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR && in vp9_pick_filter_level()
181 cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ && cm->seg.enabled && in vp9_pick_filter_level()
182 cpi->oxcf.content != VP9E_CONTENT_SCREEN && cm->frame_type != KEY_FRAME) in vp9_pick_filter_level()
Dvp9_aq_cyclicrefresh.c142 if (cpi->oxcf.speed < 8) in vp9_cyclic_refresh_rc_bits_per_mb()
185 if (cpi->oxcf.rc_mode == VPX_VBR && mi->ref_frame[0] == GOLDEN_FRAME) in vp9_cyclic_refresh_update_segment()
288 !cpi->oxcf.gf_cbr_boost_pct) { in vp9_cyclic_refresh_postencode()
327 if (cpi->oxcf.rc_mode == VPX_VBR) rc->baseline_gf_interval = 20; in vp9_cyclic_refresh_set_golden_update()
382 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in cyclic_refresh_update_map()
386 cpi->oxcf.content == VP9E_CONTENT_SCREEN in cyclic_refresh_update_map()
468 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) in cyclic_refresh_update_map()
485 is_lossless_requested(&cpi->oxcf) || in vp9_cyclic_refresh_update_parameters()
518 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) { in vp9_cyclic_refresh_update_parameters()
541 if (cpi->oxcf.rc_mode == VPX_VBR) { in vp9_cyclic_refresh_update_parameters()
[all …]
/external/libvpx/libvpx/vp8/common/
Donyx.h246 struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf);
249 void vp8_init_config(struct VP8_COMP *onyx, VP8_CONFIG *oxcf);
250 void vp8_change_config(struct VP8_COMP *cpi, VP8_CONFIG *oxcf);
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c66 static struct VP8D_COMP *create_decompressor(VP8D_CONFIG *oxcf) { in create_decompressor() argument
97 pbi->ec_enabled = oxcf->error_concealment; in create_decompressor()
100 (void)oxcf; in create_decompressor()
431 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf) { in vp8_create_decoder_instances() argument
433 fb->pbi[0] = create_decompressor(oxcf); in vp8_create_decoder_instances()
445 fb->pbi[0]->max_threads = oxcf->max_threads; in vp8_create_decoder_instances()

123