Home
last modified time | relevance | path

Searched defs:crvec (Results 1 – 9 of 9) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.261-vic/vic/
H A Dvideoframe.h43 u_char *crvec; variable
H A Dvid_coder.h218 u_char *crvec; variable
H A Dencoder-h261.cxx694 int H261Encoder::encode(const VideoFrame* vf, const BYTE *crvec) { in encode()
/dports/net/opal/opal-3.10.10/plugins/video/H.261-vic/vic/
H A Dvideoframe.h43 u_char *crvec; variable
H A Dvid_coder.h218 u_char *crvec; variable
H A Dencoder-h261.cxx691 int H261Encoder::encode(const VideoFrame* vf, const BYTE *crvec) { in encode()
/dports/devel/cc65/cc65-2.19/libsrc/atari/
H A Dgetdefdev.s118 crvec: jmp $FFFF ; target address will be set to crunch vector label
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dpostw90_common.F9063 real(kind=dp), allocatable :: crvec(:, :) variable
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_solvepnp_ransac.cpp1241 vector<float> crvec; in TEST() local