Lines Matching defs:video

23     video = pointer to structure of type VideoDecData
35 video->currVop->yChan contents are the newly calculated luminance
37 video->currVop->uChan contents are the newly calculated chrominance
39 video->currVop->vChan contents are the newly calculated chrominance
41 video->pstprcTypCur contents are the updated semaphore propagation
117 video->mblock->pred_block, no adding with residue */
120 VideoDecData *video,
129 Vop *prev = video->prevVop;
132 int mbnum = video->mbnum;
135 int MB_in_width = video->nMBPerRow;
155 int32 size = (int32) video->nTotalMB << 8;
166 round1 = (int)(1 - video->currVop->roundingType);
169 width = video->width;
172 height = video->height;
178 ypos = video->mbnum_row << 4 ;
180 xpos = video->mbnum_col << 4 ;
188 mode = video->headerInfo.Mode[mbnum];
195 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
221 px[0] = video->motX[imv];
222 px[1] = video->motX[imv+1];
223 px[2] = video->motX[imv+mvwidth];
224 px[3] = video->motX[imv+mvwidth+1];
228 py[0] = video->motY[imv];
229 py[1] = video->motY[imv+1];
230 py[2] = video->motY[imv+mvwidth];
231 py[3] = video->motY[imv+mvwidth+1];
240 pred_block = video->mblock->pred_block;
251 video->mblock->pred_block, width, height,
253 c_comp = video->currVop->yChan + offset;
399 if (video->postFilterType != PV_NO_POST_PROC)
403 pp_dec_y = video->pstprcTypCur + imv;
409 video->pstprcTypPrv, ll, &tmp, px[0], py[0], mvwidth,
412 pp_dec_u = video->pstprcTypCur + (size >> 6) +
416 video->pstprcTypPrv, dx, dy, mvwidth, height, size,
423 pp_dec_y = video->pstprcTypCur + imv;
428 pp_dec_u = video->pstprcTypCur + (size >> 6) +
463 cu_comp = video->currVop->uChan + (offset >> 2) + (xpos >> 2);
464 cv_comp = video->currVop->vChan + (offset >> 2) + (xpos >> 2);
549 VideoDecData *video
552 Vop *prev = video->prevVop;
562 int32 size = (int32) video->nTotalMB << 8;
565 int mvwidth = video->nMBPerRow << 1;
568 width = video->width;
570 ypos = video->mbnum_row << 4 ;
571 xpos = video->mbnum_col << 4 ;
583 comp = video->currVop;
597 if (video->postFilterType != PV_NO_POST_PROC)
601 pp_prev1 = video->pstprcTypPrv + imv;
602 pp_dec_y = video->pstprcTypCur + imv;
610 pp_prev1 = video->pstprcTypPrv + (size >> 6) +
612 pp_dec_u = video->pstprcTypCur + (size >> 6) +