Lines Matching defs:width

206     int width = -30;
216 width, "g_usage:", cfg->g_usage,
217 width, "g_threads:", cfg->g_threads,
218 width, "g_profile:", cfg->g_profile,
219 width, "g_w:", cfg->g_w,
220 width, "g_h:", cfg->g_h,
222 width, "g_bit_depth:", cfg->g_bit_depth,
223 width, "g_input_bit_depth:", cfg->g_input_bit_depth,
225 width, "g_timebase:", cfg->g_timebase.num, cfg->g_timebase.den,
226 width, "g_error_resilient:", cfg->g_error_resilient,
227 width, "g_pass:", cfg->g_pass,
228 width, "g_lag_in_frames:", cfg->g_lag_in_frames);
232 width, "rc_dropframe_thresh:", cfg->rc_dropframe_thresh,
233 width, "rc_resize_allowed:", cfg->rc_resize_allowed,
234 width, "rc_resize_up_thresh:", cfg->rc_resize_up_thresh,
235 width, "rc_resize_down_thresh:", cfg->rc_resize_down_thresh,
236 width, "rc_end_usage:", cfg->rc_end_usage,
237 width, "rc_twopass_stats_in:", cfg->rc_twopass_stats_in.buf, cfg->rc_twopass_stats_in.sz,
238 width, "rc_target_bitrate:", cfg->rc_target_bitrate);
241 width, "rc_min_quantizer:", cfg->rc_min_quantizer,
242 width, "rc_max_quantizer:", cfg->rc_max_quantizer);
245 width, "rc_undershoot_pct:", cfg->rc_undershoot_pct,
246 width, "rc_overshoot_pct:", cfg->rc_overshoot_pct);
248 " %*s%u\n", width, "ts_number_layers:", cfg->ts_number_layers);
251 "\n %*s", width, "ts_target_bitrate:");
259 "\n %*s", width, "layer_target_bitrate:");
267 "\n %*s", width, "ts_rate_decimator:");
272 "\n %*s%u\n", width, "ts_periodicity:", cfg->ts_periodicity);
274 "\n %*s", width, "ts_layer_id:");
280 width, "rc_buf_sz:", cfg->rc_buf_sz,
281 width, "rc_buf_initial_sz:", cfg->rc_buf_initial_sz,
282 width, "rc_buf_optimal_sz:", cfg->rc_buf_optimal_sz);
285 width, "rc_2pass_vbr_bias_pct:", cfg->rc_2pass_vbr_bias_pct,
286 width, "rc_2pass_vbr_minsection_pct:", cfg->rc_2pass_vbr_minsection_pct,
287 width, "rc_2pass_vbr_maxsection_pct:", cfg->rc_2pass_vbr_maxsection_pct);
290 width, "rc_2pass_vbr_corpus_complexity:", cfg->rc_2pass_vbr_corpus_complexity);
294 width, "kf_mode:", cfg->kf_mode,
295 width, "kf_min_dist:", cfg->kf_min_dist,
296 width, "kf_max_dist:", cfg->kf_max_dist);
361 int width = -30;
365 av_log(avctx, AV_LOG_DEBUG, " %*s%d\n", width, buf, val);
394 int width = -30;
398 av_log(avctx, AV_LOG_DEBUG, " %*s%d\n", width, buf, *val);
935 enccfg.g_w = avctx->width;
1182 vpx_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
1572 static int realloc_alpha_uv(AVCodecContext *avctx, int width, int height)
1581 width != (int)rawimg_alpha->d_w ||
1586 vpx_img_wrap(rawimg_alpha, VPX_IMG_FMT_I420, width, height, 1,
1634 res = realloc_alpha_uv(avctx, frame->width, frame->height);
1693 vp8_encode_set_roi(avctx, frame->width, frame->height, sd);
1695 vp9_encode_set_roi(avctx, frame->width, frame->height, sd);