HomeSort by relevance Sort by last modified time
    Searched refs:oxcf (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.h 43 VP9D_CONFIG oxcf; member in struct:VP9Decompressor
87 struct VP9Decompressor *vp9_create_decompressor(const VP9D_CONFIG *oxcf);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 325 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
335 sf->optimize_coefficients = !is_lossless_requested(&cpi->oxcf);
400 if (oxcf->mode == REALTIME)
401 set_rt_speed_feature(cpi, sf, oxcf->speed, oxcf->content);
402 else if (oxcf->mode == GOOD)
403 set_good_speed_feature(cpi, cm, sf, oxcf->speed);
406 cpi->diamond_search_sad = oxcf->mode == BEST ? vp9_full_range_search
413 if (oxcf->pass == 1
    [all...]
vp9_encoder.c 432 const VP9EncoderConfig *oxcf = &cpi->oxcf; local
434 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
439 oxcf->lag_in_frames);
445 oxcf->width, oxcf->height,
542 cm->log2_tile_cols = clamp(cpi->oxcf.tile_columns,
544 cm->log2_tile_rows = cpi->oxcf.tile_rows;
553 static void init_config(struct VP9_COMP *cpi, VP9EncoderConfig *oxcf) {
1481 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
2100 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
2569 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
    [all...]
vp9_encoder.h 233 VP9EncoderConfig oxcf; member in struct:VP9_COMP
416 struct VP9_COMP *vp9_create_compressor(VP9EncoderConfig *oxcf);
419 void vp9_change_config(VP9_COMP *cpi, const VP9EncoderConfig *oxcf);
505 (cpi->oxcf.pass == 1 || cpi->oxcf.pass == 2);
509 return cpi->oxcf.mode != REALTIME && cpi->oxcf.lag_in_frames > 0 &&
510 (cpi->oxcf.play_alternate &&
512 cpi->oxcf.ss_play_alternate[cpi->svc.spatial_layer_id]));
vp9_firstpass.c 222 const VP9EncoderConfig *oxcf,
228 oxcf->two_pass_vbrbias / 100.0);
235 const VP9EncoderConfig *oxcf) {
237 (int64_t)oxcf->two_pass_vbrmax_section) / 100;
553 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
566 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
622 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
632 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
656 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
965 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
1007 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
1394 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
1554 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
1874 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
    [all...]
