Lines Matching refs:s16BitPool
165 int16_t s16Bitpool; /*to store bit pool value*/
188 s16Bitpool =
203 (pstrEncParams->s16NumOfBlocks * s16Bitpool)) /
210 if (s16BitRate > pstrEncParams->u16BitRate) s16Bitpool--;
213 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool;
215 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool;
217 s16Bitpool = (int16_t)(
224 pstrEncParams->s16BitPool =
225 (s16Bitpool > (16 * pstrEncParams->s16NumOfSubBands))
227 : s16Bitpool;
230 if (pstrEncParams->s16BitPool < 0) pstrEncParams->s16BitPool = 0;