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

1 23 4 5

  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
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/vp9/encoder/
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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 184 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 289 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);
vp9_speed_features.c 296 sf->optimize_coefficients = !cpi->oxcf.lossless;
346 switch (cpi->oxcf.mode) {
380 if (cpi->encode_breakout && cpi->oxcf.mode == MODE_REALTIME &&
387 if (!cpi->oxcf.frame_periodic_boost) {
vp9_firstpass.c 272 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) {
945 const VP9_CONFIG *const oxcf = &cpi->oxcf; local
    [all...]
vp9_picklpf.c 140 : cpi->oxcf.sharpness;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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/libvpx/libvpx/vp8/encoder/
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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 478 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
658 else if ((cpi->oxcf.number_of_layers > 1) &&
662 else if ((cpi->oxcf.number_of_layers > 1) &&
733 if (cpi->oxcf.cpu_used < 0)
734 cpi->Speed = -(cpi->oxcf.cpu_used);
775 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1016 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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 432 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);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 113 VP9Decoder *vp9_decoder_create(const VP9D_CONFIG *oxcf) {
137 pbi->oxcf = *oxcf;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) {
136 pbi->oxcf = *oxcf;

Completed in 403 milliseconds

1 23 4 5