Home | History | Annotate | Download | only in src

Lines Matching refs:uint8

50     uint8 *Mode = video->headerInfo.Mode;
67 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
74 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
115 // oscl_memset(video->sliceNo, 0, sizeof(uint8)*nTotalMB);
151 video->sliceNo[mbnum] = (uint8) slice_counter;
349 uint8 *Mode = video->headerInfo.Mode;
408 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
416 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream);
448 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream);
462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3));
549 uint8 *pp_mod[6];
650 *pp_mod[comp] = (uint8) PostProcSemaphore(dataBlock);
683 *pp_mod[comp] = (uint8)((ncoeffs[comp] > 3) ? 4 : 0);
713 *pp_mod[4] = (uint8)((ncoeffs[4] > 3) ? 4 : 0);
737 *pp_mod[5] = (uint8)((ncoeffs[5] > 3) ? 4 : 0);
765 *pp_mod[comp] = (uint8)((ncoeffs[comp] > 3) ? 4 : 0);
791 *pp_mod[4] = (uint8)((ncoeffs[4] > 3) ? 4 : 0);
815 *pp_mod[5] = (uint8)((ncoeffs[5] > 3) ? 4 : 0);