Home | History | Annotate | Download | only in srce

Lines Matching full:bitpool

183                                      OI_UINT8 bitpool,
196 * The bitallocator needs to know the bitpool value.
198 context->common.frameInfo.bitpool = bitpool;
304 * Make sure the bitpool values are sane.
306 if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) {
307 ERROR(("Bitpool too small: %d (must be >= 2)", context->common.frameInfo.bitpool));
310 if (context->common.frameInfo.bitpool > OI_SBC_MaxBitpool(&context->common.frameInfo)) {
311 ERROR(("Bitpool too large: %d (must be <= %ld)", context->common.frameInfo.bitpool, OI_SBC_MaxBitpool(&context->common.frameInfo)));