Home
last modified time | relevance | path

Searched refs:rcc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dratecontrol.c82 RateControlContext *rcc = &s->rc_context; in get_diff_limited_q() local
85 const double last_p_q = rcc->last_qscale_for[AV_PICTURE_TYPE_P]; in get_diff_limited_q()
86 const double last_non_b_q = rcc->last_qscale_for[rcc->last_non_b_pict_type]; in get_diff_limited_q()
89 (a->i_quant_factor > 0.0 || rcc->last_non_b_pict_type == AV_PICTURE_TYPE_P)) in get_diff_limited_q()
98 if (rcc->last_non_b_pict_type == pict_type || pict_type != AV_PICTURE_TYPE_I) { in get_diff_limited_q()
99 double last_q = rcc->last_qscale_for[pict_type]; in get_diff_limited_q()
108 rcc->last_qscale_for[pict_type] = q; // Note we cannot do that after blurring in get_diff_limited_q()
111 rcc->last_non_b_pict_type = pict_type; in get_diff_limited_q()
150 RateControlContext *rcc = &s->rc_context; in modify_qscale() local
168 double expected_size = rcc->buffer_index; in modify_qscale()
[all …]
Dmpegvideo_enc.c1937 RateControlContext *rcc = &s->rc_context; in ff_mpv_encode_picture() local
1938 …int max_size = FFMAX(rcc->buffer_index * avctx->rc_max_available_vbv_use, rcc->buffer_index - 500); in ff_mpv_encode_picture()
/third_party/skia/
DBUILD.gn3517 "$skia_qt_path" + "/bin/rcc",
/third_party/NuttX/
DReleaseNotes11040 clocking options set up before in *rcc.c use INITS flag to avoid
28044 rcc\_enableperipherals() causing syscfg is accessed before it is enabled
29812 * [#3730](https://github.com/apache/nuttx/pull/3730) stm32h7 rcc: Sync h7x7xx and h7x3xx. Changes a…
33703 * [#8880](https://github.com/apache/nuttx/pull/8880) arm: stm32: Fixed stm32 rcc and tim
34476 * [#9006](https://github.com/apache/nuttx/pull/9006) arch/arm/stm32h7/rcc: make VOS0 configurable f…
/third_party/gstreamer/gstplugins_bad/
DChangeLog58433 configure: Add --with-moc/uic/rcc options