Home
last modified time | relevance | path

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

/dports/multimedia/xanim/xanim2920/
H A Dxa_jpg.c1714 Ybuf = jpg_YUVBufs.Ybuf; Ubuf = jpg_YUVBufs.Ubuf; Vbuf = jpg_YUVBufs.Vbuf;
1731 prev = Vbuf - DCTSIZE2; memcpy(Vbuf,prev,DCTSIZE2);
1733 Vbuf += DCTSIZE2;
1744 Vbuf += DCTSIZE2;
1818 Ybuf = jpg_YUVBufs.Ybuf; Ubuf = jpg_YUVBufs.Ubuf; Vbuf = jpg_YUVBufs.Vbuf;
1832 Vbuf += DCTSIZE2;
1841 jpg_huffparse(&jpg_comps[2],jpg_dct_buf,qtab2,Vbuf); Vbuf += DCTSIZE2;
1941 { Ybuf = jpg_YUVBufs.Ybuf; Ubuf = jpg_YUVBufs.Ubuf; Vbuf = jpg_YUVBufs.Vbuf;
1954 Vbuf += DCTSIZE2;
1966 jpg_huffparse(&jpg_comps[2],jpg_dct_buf,qtab2,Vbuf); Vbuf += DCTSIZE2;
[all …]
H A Dxa_color.h23 xaUBYTE *Vbuf; member
H A Dxa_mpg.c1565 xaUBYTE *Ybuf,*Ubuf,*Vbuf; local
1692 Ybuf = jpg_YUVBufs.Ybuf; Ubuf = jpg_YUVBufs.Ubuf; Vbuf = jpg_YUVBufs.Vbuf;
1696 Vbuf += offset;
1723 q_scale, qtab, mpg_dct_buf, Vbuf); Vbuf += DCTSIZE2;
1760 xaUBYTE *Ybuf0,*Ybuf1,*Ubuf,*Vbuf; variable
1848 Ubuf = jpg_YUVBufs.Ubuf; Vbuf = jpg_YUVBufs.Vbuf;
1968 q_scale, qtab, mpg_dct_buf, Vbuf); Vbuf += DCTSIZE2;
3201 xaUBYTE *Ybuf,*Ubuf,*Vbuf;
3370 Vbuf = jpg_YUVBufs.Vbuf;
3374 Vbuf += offset;
[all …]
H A Dxa1.0_kpcd.c141 { yp = jpg_YUVBufs.Ybuf; up = jpg_YUVBufs.Ubuf; vp = jpg_YUVBufs.Vbuf; }
H A Dxa_raw.c448 vp = jpg_YUVBufs.Vbuf;
H A Dxa_avi.c3738 vp = jpg_YUVBufs.Vbuf; vp += (imagey - 1) * (imagex >> 1);
3788 vp = jpg_YUVBufs.Vbuf;
3835 vp = jpg_YUVBufs.Vbuf;
3872 vp = jpg_YUVBufs.Vbuf + ((imagey - 1) * uv_row_sz);
3928 vp = jpg_YUVBufs.Vbuf; vp += (imagey - 1) * (imagex >> 1);
3980 vp = jpg_YUVBufs.Vbuf;
4027 vp = jpg_YUVBufs.Vbuf;
H A Dxa_color.c420 xaUBYTE *ybuf = yuv_bufs->Ybuf, *ubuf = yuv_bufs->Ubuf, *vbuf = yuv_bufs->Vbuf
851 ybuf = yuv_bufs->Ybuf; ubuf = yuv_bufs->Ubuf; vbuf = yuv_bufs->Vbuf;
1087 yptr = yuv_bufs->Ybuf; uptr = yuv_bufs->Ubuf; vptr = yuv_bufs->Vbuf;
1322 ybuf = yuv_bufs->Ybuf; ubuf = yuv_bufs->Ubuf; vbuf = yuv_bufs->Vbuf
H A Dxa_qt_decs.c2399 { yp = jpg_YUVBufs.Ybuf; up = jpg_YUVBufs.Ubuf; vp = jpg_YUVBufs.Vbuf; }
2844 vp = jpg_YUVBufs.Vbuf;
2855 yp = jpg_YUVBufs.Ybuf; up = jpg_YUVBufs.Ubuf; vp = jpg_YUVBufs.Vbuf;
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dindeo3.c37 unsigned char *Vbuf; member
141 s->iv_frame[0].Vbuf = s->iv_frame[0].the_buf + i; in iv_alloc_frames()
143 s->iv_frame[1].Vbuf = s->iv_frame[0].the_buf + i; in iv_alloc_frames()
151 s->iv_frame[0].Vbuf[-i] = 0x80; in iv_alloc_frames()
152 s->iv_frame[1].Vbuf[-i] = 0x80; in iv_alloc_frames()
153 s->iv_frame[1].Vbuf[chroma_pixels+i-1] = 0x80; in iv_alloc_frames()
166 s->iv_frame[i].Vbuf = NULL; in iv_free_func()
229 iv_Decode_Chunk(s, s->cur_frame->Vbuf, s->ref_frame->Vbuf, chroma_width, in iv_decode_frame()
1103 src = s->cur_frame->Vbuf; in indeo3_decode_frame()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_xanim.c531 unsigned char *Vbuf; member
577 yuv->Ybuf,yuv->Ubuf,yuv->Vbuf,yuv->the_buf,yuv->the_buf_size, in XA_YUV1611_Convert()
587 mpi->planes[2]=yuv->Vbuf; in XA_YUV1611_Convert()
621 unsigned char* s=yuv->Vbuf+uvstride*y; in XA_YUV1611_Convert()
652 yuv->Ybuf,yuv->Ubuf,yuv->Vbuf,yuv->the_buf,yuv->the_buf_size, in XA_YUV221111_Convert()
660 mpi->planes[2]=yuv->Vbuf; in XA_YUV221111_Convert()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_xanim.c531 unsigned char *Vbuf; member
577 yuv->Ybuf,yuv->Ubuf,yuv->Vbuf,yuv->the_buf,yuv->the_buf_size, in XA_YUV1611_Convert()
587 mpi->planes[2]=yuv->Vbuf; in XA_YUV1611_Convert()
621 unsigned char* s=yuv->Vbuf+uvstride*y; in XA_YUV1611_Convert()
652 yuv->Ybuf,yuv->Ubuf,yuv->Vbuf,yuv->the_buf,yuv->the_buf_size, in XA_YUV221111_Convert()
660 mpi->planes[2]=yuv->Vbuf; in XA_YUV221111_Convert()
/dports/games/libretro-scummvm/scummvm-7b1e929/image/codecs/
H A Dindeo3.cpp172 _iv_frame[0].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
174 _iv_frame[1].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
182 _iv_frame[0].Vbuf[-i] = 0x80; in allocFrames()
183 _iv_frame[1].Vbuf[-i] = 0x80; in allocFrames()
184 _iv_frame[1].Vbuf[chroma_pixels+i-1] = 0x80; in allocFrames()
272 decodeChunk(_cur_frame->Vbuf, _ref_frame->Vbuf, chromaWidth, chromaHeight, in decodeFrame()
286 const byte *srcV = _cur_frame->Vbuf; in decodeFrame()
H A Dindeo3.h71 byte *Vbuf; member
/dports/games/residualvm/residualvm-0.3.1/image/codecs/
H A Dindeo3.cpp165 _iv_frame[0].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
167 _iv_frame[1].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
175 _iv_frame[0].Vbuf[-i] = 0x80; in allocFrames()
176 _iv_frame[1].Vbuf[-i] = 0x80; in allocFrames()
177 _iv_frame[1].Vbuf[chroma_pixels+i-1] = 0x80; in allocFrames()
265 decodeChunk(_cur_frame->Vbuf, _ref_frame->Vbuf, chromaWidth, chromaHeight, in decodeFrame()
279 const byte *srcV = _cur_frame->Vbuf; in decodeFrame()
H A Dindeo3.h71 byte *Vbuf; member
/dports/games/scummvm/scummvm-2.5.1/image/codecs/
H A Dindeo3.cpp172 _iv_frame[0].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
174 _iv_frame[1].Vbuf = _iv_frame[0].the_buf + offs; in allocFrames()
182 _iv_frame[0].Vbuf[-i] = 0x80; in allocFrames()
183 _iv_frame[1].Vbuf[-i] = 0x80; in allocFrames()
184 _iv_frame[1].Vbuf[chroma_pixels+i-1] = 0x80; in allocFrames()
272 decodeChunk(_cur_frame->Vbuf, _ref_frame->Vbuf, chromaWidth, chromaHeight, in decodeFrame()
286 const byte *srcV = _cur_frame->Vbuf; in decodeFrame()
H A Dindeo3.h71 byte *Vbuf; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/
H A Ddrbg.h111 unsigned char *Vbuf; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/
H A Ddrbg.h111 unsigned char *Vbuf; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/
H A Ddrbg.h111 unsigned char *Vbuf; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Ddrbg.c1222 kfree_sensitive(drbg->Vbuf); in drbg_dealloc_state()
1223 drbg->Vbuf = NULL; in drbg_dealloc_state()
1274 drbg->Vbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1275 if (!drbg->Vbuf) { in drbg_alloc_state()
1279 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1); in drbg_alloc_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Ddrbg.c1222 kfree_sensitive(drbg->Vbuf); in drbg_dealloc_state()
1223 drbg->Vbuf = NULL; in drbg_dealloc_state()
1274 drbg->Vbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1275 if (!drbg->Vbuf) { in drbg_alloc_state()
1279 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1); in drbg_alloc_state()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Ddrbg.c1222 kfree_sensitive(drbg->Vbuf); in drbg_dealloc_state()
1223 drbg->Vbuf = NULL; in drbg_dealloc_state()
1274 drbg->Vbuf = kmalloc(drbg_statelen(drbg) + ret, GFP_KERNEL); in drbg_alloc_state()
1275 if (!drbg->Vbuf) { in drbg_alloc_state()
1279 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1); in drbg_alloc_state()
/dports/x11/xpra/xpra-4.3/xpra/codecs/v4l2/
H A Dpusher.pyx464 cdef unsigned char *Vbuf = <unsigned char *> py_buf[2].buf
483 memcpy(buf+i, Vbuf, s)
/dports/x11/xpra/xpra-4.3/xpra/codecs/csc_cython/
H A Dcolorspace_converter.pyx273 …ptr_t r210data, const unsigned short *Ybuf, const unsigned short *Ubuf, const unsigned short *Vbuf, argument
286 Vrow = <unsigned short*> ((<uintptr_t> Vbuf) + y*Vstride)
838 cdef unsigned char *Vbuf = <unsigned char *> py_buf[2].buf
852 V = Vbuf[sy*Vstride + sx] - Vc