Home | History | Annotate | Download | only in src

Lines Matching defs:video

23     AVCCommonObj *video = encvid->common;
26 int x_position = (video->mb_x << 4);
27 int y_position = (video->mb_y << 4);
44 pDst = video->currPic->Sl + offset1;
45 offset = video->PicWidthInSamplesL - 16;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
148 AVCCommonObj *video = encvid->common;
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2);