Home
last modified time | relevance | path

Searched refs:planeheight (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_fillborders.c50 int planeheight[4]; member
109 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
141 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
234 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders8()
265 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders16()
435 for (y = start_bottom; y < s->planeheight[p]; y++) { in fade_borders8()
442 for (y = 0; y < s->planeheight[p]; y++) { in fade_borders8()
477 for (y = start_bottom; y < s->planeheight[p]; y++) { in fade_borders16()
484 for (y = 0; y < s->planeheight[p]; y++) { in fade_borders16()
516 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
[all …]
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
161 s->planewidth[i], s->planeheight[i]); in process_frame()
192 s->planeheight[1] = in config_output()
194 s->planeheight[0] = in config_output()
195 s->planeheight[3] = outlink->h; in config_output()
220 inputp->planeheight[1] = in config_output()
222 inputp->planeheight[0] = in config_output()
223 inputp->planeheight[3] = inlink->h; in config_output()
259 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
H A Dvf_bitplanenoise.c35 int planeheight[4]; member
84 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
85 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
125 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] : 0; in filter_frame()
130 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
154 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] / 2 : 0; in filter_frame()
160 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
187 stats[plane] /= s->planewidth[plane] * s->planeheight[plane]; in filter_frame()
H A Dvf_repeatfields.c30 int planeheight[4]; member
68 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
69 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
126 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
135 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
155 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
H A Dvf_deband.c41 int planeheight[4]; member
151 const int h = s->planeheight[p] - 1; in deband_8_c()
189 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_8_coupling_c()
190 const int end = (s->planeheight[0] * (jobnr+1)) / nb_jobs; in deband_8_coupling_c()
206 const int h = s->planeheight[p] - 1; in deband_8_coupling_c()
254 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_16_coupling_c()
271 const int h = s->planeheight[p] - 1; in deband_16_coupling_c()
332 const int h = s->planeheight[p] - 1; in deband_16_c()
375 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
376 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_fillborders.c50 int planeheight[4]; member
109 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
141 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
234 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders8()
265 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders16()
435 for (y = start_bottom; y < s->planeheight[p]; y++) { in fade_borders8()
442 for (y = 0; y < s->planeheight[p]; y++) { in fade_borders8()
477 for (y = start_bottom; y < s->planeheight[p]; y++) { in fade_borders16()
484 for (y = 0; y < s->planeheight[p]; y++) { in fade_borders16()
516 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
[all …]
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
161 s->planewidth[i], s->planeheight[i]); in process_frame()
192 s->planeheight[1] = in config_output()
194 s->planeheight[0] = in config_output()
195 s->planeheight[3] = outlink->h; in config_output()
220 inputp->planeheight[1] = in config_output()
222 inputp->planeheight[0] = in config_output()
223 inputp->planeheight[3] = inlink->h; in config_output()
259 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
H A Dvf_bitplanenoise.c35 int planeheight[4]; member
84 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
85 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
125 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] : 0; in filter_frame()
130 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
154 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] / 2 : 0; in filter_frame()
160 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
187 stats[plane] /= s->planewidth[plane] * s->planeheight[plane]; in filter_frame()
H A Dvf_repeatfields.c30 int planeheight[4]; member
68 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
69 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
126 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
135 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
155 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
H A Dvf_deband.c41 int planeheight[4]; member
151 const int h = s->planeheight[p] - 1; in deband_8_c()
189 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_8_coupling_c()
190 const int end = (s->planeheight[0] * (jobnr+1)) / nb_jobs; in deband_8_coupling_c()
206 const int h = s->planeheight[p] - 1; in deband_8_coupling_c()
254 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_16_coupling_c()
271 const int h = s->planeheight[p] - 1; in deband_16_coupling_c()
332 const int h = s->planeheight[p] - 1; in deband_16_c()
375 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
376 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_fillborders.c49 int planeheight[4]; member
107 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
109 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders8()
139 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
141 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders16()
173 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders8()
206 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders16()
232 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders8()
263 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders16()
289 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
[all …]
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
161 s->planewidth[i], s->planeheight[i]); in process_frame()
192 s->planeheight[1] = in config_output()
194 s->planeheight[0] = in config_output()
195 s->planeheight[3] = outlink->h; in config_output()
220 inputp->planeheight[1] = in config_output()
222 inputp->planeheight[0] = in config_output()
223 inputp->planeheight[3] = inlink->h; in config_output()
259 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
H A Dvf_repeatfields.c30 int planeheight[4]; member
68 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
69 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
126 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
135 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
155 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
H A Dvf_deband.c41 int planeheight[4]; member
150 const int h = s->planeheight[p] - 1; in deband_8_c()
188 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_8_coupling_c()
189 const int end = (s->planeheight[0] * (jobnr+1)) / nb_jobs; in deband_8_coupling_c()
205 const int h = s->planeheight[p] - 1; in deband_8_coupling_c()
253 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_16_coupling_c()
270 const int h = s->planeheight[p] - 1; in deband_16_coupling_c()
331 const int h = s->planeheight[p] - 1; in deband_16_c()
374 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
375 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c49 int planeheight[4]; member
108 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
110 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders8()
140 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
142 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders16()
174 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders8()
207 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders16()
233 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders8()
264 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders16()
290 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
[all …]
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
161 s->planewidth[i], s->planeheight[i]); in process_frame()
192 s->planeheight[1] = in config_output()
194 s->planeheight[0] = in config_output()
195 s->planeheight[3] = outlink->h; in config_output()
220 inputp->planeheight[1] = in config_output()
222 inputp->planeheight[0] = in config_output()
223 inputp->planeheight[3] = inlink->h; in config_output()
259 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
H A Dvf_bitplanenoise.c35 int planeheight[4]; member
84 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
85 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
125 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] : 0; in filter_frame()
130 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
154 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] / 2 : 0; in filter_frame()
160 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
187 stats[plane] /= s->planewidth[plane] * s->planeheight[plane]; in filter_frame()
H A Dvf_repeatfields.c30 int planeheight[4]; member
68 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
69 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
126 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
135 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
155 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
H A Dvf_deband.c41 int planeheight[4]; member
151 const int h = s->planeheight[p] - 1; in deband_8_c()
189 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_8_coupling_c()
190 const int end = (s->planeheight[0] * (jobnr+1)) / nb_jobs; in deband_8_coupling_c()
206 const int h = s->planeheight[p] - 1; in deband_8_coupling_c()
254 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_16_coupling_c()
271 const int h = s->planeheight[p] - 1; in deband_16_coupling_c()
332 const int h = s->planeheight[p] - 1; in deband_16_c()
375 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
376 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c49 int planeheight[4]; member
108 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
110 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders8()
140 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
142 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders16()
174 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders8()
207 memcpy(ptr + (s->planeheight[p] - s->borders[p].bottom + y) * linesize, in mirror_borders16()
233 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders8()
264 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in fixed_borders16()
290 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
[all …]
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
161 s->planewidth[i], s->planeheight[i]); in process_frame()
192 s->planeheight[1] = in config_output()
194 s->planeheight[0] = in config_output()
195 s->planeheight[3] = outlink->h; in config_output()
220 inputp->planeheight[1] = in config_output()
222 inputp->planeheight[0] = in config_output()
223 inputp->planeheight[3] = inlink->h; in config_output()
259 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
H A Dvf_bitplanenoise.c35 int planeheight[4]; member
84 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
85 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
125 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] : 0; in filter_frame()
130 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
154 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] / 2 : 0; in filter_frame()
160 for (y = 0; y < s->planeheight[plane] - 1; y++) { in filter_frame()
187 stats[plane] /= s->planewidth[plane] * s->planeheight[plane]; in filter_frame()
H A Dvf_repeatfields.c30 int planeheight[4]; member
68 s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
69 s->planeheight[0] = s->planeheight[3] = inlink->h; in config_input()
126 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
135 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
155 s->linesize[i], s->planeheight[i] / 2); in filter_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
165 s->planewidth[i], s->planeheight[i]); in process_frame()
194 s->planeheight[1] = in config_output()
196 s->planeheight[0] = in config_output()
197 s->planeheight[3] = outlink->h; in config_output()
222 inputp->planeheight[1] = in config_output()
224 inputp->planeheight[0] = in config_output()
225 inputp->planeheight[3] = inlink->h; in config_output()
261 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_mergeplanes.c34 int planeheight[4]; member
44 int planeheight[4]; member
165 s->planewidth[i], s->planeheight[i]); in process_frame()
194 s->planeheight[1] = in config_output()
196 s->planeheight[0] = in config_output()
197 s->planeheight[3] = outlink->h; in config_output()
222 inputp->planeheight[1] = in config_output()
224 inputp->planeheight[0] = in config_output()
225 inputp->planeheight[3] = inlink->h; in config_output()
261 if (s->planeheight[i] != inputp->planeheight[plane]) { in config_output()
[all …]

12345678910>>...13