Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c642 GifByteType *frame_ptr = (GifByteType *)((FrameBuffAddr + TempBuffOffset)); in MstDGifProcess() local
661 frame_ptr += vstart_shift * (frame_pitch << 3); in MstDGifProcess()
675 if (frame_ptr[i+3]) in MstDGifProcess()
677 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()
678 image_ptr[i+1] = frame_ptr[i+1]; in MstDGifProcess()
679 image_ptr[i+2] = frame_ptr[i+2]; in MstDGifProcess()
687 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()
693 if (frame_ptr[i+1]) in MstDGifProcess()
695 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()
707 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()
[all …]