vp9_picklpf.c 27 if (cpi->oxcf.pass == 2) {
84 if ((cpi->oxcf.pass == 2) && (cpi->twopass.section_intra_rating < 20))
138 : cpi->oxcf.sharpness;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 56 #define POW1 (double)cpi->oxcf.two_pass_vbrbias/100.0
57 #define POW2 (double)cpi->oxcf.two_pass_vbrbias/100.0
355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
357 double buffer_fullness_ratio = (double)cpi->buffer_level / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.optimal_buffer_level);
362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]
pickinter.c 415 = ((LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info)->mb_info;
426 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
427 /cpi->oxcf.mr_down_sampling_factor.num;
428 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
429 /cpi->oxcf.mr_down_sampling_factor.num;
440 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1))
449 *cpi->oxcf.mr_down_sampling_factor.num
450 /cpi->oxcf.mr_down_sampling_factor.den;
452 *cpi->oxcf.mr_down_sampling_factor.nu
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 56 #define POW1 (double)cpi->oxcf.two_pass_vbrbias/100.0
57 #define POW2 (double)cpi->oxcf.two_pass_vbrbias/100.0
355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
357 double buffer_fullness_ratio = (double)cpi->buffer_level / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.optimal_buffer_level);
362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]
pickinter.c 415 = ((LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info)->mb_info;
426 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
427 /cpi->oxcf.mr_down_sampling_factor.num;
428 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
429 /cpi->oxcf.mr_down_sampling_factor.num;
440 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1))
449 *cpi->oxcf.mr_down_sampling_factor.num
450 /cpi->oxcf.mr_down_sampling_factor.den;
452 *cpi->oxcf.mr_down_sampling_factor.nu
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 56 #define POW1 (double)cpi->oxcf.two_pass_vbrbias/100.0
57 #define POW2 (double)cpi->oxcf.two_pass_vbrbias/100.0
355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
357 double buffer_fullness_ratio = (double)cpi->buffer_level / DOUBLE_DIVIDE_CHECK((double)cpi->oxcf.optimal_buffer_level);
362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]
pickinter.c 417 = ((LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info)->mb_info;
428 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
429 /cpi->oxcf.mr_down_sampling_factor.num;
430 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
431 /cpi->oxcf.mr_down_sampling_factor.num;
442 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1))
451 *cpi->oxcf.mr_down_sampling_factor.num
452 /cpi->oxcf.mr_down_sampling_factor.den;
454 *cpi->oxcf.mr_down_sampling_factor.nu
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 77 VP8D_CONFIG oxcf; member in struct:VP8D_COMP
135 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
onyxd_if.c 54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf)
87 pbi->ec_enabled = oxcf->error_concealment;
452 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf)
457 fb->pbi[0] = create_decompressor(oxcf);
464 fb->pbi[0]->max_threads = oxcf->max_threads;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 77 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/decoder/
onyxd_int.h 77 VP8D_CONFIG oxcf; member in struct:VP8D_COMP
135 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
onyxd_if.c 54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf)
57 (void)oxcf;
87 pbi->ec_enabled = oxcf->error_concealment;
480 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf)
485 fb->pbi[0] = create_decompressor(oxcf);
492 fb->pbi[0]->max_threads = oxcf->max_threads;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 257 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
260 void vp8_init_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
261 void vp8_change_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
  /external/libvpx/libvpx/vp8/common/
onyx.h 246 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* onyx, VP8_CONFIG *oxcf);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 246 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* onyx, VP8_CONFIG *oxcf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 382 int blur_type = cpi->oxcf.arnr_type;
470 int frames_bwd = cpi->oxcf.arnr_max_frames - 1;
471 int frames_fwd = cpi->oxcf.arnr_max_frames - 1;
484 switch (cpi->oxcf.arnr_type) {
512 frames_bwd += (cpi->oxcf.arnr_max_frames + 1) & 0x1;
526 cpi->active_arnr_strength = cpi->oxcf.arnr_strength;
528 cpi->active_arnr_strength = cpi->oxcf.arnr_strength - ((16 - q) / 2);
vp9_speed_features.c 287 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
298 sf->optimize_coefficients = !oxcf->lossless;
351 switch (oxcf->mode) {
384 if (cpi->encode_breakout && oxcf->mode == MODE_REALTIME &&
391 if (!cpi->oxcf.frame_periodic_boost) {
vp9_ratectrl.h 92 void vp9_rc_init(const struct VP9_CONFIG *oxcf, int pass, RATE_CONTROL *rc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 382 int blur_type = cpi->oxcf.arnr_type;
470 int frames_bwd = cpi->oxcf.arnr_max_frames - 1;
471 int frames_fwd = cpi->oxcf.arnr_max_frames - 1;
484 switch (cpi->oxcf.arnr_type) {
512 frames_bwd += (cpi->oxcf.arnr_max_frames + 1) & 0x1;
526 cpi->active_arnr_strength = cpi->oxcf.arnr_strength;
528 cpi->active_arnr_strength = cpi->oxcf.arnr_strength - ((16 - q) / 2);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 372 VP8D_CONFIG oxcf; local
374 oxcf.Width = ctx->si.w;
375 oxcf.Height = ctx->si.h;
376 oxcf.Version = 9;
377 oxcf.postprocess = 0;
378 oxcf.max_threads = ctx->cfg.threads;
379 oxcf.error_concealment =
393 res = vp8_create_decoder_instances(&ctx->yv12_frame_buffers, &oxcf);

Completed in 1162 milliseconds

12 3 4 5