Searched refs:DC_coeff (Results 1 – 1 of 1) sorted by relevance
544 int16 DC_coeff; local580 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);582 if ((DC_coeff & 0x7f) == 0) /* 128 & 0 */585 if (DC_coeff == 128)594 if (DC_coeff == 255)596 DC_coeff = 128;598 dataBlock[0] = (int16) DC_coeff;609 status = PV_DecodePredictedIntraDC(comp, stream, &DC_coeff);612 dataBlock[0] = (int16) DC_coeff;