Searched refs:width16 (Results 1 – 1 of 1) sorted by relevance
3009 Int k = 0, width16, height16, index; in SetProfile_BufferSize() local3142 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()3147 if (width16 == 2*QCIF_WIDTH && height16 == 2*QCIF_HEIGHT) /* CIF */ in SetProfile_BufferSize()3150 else if (width16 == 4*QCIF_WIDTH && height16 == 4*QCIF_HEIGHT) /* 4CIF */ in SetProfile_BufferSize()3153 else if (width16 == 8*QCIF_WIDTH && height16 == 8*QCIF_HEIGHT) /* 16CIF */ in SetProfile_BufferSize()3193 if (width16 > QCIF_WIDTH || height16 > QCIF_HEIGHT) in SetProfile_BufferSize()