Home | History | Annotate | Download | only in src

Lines Matching refs:outputMB

98         video->outputMB->mb_y = ind_y; /*  5/28/01 */
102 video->outputMB->mb_x = ind_x; /* 5/28/01 */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
238 Short outputMB[6][64];
305 video->outputMB->mb_y = ind_y; /* 5/28/01 */
310 video->outputMB->mb_x = ind_x; /* 5/28/01 */
344 M4VENC_MEMCPY(outputMB[k], video->outputMB->block[k], sizeof(Short) << 6);
425 M4VENC_MEMCPY(video->outputMB->block[k], outputMB[k], sizeof(Short) << 6);