MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_get_2pass_fcode

Function ff_get_2pass_fcode

libavcodec/ratecontrol.c:645–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void ff_get_2pass_fcode(MpegEncContext *s){
646 RateControlContext *rcc= &s->rc_context;
647 int picture_number= s->picture_number;
648 RateControlEntry *rce;
649
650 rce= &rcc->entry[picture_number];
651 s->f_code= rce->f_code;
652 s->b_code= rce->b_code;
653}
654
655//FIXME rd or at least approx for dquant
656

Callers 1

encode_pictureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected