Home
last modified time | relevance | path

Searched refs:foc (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_find_rect.c147 if (foc->xmax <= 0) in config_input()
148 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
150 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
191 foc->haystack_frame[i] = downscale(foc->haystack_frame[i-1]); in filter_frame()
195 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
196 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
197 FFMAX(foc->ymin, foc->last_y - 8), in filter_frame()
198 FFMIN(foc->ymax, foc->last_y + 8), in filter_frame()
201 best_score = search(foc, 0, foc->mipmaps - 1, foc->xmin, foc->xmax, foc->ymin, foc->ymax, in filter_frame()
265 foc->needle_frame[0] = av_frame_clone(foc->obj_frame); in init()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_find_rect.c148 if (foc->xmax <= 0) in config_input()
149 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
151 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
193 foc->haystack_frame[i] = downscale(foc->haystack_frame[i-1]); in filter_frame()
197 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
198 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
199 FFMAX(foc->ymin, foc->last_y - 8), in filter_frame()
200 FFMIN(foc->ymax, foc->last_y + 8), in filter_frame()
203 best_score = search(foc, 0, foc->mipmaps - 1, foc->xmin, foc->xmax, foc->ymin, foc->ymax, in filter_frame()
267 foc->needle_frame[0] = av_frame_clone(foc->obj_frame); in init()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_find_rect.c147 if (foc->xmax <= 0) in config_input()
148 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
150 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
191 foc->haystack_frame[i] = downscale(foc->haystack_frame[i-1]); in filter_frame()
195 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
196 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
197 FFMAX(foc->ymin, foc->last_y - 8), in filter_frame()
198 FFMIN(foc->ymax, foc->last_y + 8), in filter_frame()
201 best_score = search(foc, 0, foc->mipmaps - 1, foc->xmin, foc->xmax, foc->ymin, foc->ymax, in filter_frame()
265 foc->needle_frame[0] = av_frame_clone(foc->obj_frame); in init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c147 if (foc->xmax <= 0) in config_input()
148 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
150 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
191 foc->haystack_frame[i] = downscale(foc->haystack_frame[i-1]); in filter_frame()
195 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
196 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
197 FFMAX(foc->ymin, foc->last_y - 8), in filter_frame()
198 FFMIN(foc->ymax, foc->last_y + 8), in filter_frame()
201 best_score = search(foc, 0, foc->mipmaps - 1, foc->xmin, foc->xmax, foc->ymin, foc->ymax, in filter_frame()
265 foc->needle_frame[0] = av_frame_clone(foc->obj_frame); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c147 if (foc->xmax <= 0) in config_input()
148 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
150 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
191 foc->haystack_frame[i] = downscale(foc->haystack_frame[i-1]); in filter_frame()
195 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
196 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
197 FFMAX(foc->ymin, foc->last_y - 8), in filter_frame()
198 FFMIN(foc->ymax, foc->last_y + 8), in filter_frame()
201 best_score = search(foc, 0, foc->mipmaps - 1, foc->xmin, foc->xmax, foc->ymin, foc->ymax, in filter_frame()
265 foc->needle_frame[0] = av_frame_clone(foc->obj_frame); in init()
[all …]
/dports/www/sogo2/SOGo-2.4.1/Tools/
H A DSOGoToolManageEAS.m162 SOGoCacheGCSObject *oc, *foc;
245 [foc setObjectType: ActiveSyncFolderCacheObject];
246 [foc setTableUrl: folderTableURL];
248 [foc reloadIfNeeded];
251 if ([[foc properties] objectForKey: @"MergedFolder"])
382 [foc setObjectType: ActiveSyncFolderCacheObject];
383 [foc setTableUrl: folderTableURL];
385 [foc reloadIfNeeded];
387 if ([foc isNew])
396 [foc destroy];
[all …]
/dports/www/sogo/SOGo-5.4.0/Tools/
H A DSOGoToolManageEAS.m154 SOGoCacheGCSObject *oc, *foc;
243 [foc setObjectType: ActiveSyncFolderCacheObject];
244 [foc setContext: localContext];
245 [foc setTableUrl: folderTableURL];
247 [foc reloadIfNeeded];
380 [foc setContext: localContext];
381 [foc setTableUrl: folderTableURL];
383 [foc reloadIfNeeded];
385 if ([foc isNew])
394 [foc destroy];
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/Tools/
H A DSOGoToolManageEAS.m154 SOGoCacheGCSObject *oc, *foc;
243 [foc setObjectType: ActiveSyncFolderCacheObject];
244 [foc setContext: localContext];
245 [foc setTableUrl: folderTableURL];
247 [foc reloadIfNeeded];
380 [foc setContext: localContext];
381 [foc setTableUrl: folderTableURL];
383 [foc reloadIfNeeded];
385 if ([foc isNew])
394 [foc destroy];
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DExtLists.pm99 my $foc = $self-> focusedItem;
100 return if $foc < 0;
101 my $f = vec( $self-> {vector}, $foc, 1) ? 0 : 1;
102 vec( $self-> {vector}, $foc, 1) = $f;
103 $self-> notify(q(Change), $foc, $f);
104 $self-> invalidate_rect( $self-> item2rect( $foc));
110 my $foc = $self-> focusedItem;
111 return if $foc < 0;
112 my $f = vec( $self-> {vector}, $foc, 1) ? 0 : 1;
113 vec( $self-> {vector}, $foc, 1) = $f;
[all …]
/dports/math/mathgl/mathgl-2.5/udav/
H A Dcalc_dlg.cpp134 void CalcDialog::key1() { text->insert("1"); foc(); } in key1()
135 void CalcDialog::key2() { text->insert("2"); foc(); } in key2()
136 void CalcDialog::key3() { text->insert("3"); foc(); } in key3()
137 void CalcDialog::key4() { text->insert("4"); foc(); } in key4()
138 void CalcDialog::key5() { text->insert("5"); foc(); } in key5()
139 void CalcDialog::key6() { text->insert("6"); foc(); } in key6()
140 void CalcDialog::key7() { text->insert("7"); foc(); } in key7()
141 void CalcDialog::key8() { text->insert("8"); foc(); } in key8()
142 void CalcDialog::key9() { text->insert("9"); foc(); } in key9()
143 void CalcDialog::key0() { text->insert("0"); foc(); } in key0()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky/husky-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Ddlgbox.c232 int foc = cur; in GetPrevCtrl() local
234 foc--; in GetPrevCtrl()
235 if (foc < 0) in GetPrevCtrl()
240 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetPrevCtrl()
242 foc--; in GetPrevCtrl()
249 return foc; in GetPrevCtrl()
256 foc++; in GetNextCtrl()
259 foc = 0; in GetNextCtrl()
262 while (foc != cur && !ValidCtrl(db->ctrls[foc].type)) in GetNextCtrl()
264 foc++; in GetNextCtrl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_fastopen.c148 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
159 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
248 foc = &search_foc; in tcp_fastopen_cookie_gen_check()
378 foc->len = -1; in tcp_try_fastopen()
386 if (foc->len == 0) { in tcp_try_fastopen()
389 } else if (foc->len > 0) { in tcp_try_fastopen()
409 valid_foc.exp = foc->exp; in tcp_try_fastopen()
410 *foc = valid_foc; in tcp_try_fastopen()
414 foc->len = -1; in tcp_try_fastopen()
424 valid_foc.exp = foc->exp; in tcp_try_fastopen()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_fastopen.c148 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
159 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
248 foc = &search_foc; in tcp_fastopen_cookie_gen_check()
378 foc->len = -1; in tcp_try_fastopen()
386 if (foc->len == 0) { in tcp_try_fastopen()
389 } else if (foc->len > 0) { in tcp_try_fastopen()
409 valid_foc.exp = foc->exp; in tcp_try_fastopen()
410 *foc = valid_foc; in tcp_try_fastopen()
414 foc->len = -1; in tcp_try_fastopen()
424 valid_foc.exp = foc->exp; in tcp_try_fastopen()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_fastopen.c148 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
159 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
248 foc = &search_foc; in tcp_fastopen_cookie_gen_check()
378 foc->len = -1; in tcp_try_fastopen()
386 if (foc->len == 0) { in tcp_try_fastopen()
389 } else if (foc->len > 0) { in tcp_try_fastopen()
409 valid_foc.exp = foc->exp; in tcp_try_fastopen()
410 *foc = valid_foc; in tcp_try_fastopen()
414 foc->len = -1; in tcp_try_fastopen()
424 valid_foc.exp = foc->exp; in tcp_try_fastopen()
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Doptions.py181 foc, idx = self.get_focus()
201 foc, idx = self.get_focus()
202 if foc.opt.typespec == bool:
206 elif can_edit_inplace(foc.opt):
209 elif foc.opt.choices:
213 foc.opt.name,
214 foc.opt.choices,
215 foc.opt.current(),
223 foc.opt.name,
224 foc.opt.current(),
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/
H A DCanvasText.tcl442 set foc [$wcan focus]
451 $wcan icursor $foc [expr {[$wcan index $foc sel.last] + 1}]
455 $wcan icursor $foc [expr {[$wcan index $foc insert] + 1}]
458 $wcan icursor $foc [expr {[$wcan index $foc insert] + 1}]
475 set foc [$wcan focus]
484 $wcan icursor $foc [expr {[$wcan index $foc sel.first] + 0}]
488 $wcan icursor $foc [expr {[$wcan index $foc insert] - 1}]
491 $wcan icursor $foc [expr {[$wcan index $foc insert] - 1}]
582 set foc [$wcan focus]
589 $wcan icursor $foc 0
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Ddistortion.c168 double *foc /* [NAXES][nelem] */) { in p4_pix2deltas() argument
182 assert(foc != NULL); in p4_pix2deltas()
192 if (pix == NULL || foc == NULL) { in p4_pix2deltas()
199 for (pix0 = pix, foc0 = foc; pix0 < pixend; pix0 += NAXES, foc0 += NAXES) { in p4_pix2deltas()
216 double *foc /* [NAXES][nelem] */) { in p4_pix2foc() argument
219 assert(foc); in p4_pix2foc()
221 if (pix != foc) { in p4_pix2foc()
222 memcpy(foc, pix, sizeof(double) * naxes * nelem); in p4_pix2foc()
225 return p4_pix2deltas(naxes, lookup, nelem, pix, foc); in p4_pix2foc()
H A Dsip.c285 const double* foc /* [NAXES][nelem] */, in sip_foc2deltas() argument
297 foc, deltas); in sip_foc2deltas()
306 double* foc /* [NAXES][nelem] */) { in sip_pix2foc() argument
308 assert(foc); in sip_pix2foc()
310 if (pix != foc) { in sip_pix2foc()
311 memcpy(foc, pix, sizeof(double) * naxes * nelem); in sip_pix2foc()
314 return sip_pix2deltas(sip, naxes, nelem, pix, foc); in sip_pix2foc()
322 const double* foc /* [NAXES][nelem] */, in sip_foc2pix() argument
325 assert(foc); in sip_foc2pix()
327 if (pix != foc) { in sip_foc2pix()
[all …]

12345678910>>...27