Searched refs:me_penalty_compensation (Results 1 – 3 of 3) sorted by relevance
113 …imation bitrate penalty compensation (1.0 = 256)", FF_MPV_OFFSET(me_penalty_compensation), AV_OPT_…
239 int me_penalty_compensation; member
3543 s->lambda = (s->lambda * s->me_penalty_compensation + 128) >> 8; in encode_picture()3544 s->lambda2 = (s->lambda2 * (int64_t) s->me_penalty_compensation + 128) >> 8; in encode_picture()