gdith.cpp:    if(vid_stream->current && vid_stream->current->show_time > 0){
gdith.cpp:	      play_time - vid_stream->current->show_time);
gdith.cpp:        correction = play_time - vid_stream->current->show_time;
gdith.cpp:      play_time = vid_stream->current->show_time + correction ;
gdith.cpp:      vid_stream->current->show_time = -1;
gdith.cpp:  if((_filter->flags & SMPEG_FILTER_INFO_PIXEL_ERROR) && vid_stream->current->mb_qscale)
gdith.cpp:			    vid_stream->current->mb_qscale[((y>>4) * (_w>>4)) + (x >> 4)]) >> 8);
gdith.cpp:  if((_filter->flags & SMPEG_FILTER_INFO_MB_ERROR) && vid_stream->current->mb_qscale)
gdith.cpp:    info.yuv_mb_square_error = vid_stream->current->mb_qscale;
gdith.cpp:    vhaR200_lockimage(vid_stream->pVHAInfo, vid_stream->current->image, &src);
gdith.cpp:    vhaR200_unlockimage(vid_stream->pVHAInfo, vid_stream->current->image, &src);
gdith.cpp:	vid_stream->pVHAInfo->pSareaPriv->OverlayOffsetY = vid_stream->current->image->overlay->OVOffset.ulOfsPlane1;
gdith.cpp:	vid_stream->pVHAInfo->pSareaPriv->OverlayOffsetU = vid_stream->current->image->overlay->OVOffset.ulOfsPlane2;
gdith.cpp:	vid_stream->pVHAInfo->pSareaPriv->OverlayOffsetV = vid_stream->current->image->overlay->OVOffset.ulOfsPlane3;
video.cpp:  vid_stream->current->show_time = time_stamp;
video.cpp:    vid_stream->current->mb_qscale[vid_stream->mblock.mb_address] = 0;
video.cpp:    vid_stream->current->mb_qscale[vid_stream->mblock.mb_address] = vid_stream->slice.quant_scale;
