Searched refs:perspective (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_perspective.c50 void (*perspective)(struct PerspectiveContext *s, member in struct:PerspectiveContext
74 AVFILTER_DEFINE_CLASS(perspective); variable
333 case LINEAR: s->perspective = resample_linear; break;
334 case CUBIC: s->perspective = resample_cubic; break;
358 s->perspective(s, out->data[plane], out->linesize[plane],
393 .name = "perspective",
394 .description = NULL_IF_CONFIG_SMALL("Correct the perspective of video."),
H A Dallfilters.c176 REGISTER_FILTER(PERSPECTIVE, perspective, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauimanager.tex240 \func{bool}{LoadPerspective}{\param{const wxString\& }{perspective}, \param{bool }{update = true}}
242 Loads a saved perspective. If update is true, wxAuiManager::Update()
243 is automatically invoked, thus realizing the saved perspective on screen.
263 a perspective is restored using LoadPerspective(), the entire user
264 interface will return to the state it was when the perspective was saved.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdec.c182 int perspective[2]; /* perspective vector */ member in struct:DiracContext::__anon3129
942 /* [DIRAC_STD] perspective(gparams) */
945 s->globalmc[ref].perspective[0] = dirac_get_se_golomb(gb);
946 s->globalmc[ref].perspective[1] = dirac_get_se_golomb(gb);
1160 int *c = s->globalmc[ref].perspective;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h360 // perspective string. If you really need to change the
362 // in the perspective loading code.
475 bool LoadPerspective(const wxString& perspective, bool update = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2084 perspective:

Completed in 65 milliseconds