Lines Matching defs:video

27     video = pointer to structure of type VideoDecData
39 video->currVop->yChan contents are the newly calculated luminance
41 video->currVop->uChan contents are the newly calculated chrominance
43 video->currVop->vChan contents are the newly calculated chrominance
45 video->pstprcTypCur contents are the updated semaphore propagation
121 video->mblock->pred_block, no adding with residue */
124 VideoDecData *video,
133 Vop *prev = video->prevVop;
136 int mbnum = video->mbnum;
139 int MB_in_width = video->nMBPerRow;
159 int32 size = (int32) video->nTotalMB << 8;
170 round1 = (int)(1 - video->currVop->roundingType);
173 width = video->width;
176 height = video->height;
182 ypos = video->mbnum_row << 4 ;
184 xpos = video->mbnum_col << 4 ;
192 mode = video->headerInfo.Mode[mbnum];
199 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
200 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
225 px[0] = video->motX[imv];
226 px[1] = video->motX[imv+1];
227 px[2] = video->motX[imv+mvwidth];
228 px[3] = video->motX[imv+mvwidth+1];
232 py[0] = video->motY[imv];
233 py[1] = video->motY[imv+1];
234 py[2] = video->motY[imv+mvwidth];
235 py[3] = video->motY[imv+mvwidth+1];
249 pred_block = video->mblock->pred_block;
260 video->mblock->pred_block, width, height,
262 c_comp = video->currVop->yChan + offset;
408 if (video->postFilterType != PV_NO_POST_PROC)
412 pp_dec_y = video->pstprcTypCur + imv;
418 video->pstprcTypPrv, ll, &tmp, px[0], py[0], mvwidth,
421 pp_dec_u = video->pstprcTypCur + (size >> 6) +
425 video->pstprcTypPrv, dx, dy, mvwidth, height, size,
432 pp_dec_y = video->pstprcTypCur + imv;
437 pp_dec_u = video->pstprcTypCur + (size >> 6) +
472 cu_comp = video->currVop->uChan + (offset >> 2) + (xpos >> 2);
473 cv_comp = video->currVop->vChan + (offset >> 2) + (xpos >> 2);
558 VideoDecData *video
561 Vop *prev = video->prevVop;
571 int32 size = (int32) video->nTotalMB << 8;
574 int mvwidth = video->nMBPerRow << 1;
577 width = video->width;
579 ypos = video->mbnum_row << 4 ;
580 xpos = video->mbnum_col << 4 ;
599 comp = video->currVop;
613 if (video->postFilterType != PV_NO_POST_PROC)
617 pp_prev1 = video->pstprcTypPrv + imv;
618 pp_dec_y = video->pstprcTypCur + imv;
626 pp_prev1 = video->pstprcTypPrv + (size >> 6) +
628 pp_dec_u = video->pstprcTypCur + (size >> 6) +