Searched defs:oxcf (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.h43 VP9D_CONFIG oxcf; member in struct:VP9Decompressor
87 struct VP9Decompressor *vp9_create_decompressor(const VP9D_CONFIG *oxcf);
H A Dvp9_decoder.c113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) { argument
136 pbi->oxcf = *oxcf;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c17 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
34 lrc->avg_frame_qindex[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
35 lrc->ni_av_qi = q_trans[oxcf->worst_allowed_q];
48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
52 lrc->last_q[0] = q_trans[oxcf->best_allowed_q];
53 lrc->last_q[1] = q_trans[oxcf->best_allowed_q];
54 lrc->last_q[2] = q_trans[oxcf
66 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
119 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
141 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
188 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
[all...]
H A Dvp9_ratectrl.c186 const VP9_CONFIG *oxcf = &cpi->oxcf; local
187 if (oxcf->rc_max_intra_bitrate_pct) {
189 oxcf->rc_max_intra_bitrate_pct / 100;
220 const VP9_CONFIG *oxcf = &cpi->oxcf; local
231 rc->bits_off_target = MIN(rc->bits_off_target, oxcf->maximum_buffer_size);
234 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
240 const VP9_CONFIG *oxcf = &cpi->oxcf; local
445 const VP9_CONFIG *oxcf = &cpi->oxcf; local
606 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
789 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
1234 const VP9_CONFIG *oxcf = &cpi->oxcf; local
[all...]
H A Dvp9_firstpass.c272 cpi->oxcf.two_pass_vbrbias / 100.0);
339 (int64_t)cpi->oxcf.two_pass_vbrmax_section) / 100;
599 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
606 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
642 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
653 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
674 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
933 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
945 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
[all...]
H A Dvp9_onyx_if.c430 cpi->rd_thresh_mult[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
511 cpi->rd_thresh_mult_sub8x8[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
554 if (cpi->oxcf.lossless || cpi->mb.e_mbd.lossless) {
561 const VP9_CONFIG *oxcf = &cpi->oxcf; local
563 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
565 oxcf->lag_in_frames);
571 oxcf->width, oxcf
693 VP9_CONFIG *const oxcf = &cpi->oxcf; local
756 init_rate_control(const VP9_CONFIG *oxcf, int pass, RATE_CONTROL *rc) argument
787 init_config(struct VP9_COMP *cpi, VP9_CONFIG *oxcf) argument
829 vp9_change_config(struct VP9_COMP *cpi, const VP9_CONFIG *oxcf) argument
1157 vp9_create_compressor(VP9_CONFIG *oxcf) argument
[all...]
H A Dvp9_onyx_int.h289 VP9_CONFIG oxcf; member in struct:VP9_COMP
377 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
378 int active_arnr_strength; // <= cpi->oxcf.arnr_max_strength
522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
525 void vp9_change_config(VP9_COMP *cpi, const VP9_CONFIG *oxcf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf) argument
57 (void)oxcf;
87 pbi->ec_enabled = oxcf->error_concealment;
480 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf) argument
485 fb->pbi[0] = create_decompressor(oxcf);
492 fb->pbi[0]->max_threads = oxcf->max_threads;
H A Donyxd_int.h77 VP8D_CONFIG oxcf; member in struct:VP8D_COMP
135 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c82 VP8_CONFIG oxcf; member in struct:vpx_codec_alg_priv
285 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, argument
290 oxcf->multi_threaded = cfg.g_threads;
291 oxcf->Version = cfg.g_profile;
293 oxcf->Width = cfg.g_w;
294 oxcf->Height = cfg.g_h;
295 oxcf->timebase = cfg.g_timebase;
297 oxcf->error_resilient_mode = cfg.g_error_resilient;
304 oxcf->Mode = MODE_BESTQUALITY;
307 oxcf
[all...]
H A Dvp8_dx_iface.c432 VP8D_CONFIG oxcf; local
434 oxcf.Width = ctx->si.w;
435 oxcf.Height = ctx->si.h;
436 oxcf.Version = 9;
437 oxcf.postprocess = 0;
438 oxcf.max_threads = ctx->cfg.threads;
439 oxcf.error_concealment =
454 res = vp8_create_decoder_instances(&ctx->yv12_frame_buffers, &oxcf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c184 VP9D_CONFIG oxcf; local
189 oxcf.width = ctx->si.w;
190 oxcf.height = ctx->si.h;
191 oxcf.version = 9;
192 oxcf.max_threads = ctx->cfg.threads;
193 oxcf.inv_tile_order = ctx->invert_tile_order;
194 optr = vp9_create_decompressor(&oxcf);
H A Dvp9_cx_iface.c78 VP9_CONFIG oxcf; member in struct:vpx_codec_alg_priv
280 static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf, argument
283 oxcf->version = cfg->g_profile;
284 oxcf->width = cfg->g_w;
285 oxcf->height = cfg->g_h;
287 oxcf->framerate = (double)cfg->g_timebase.den / cfg->g_timebase.num;
288 if (oxcf->framerate > 180)
289 oxcf->framerate = 30;
293 oxcf->mode = MODE_GOODQUALITY;
296 oxcf
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c222 lc->starting_buffer_level = cpi->oxcf.starting_buffer_level;
223 lc->optimal_buffer_level = cpi->oxcf.optimal_buffer_level;
224 lc->maximum_buffer_size = cpi->oxcf.maximum_buffer_size;
225 lc->starting_buffer_level_in_ms = cpi->oxcf.starting_buffer_level_in_ms;
226 lc->optimal_buffer_level_in_ms = cpi->oxcf.optimal_buffer_level_in_ms;
227 lc->maximum_buffer_size_in_ms = cpi->oxcf.maximum_buffer_size_in_ms;
261 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
262 cpi->oxcf.starting_buffer_level = lc->starting_buffer_level;
263 cpi->oxcf.optimal_buffer_level = lc->optimal_buffer_level;
264 cpi->oxcf
301 init_temporal_layer_context(VP8_COMP *cpi, VP8_CONFIG *oxcf, const int layer, double prev_layer_framerate) argument
361 reset_temporal_layer_change(VP8_COMP *cpi, VP8_CONFIG *oxcf, const int prev_num_layers) argument
1322 init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) argument
1396 VP8_CONFIG *oxcf = &cpi->oxcf; local
1443 vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) argument
1785 vp8_create_compressor(VP8_CONFIG *oxcf) argument
[all...]
H A Donyx_int.h315 VP8_CONFIG oxcf; member in struct:VP8_COMP

Completed in 214 milliseconds