comparison utils.c @ 2584:c07be5590462 libavcodec

motion estimation bitrate penalty compensation
author michael
date Sun, 27 Mar 2005 12:19:59 +0000
parents e25782262d7d
children eaa57c3336fc
comparison
equal deleted inserted replaced
2583:61a08e2b9822 2584:c07be5590462
456 s->lmax= FF_QP2LAMBDA * s->qmax; 456 s->lmax= FF_QP2LAMBDA * s->qmax;
457 s->sample_aspect_ratio= (AVRational){0,1}; 457 s->sample_aspect_ratio= (AVRational){0,1};
458 s->ildct_cmp= FF_CMP_VSAD; 458 s->ildct_cmp= FF_CMP_VSAD;
459 s->profile= FF_PROFILE_UNKNOWN; 459 s->profile= FF_PROFILE_UNKNOWN;
460 s->level= FF_LEVEL_UNKNOWN; 460 s->level= FF_LEVEL_UNKNOWN;
461 s->me_penalty_compensation= 256;
461 462
462 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; 463 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
463 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; 464 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
464 s->palctrl = NULL; 465 s->palctrl = NULL;
465 s->reget_buffer= avcodec_default_reget_buffer; 466 s->reget_buffer= avcodec_default_reget_buffer;