Home
last modified time | relevance | path

Searched refs:rce (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dratecontrol.c63 static inline double qp2bits(RateControlEntry *rce, double qp) in qp2bits() argument
68 return rce->qscale * (double)(rce->i_tex_bits + rce->p_tex_bits + 1) / qp; in qp2bits()
71 static inline double bits2qp(RateControlEntry *rce, double bits) in bits2qp() argument
76 return rce->qscale * (double)(rce->i_tex_bits + rce->p_tex_bits + 1) / bits; in bits2qp()
79 static double get_diff_limited_q(MpegEncContext *s, RateControlEntry *rce, double q) in get_diff_limited_q() argument
83 const int pict_type = rce in get_diff_limited_q()
146 modify_qscale(MpegEncContext *s, RateControlEntry *rce, double q, int frame_num) modify_qscale() argument
237 get_qscale(MpegEncContext *s, RateControlEntry *rce, double rate_factor, int frame_num) get_qscale() argument
329 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
368 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
377 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
383 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
390 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
412 RateControlEntry *rce = &rcc->entry[i]; init_pass2() local
562 RateControlEntry *rce = &rcc->entry[i]; ff_rate_control_init() local
573 RateControlEntry *rce; ff_rate_control_init() local
626 RateControlEntry rce; ff_rate_control_init() local
859 RateControlEntry *rce = &rcc->entry[s->picture_number]; ff_get_2pass_fcode() local
879 RateControlEntry local_rce, *rce; ff_rate_estimate_qscale() local
[all...]

Completed in 2 milliseconds