Home
last modified time | relevance | path

Searched refs:var_values (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dscale.c129 var_values[VAR_PI] = M_PI; in ff_scale_eval_dimensions()
130 var_values[VAR_PHI] = M_PHI; in ff_scale_eval_dimensions()
131 var_values[VAR_E] = M_E; in ff_scale_eval_dimensions()
132 var_values[VAR_IN_W] = var_values[VAR_IW] = inlink->w; in ff_scale_eval_dimensions()
133 var_values[VAR_IN_H] = var_values[VAR_IH] = inlink->h; in ff_scale_eval_dimensions()
134 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions()
135 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
139 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
151 var_values[VARS_NB + VAR_S2R_MAIN_DAR] = var_values[VARS_NB + VAR_S2R_MDAR] = in ff_scale_eval_dimensions()
152 var_values[VARS_NB + VAR_S2R_MAIN_A] * var_values[VARS_NB + VAR_S2R_MAIN_SAR]; in ff_scale_eval_dimensions()
[all …]
H A Df_select.c146 double var_values[VAR_VARS_NB]; member
206 select->var_values[VAR_N] = 0.0; in config_input()
241 select->var_values[VAR_SAMPLE_RATE] = in config_input()
354 select->var_values[VAR_N], in select_frame()
355 select->var_values[VAR_PTS], in select_frame()
356 select->var_values[VAR_T], in select_frame()
385 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
386 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
387 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
393 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dsetpts.c93 double var_values[VAR_VARS_NB]; member
108 setpts->var_values[VAR_N] = 0.0; in init()
109 setpts->var_values[VAR_S] = 0.0; in init()
110 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
111 setpts->var_values[VAR_PREV_INT] = NAN; in init()
128 setpts->var_values[VAR_SR] = in config_input()
129 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
132 setpts->var_values[VAR_FRAME_RATE] = in config_input()
138 setpts->var_values[VAR_TB], in config_input()
188 setpts->var_values[VAR_T], in filter_frame()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Df_select.c142 double var_values[VAR_VARS_NB]; member
200 select->var_values[VAR_N] = 0.0; in config_input()
235 select->var_values[VAR_SAMPLE_RATE] = in config_input()
325 select->var_values[VAR_N], in select_frame()
326 select->var_values[VAR_PTS], in select_frame()
327 select->var_values[VAR_T], in select_frame()
356 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
357 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
358 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
364 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dsetpts.c91 double var_values[VAR_VARS_NB]; member
106 setpts->var_values[VAR_N] = 0.0; in init()
107 setpts->var_values[VAR_S] = 0.0; in init()
108 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
109 setpts->var_values[VAR_PREV_INT] = NAN; in init()
110 setpts->var_values[VAR_PREV_OUTPTS] = NAN; in init()
126 setpts->var_values[VAR_SR] = in config_input()
127 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
134 setpts->var_values[VAR_TB], in config_input()
184 setpts->var_values[VAR_T], in filter_frame()
[all …]
H A Dvf_crop.c143 s->var_values[VAR_IN_W] = s->var_values[VAR_IW] = ctx->inputs[0]->w; in config_input()
144 s->var_values[VAR_IN_H] = s->var_values[VAR_IH] = ctx->inputs[0]->h; in config_input()
147 s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; in config_input()
152 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = NAN; in config_input()
153 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = NAN; in config_input()
166 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input()
171 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = res; in config_input()
178 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input()
257 s->var_values[VAR_X] = av_expr_eval(s->x_pexpr, s->var_values, NULL); in filter_frame()
258 s->var_values[VAR_Y] = av_expr_eval(s->y_pexpr, s->var_values, NULL); in filter_frame()
[all …]
H A Dvf_zoompan.c133 var_values[VAR_IN_W] = var_values[VAR_IW] = in->width; in filter_frame()
134 var_values[VAR_IN_H] = var_values[VAR_IH] = in->height; in filter_frame()
135 var_values[VAR_OUT_W] = var_values[VAR_OW] = s->w; in filter_frame()
136 var_values[VAR_OUT_H] = var_values[VAR_OH] = s->h; in filter_frame()
139 var_values[VAR_PX] = s->x; in filter_frame()
141 var_values[VAR_X] = 0; in filter_frame()
142 var_values[VAR_Y] = 0; in filter_frame()
144 var_values[VAR_ZOOM] = 1; in filter_frame()
149 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in filter_frame()
184 var_values[VAR_X] = dx; in filter_frame()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Df_select.c142 double var_values[VAR_VARS_NB]; member
200 select->var_values[VAR_N] = 0.0; in config_input()
235 select->var_values[VAR_SAMPLE_RATE] = in config_input()
325 select->var_values[VAR_N], in select_frame()
326 select->var_values[VAR_PTS], in select_frame()
327 select->var_values[VAR_T], in select_frame()
356 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
357 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
358 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
364 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dsetpts.c91 double var_values[VAR_VARS_NB]; member
106 setpts->var_values[VAR_N] = 0.0; in init()
107 setpts->var_values[VAR_S] = 0.0; in init()
108 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
109 setpts->var_values[VAR_PREV_INT] = NAN; in init()
110 setpts->var_values[VAR_PREV_OUTPTS] = NAN; in init()
126 setpts->var_values[VAR_SR] = in config_input()
127 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
134 setpts->var_values[VAR_TB], in config_input()
184 setpts->var_values[VAR_T], in filter_frame()
[all …]
H A Dvf_crop.c143 s->var_values[VAR_IN_W] = s->var_values[VAR_IW] = ctx->inputs[0]->w; in config_input()
144 s->var_values[VAR_IN_H] = s->var_values[VAR_IH] = ctx->inputs[0]->h; in config_input()
147 s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; in config_input()
152 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = NAN; in config_input()
153 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = NAN; in config_input()
166 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input()
171 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = res; in config_input()
178 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input()
257 s->var_values[VAR_X] = av_expr_eval(s->x_pexpr, s->var_values, NULL); in filter_frame()
258 s->var_values[VAR_Y] = av_expr_eval(s->y_pexpr, s->var_values, NULL); in filter_frame()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dsetpts.c94 double var_values[VAR_VARS_NB]; member
109 setpts->var_values[VAR_N] = 0.0; in init()
110 setpts->var_values[VAR_S] = 0.0; in init()
111 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
129 setpts->var_values[VAR_SR] = in config_input()
130 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
133 setpts->var_values[VAR_FRAME_RATE] = in config_input()
139 setpts->var_values[VAR_TB], in config_input()
191 setpts->var_values[VAR_T], in filter_frame()
207 setpts->var_values[VAR_N] += 1.0; in filter_frame()
[all …]
H A Df_select.c148 double var_values[VAR_VARS_NB]; member
227 select->var_values[VAR_N] = 0.0; in config_input()
262 select->var_values[VAR_SAMPLE_RATE] = in config_input()
369 select->var_values[VAR_N], in select_frame()
370 select->var_values[VAR_PTS], in select_frame()
371 select->var_values[VAR_T], in select_frame()
400 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
401 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
402 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
408 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dscale_eval.c67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions() local
69 var_values[VAR_IN_W] = var_values[VAR_IW] = inlink->w; in ff_scale_eval_dimensions()
70 var_values[VAR_IN_H] = var_values[VAR_IH] = inlink->h; in ff_scale_eval_dimensions()
71 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions()
72 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
76 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
77 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in ff_scale_eval_dimensions()
78 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in ff_scale_eval_dimensions()
84 var_names, var_values, in ff_scale_eval_dimensions()
86 eval_w = var_values[VAR_OUT_W] = var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in ff_scale_eval_dimensions()
[all …]
H A Dvf_zoompan.c97 double var_values[VARS_NB]; member
171 var_values[VAR_IN_TIME] = var_values[VAR_IT] = in->pts == AV_NOPTS_VALUE ? in output_single_frame()
174 var_values[VAR_TIME] = var_values[VAR_OT] = var_values[VAR_OUT_TIME]; in output_single_frame()
175 var_values[VAR_FRAME] = i; in output_single_frame()
188 var_values[VAR_X] = *dx; in output_single_frame()
194 var_values[VAR_Y] = *dy; in output_single_frame()
283 s->var_values[VAR_IN_W] = s->var_values[VAR_IW] = s->in->width; in activate()
284 s->var_values[VAR_IN_H] = s->var_values[VAR_IH] = s->in->height; in activate()
285 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
286 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dsetpts.c94 double var_values[VAR_VARS_NB]; member
109 setpts->var_values[VAR_N] = 0.0; in init()
110 setpts->var_values[VAR_S] = 0.0; in init()
111 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
129 setpts->var_values[VAR_SR] = in config_input()
130 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
133 setpts->var_values[VAR_FRAME_RATE] = in config_input()
139 setpts->var_values[VAR_TB], in config_input()
191 setpts->var_values[VAR_T], in filter_frame()
207 setpts->var_values[VAR_N] += 1.0; in filter_frame()
[all …]
H A Df_select.c148 double var_values[VAR_VARS_NB]; member
227 select->var_values[VAR_N] = 0.0; in config_input()
262 select->var_values[VAR_SAMPLE_RATE] = in config_input()
369 select->var_values[VAR_N], in select_frame()
370 select->var_values[VAR_PTS], in select_frame()
371 select->var_values[VAR_T], in select_frame()
400 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
401 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
402 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
408 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dscale_eval.c67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions() local
69 var_values[VAR_IN_W] = var_values[VAR_IW] = inlink->w; in ff_scale_eval_dimensions()
70 var_values[VAR_IN_H] = var_values[VAR_IH] = inlink->h; in ff_scale_eval_dimensions()
71 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions()
72 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
76 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
77 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in ff_scale_eval_dimensions()
78 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in ff_scale_eval_dimensions()
84 var_names, var_values, in ff_scale_eval_dimensions()
86 eval_w = var_values[VAR_OUT_W] = var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in ff_scale_eval_dimensions()
[all …]
H A Dvf_zoompan.c97 double var_values[VARS_NB]; member
171 var_values[VAR_IN_TIME] = var_values[VAR_IT] = in->pts == AV_NOPTS_VALUE ? in output_single_frame()
174 var_values[VAR_TIME] = var_values[VAR_OT] = var_values[VAR_OUT_TIME]; in output_single_frame()
175 var_values[VAR_FRAME] = i; in output_single_frame()
188 var_values[VAR_X] = *dx; in output_single_frame()
194 var_values[VAR_Y] = *dy; in output_single_frame()
283 s->var_values[VAR_IN_W] = s->var_values[VAR_IW] = s->in->width; in activate()
284 s->var_values[VAR_IN_H] = s->var_values[VAR_IH] = s->in->height; in activate()
285 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
286 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dsetpts.c94 double var_values[VAR_VARS_NB]; member
109 setpts->var_values[VAR_N] = 0.0; in init()
110 setpts->var_values[VAR_S] = 0.0; in init()
111 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
129 setpts->var_values[VAR_SR] = in config_input()
130 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
133 setpts->var_values[VAR_FRAME_RATE] = in config_input()
139 setpts->var_values[VAR_TB], in config_input()
195 setpts->var_values[VAR_T], in filter_frame()
211 setpts->var_values[VAR_N] += 1.0; in filter_frame()
[all …]
H A Df_select.c148 double var_values[VAR_VARS_NB]; member
227 select->var_values[VAR_N] = 0.0; in config_input()
262 select->var_values[VAR_SAMPLE_RATE] = in config_input()
372 select->var_values[VAR_N], in select_frame()
373 select->var_values[VAR_PTS], in select_frame()
374 select->var_values[VAR_T], in select_frame()
403 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
404 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
405 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
411 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dscale_eval.c67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions() local
69 var_values[VAR_IN_W] = var_values[VAR_IW] = inlink->w; in ff_scale_eval_dimensions()
70 var_values[VAR_IN_H] = var_values[VAR_IH] = inlink->h; in ff_scale_eval_dimensions()
71 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions()
72 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
76 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
77 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in ff_scale_eval_dimensions()
78 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in ff_scale_eval_dimensions()
84 var_names, var_values, in ff_scale_eval_dimensions()
86 eval_w = var_values[VAR_OUT_W] = var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in ff_scale_eval_dimensions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dsetpts.c94 double var_values[VAR_VARS_NB]; member
109 setpts->var_values[VAR_N] = 0.0; in init()
110 setpts->var_values[VAR_S] = 0.0; in init()
111 setpts->var_values[VAR_PREV_INPTS] = NAN; in init()
129 setpts->var_values[VAR_SR] = in config_input()
130 setpts->var_values[VAR_SAMPLE_RATE] = in config_input()
133 setpts->var_values[VAR_FRAME_RATE] = in config_input()
139 setpts->var_values[VAR_TB], in config_input()
191 setpts->var_values[VAR_T], in filter_frame()
207 setpts->var_values[VAR_N] += 1.0; in filter_frame()
[all …]
H A Df_select.c148 double var_values[VAR_VARS_NB]; member
227 select->var_values[VAR_N] = 0.0; in config_input()
262 select->var_values[VAR_SAMPLE_RATE] = in config_input()
369 select->var_values[VAR_N], in select_frame()
370 select->var_values[VAR_PTS], in select_frame()
371 select->var_values[VAR_T], in select_frame()
400 select->var_values[VAR_PREV_SELECTED_N] = select->var_values[VAR_N]; in select_frame()
401 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
402 select->var_values[VAR_PREV_SELECTED_T] = select->var_values[VAR_T]; in select_frame()
408 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
[all …]
H A Dscale_eval.c67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions() local
69 var_values[VAR_IN_W] = var_values[VAR_IW] = inlink->w; in ff_scale_eval_dimensions()
70 var_values[VAR_IN_H] = var_values[VAR_IH] = inlink->h; in ff_scale_eval_dimensions()
71 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions()
72 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
76 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
77 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in ff_scale_eval_dimensions()
78 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in ff_scale_eval_dimensions()
84 var_names, var_values, in ff_scale_eval_dimensions()
86 eval_w = var_values[VAR_OUT_W] = var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in ff_scale_eval_dimensions()
[all …]
H A Dvf_zoompan.c97 double var_values[VARS_NB]; member
171 var_values[VAR_IN_TIME] = var_values[VAR_IT] = in->pts == AV_NOPTS_VALUE ? in output_single_frame()
174 var_values[VAR_TIME] = var_values[VAR_OT] = var_values[VAR_OUT_TIME]; in output_single_frame()
175 var_values[VAR_FRAME] = i; in output_single_frame()
188 var_values[VAR_X] = *dx; in output_single_frame()
194 var_values[VAR_Y] = *dy; in output_single_frame()
283 s->var_values[VAR_IN_W] = s->var_values[VAR_IW] = s->in->width; in activate()
284 s->var_values[VAR_IN_H] = s->var_values[VAR_IH] = s->in->height; in activate()
285 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
286 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
[all …]

12345678910>>...16