Home
last modified time | relevance | path

Searched refs:oldpic (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dc93.c120 AVFrame * const oldpic = &c93->pictures[c93->currentpic^1]; in decode_frame() local
152 if (oldpic->data[1]) in decode_frame()
153 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
159 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
/dports/games/gtkradiant/GPL/Q2Tools/texpaint/
H A Dwin_skin.c719 byte oldpic[1024*512]; in OutlineTexture() local
721 memcpy (oldpic, pic, width2*height2); in OutlineTexture()
723 empty = oldpic[0]; in OutlineTexture()
729 if (oldpic[i*width2+j] != empty) in OutlineTexture()
739 if (oldpic[(i+y)*width2 + j+x] != empty) in OutlineTexture()
741 pic[i*width2+j] = oldpic[(i+y)*width2 + j+x]; in OutlineTexture()
756 static byte oldpic[1024*512]; in ResampleSkin() local
806 memcpy (oldpic, pic, width2*height2); in ResampleSkin()
811 pic[i*width2+j] = oldpic[newindex[i*width2+j]&0xffffff]; in ResampleSkin()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/texpaint/
H A Dwin_skin.c719 byte oldpic[1024*512]; in OutlineTexture() local
721 memcpy (oldpic, pic, width2*height2); in OutlineTexture()
723 empty = oldpic[0]; in OutlineTexture()
729 if (oldpic[i*width2+j] != empty) in OutlineTexture()
739 if (oldpic[(i+y)*width2 + j+x] != empty) in OutlineTexture()
741 pic[i*width2+j] = oldpic[(i+y)*width2 + j+x]; in OutlineTexture()
756 static byte oldpic[1024*512]; in ResampleSkin() local
806 memcpy (oldpic, pic, width2*height2); in ResampleSkin()
811 pic[i*width2+j] = oldpic[newindex[i*width2+j]&0xffffff]; in ResampleSkin()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dc93.c129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
157 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
249 if (oldpic->data[1]) in decode_frame()
250 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dc93.c131 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
159 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
251 if (oldpic->data[1]) in decode_frame()
252 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dc93.c129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
157 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
249 if (oldpic->data[1]) in decode_frame()
250 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dc93.c131 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
159 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
251 if (oldpic->data[1]) in decode_frame()
252 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dc93.c129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
157 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
249 if (oldpic->data[1]) in decode_frame()
250 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dc93.c131 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
159 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
251 if (oldpic->data[1]) in decode_frame()
252 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dc93.c131 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame() local
159 uint8_t *copy_from = oldpic->data[0]; in decode_frame()
251 if (oldpic->data[1]) in decode_frame()
252 memcpy(newpic->data[1], oldpic->data[1], 256 * 4); in decode_frame()
/dports/graphics/swftools/swftools-0.9.2/lib/h.263/
H A Dswfvideo.c55 stream->oldpic = (YUV*)rfx_calloc(width*height*sizeof(YUV)); in swf_SetVideoStreamDefine()
75 rfx_free(stream->oldpic);stream->oldpic = 0; in swf_VideoStreamClear()
949 getmvdregion(&fbold, s->oldpic, bx, by, hx, hy, s->linex); in getmvdbits()
1115 diff1 = compare_pic_pic(s, s->current, s->oldpic, bx, by); in encode_PFrame_block()
1122 copyregion(s, s->current, s->oldpic, bx, by); in encode_PFrame_block()
1238 memcpy(s->oldpic, s->current, s->width*s->height*sizeof(YUV)); in swf_SetVideoStreamIFrame()
1270 memcpy(s->oldpic, s->current, s->width*s->height*sizeof(YUV)); in swf_SetVideoStreamBlackFrame()
1419 copy_block_pic(s, s->oldpic, &fb, bx, by); in test_copy_diff()
1420 diff1 = compare_pic_block(s, &fb, s->oldpic, bx, by); in test_copy_diff()
1424 copy_block_pic(s, s->oldpic, &fb, bx, by); in test_copy_diff()
[all …]
/dports/games/flyhard/flyhard-0.42/src/
H A Denemies.cpp296 int oldpic=minmax(0, int(1.0*npics*(graldor_fire_time-m_firing)/graldor_fire_time), npics-1); in do_stuff() local
302 if (newpic==4 && oldpic==3) in do_stuff()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_floor.cpp441 FTextureID oldpic = sec->GetTexture(sector_t::floor); in EV_DoFloor() local
1087 FTextureID oldpic = sec->GetTexture(sector_t::floor); in EV_DoChange() local
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h1008 YUV*oldpic; member