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

12 3

  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
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;
vp9_temporal_filter.c 366 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
369 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1;
384 frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1;
397 strength = oxcf->arnr_strength;
399 strength = oxcf->arnr_strength - ((16 - q) / 2);
415 if (cpi->oxcf.pass == 2 && cpi->multi_arf_allowed) {
vp9_ratectrl.h 106 void vp9_rc_init(const struct VP9EncoderConfig *oxcf, int pass,
  /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);
  /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);
vp9_firstpass.c 275 cpi->oxcf.two_pass_vbrbias / 100.0);
339 static int frame_max_bits(const RATE_CONTROL *rc, const VP9_CONFIG *oxcf) {
341 (int64_t)oxcf->two_pass_vbrmax_section) / 100;
600 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
607 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
643 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
654 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
675 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
946 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
1408 VP9_CONFIG *const oxcf = &cpi->oxcf; local
    [all...]
vp9_onyx_int.h 288 VP9_CONFIG oxcf; member in struct:VP9_COMP
376 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
377 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);
vp9_picklpf.c 140 : cpi->oxcf.sharpness;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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...]
encodeframe.c 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
670 else if ((cpi->oxcf.number_of_layers > 1) &&
674 else if ((cpi->oxcf.number_of_layers > 1) &&
745 if (cpi->oxcf.cpu_used < 0)
746 cpi->Speed = -(cpi->oxcf.cpu_used);
787 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
    [all...]
bitstream.c 1046 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1067 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1094 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
    [all...]
ethreading.c 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
520 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
523 int th_count = cpi->oxcf.multi_threaded - 1;
527 if (cpi->oxcf.multi_threaded > cm->processor_core_count)
  /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);
  /external/libvpx/libvpx/vp8/encoder/
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...]
encodeframe.c 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
657 else if ((cpi->oxcf.number_of_layers > 1) &&
661 else if ((cpi->oxcf.number_of_layers > 1) &&
732 if (cpi->oxcf.cpu_used < 0)
733 cpi->Speed = -(cpi->oxcf.cpu_used);
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1015 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) ||
    [all...]
bitstream.c 1047 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1068 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1095 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
    [all...]
ethreading.c 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
505 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
508 int th_count = cpi->oxcf.multi_threaded - 1;
512 if (cpi->oxcf.multi_threaded > cm->processor_core_count)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
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_if.c 54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf)
87 pbi->ec_enabled = oxcf->error_concealment;
478 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf)
483 fb->pbi[0] = create_decompressor(oxcf);
490 fb->pbi[0]->max_threads = oxcf->max_threads;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 230 VP9D_CONFIG oxcf; local
231 oxcf.width = ctx->si.w;
232 oxcf.height = ctx->si.h;
233 oxcf.version = 9;
234 oxcf.max_threads = ctx->cfg.threads;
235 oxcf.inv_tile_order = ctx->invert_tile_order;
237 ctx->pbi = vp9_decoder_create(&oxcf);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 430 VP8D_CONFIG oxcf; local
432 oxcf.Width = ctx->si.w;
433 oxcf.Height = ctx->si.h;
434 oxcf.Version = 9;
435 oxcf.postprocess = 0;
436 oxcf.max_threads = ctx->cfg.threads;
437 oxcf.error_concealment =
452 res = vp8_create_decoder_instances(&ctx->yv12_frame_buffers, &oxcf);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 113 VP9Decoder *vp9_decoder_create(const VP9D_CONFIG *oxcf) {
137 pbi->oxcf = *oxcf;

Completed in 1353 milliseconds

12 3