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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dratecontrol.c59 static inline double bits2qp(RateControlEntry *rce, double bits){ function
98 (void *)bits2qp,
103 "bits2qp",
364 q= bits2qp(rce, bits);
459 q_limit= bits2qp(rce, FFMAX((min_rate - buffer_size + rcc->buffer_index) * s->avctx->rc_min_vbv_overflow_use, 1));
474 q_limit= bits2qp(rce, FFMAX(rcc->buffer_index * s->avctx->rc_max_available_vbv_use, 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.c80 static inline double bits2qp(RateControlEntry *rce, double bits) function
122 (void *)bits2qp,
127 "bits2qp",
426 q = bits2qp(rce, bits);
538 q_limit = bits2qp(rce,
558 q_limit = bits2qp(rce,

Completed in 121 milliseconds