Searched refs:rcc (Results 1 – 5 of 5) sorted by relevance
82 RateControlContext *rcc = &s->rc_context; in get_diff_limited_q() local85 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() local168 double expected_size = rcc->buffer_index; in modify_qscale()[all …]
1937 RateControlContext *rcc = &s->rc_context; in ff_mpv_encode_picture() local1938 …int max_size = FFMAX(rcc->buffer_index * avctx->rc_max_available_vbv_use, rcc->buffer_index - 500); in ff_mpv_encode_picture()
3517 "$skia_qt_path" + "/bin/rcc",
11040 clocking options set up before in *rcc.c use INITS flag to avoid28044 rcc\_enableperipherals() causing syscfg is accessed before it is enabled29812 * [#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 tim34476 * [#9006](https://github.com/apache/nuttx/pull/9006) arch/arm/stm32h7/rcc: make VOS0 configurable f…
58433 configure: Add --with-moc/uic/rcc options