Home | History | Annotate | Download | only in src

Lines Matching defs:s16BitPool

1855     APPL_TRACE_DEBUG("%s bit pool %d", __func__, btif_media_cb.encoder.s16BitPool);
1873 SINT16 s16BitPool = 0;
1935 s16BitPool = (SINT16)((pstrEncParams->u16BitRate *
1947 + (pstrEncParams->s16NumOfBlocks * s16BitPool)) / 8;
1954 s16BitPool--;
1957 s16BitPool = (s16BitPool > 255) ? 255 : s16BitPool;
1959 s16BitPool = (s16BitPool > 128) ? 128 : s16BitPool;
1961 s16BitPool = (SINT16)(((pstrEncParams->s16NumOfSubBands *
1968 pstrEncParams->s16BitPool =
1969 (s16BitPool > (16 * pstrEncParams->s16NumOfSubBands)) ?
1970 (16 * pstrEncParams->s16NumOfSubBands) : s16BitPool;
1973 if (s16BitPool < 0)
1974 s16BitPool = 0;
1977 s16BitPool, pstrEncParams->u16BitRate);
1979 if (s16BitPool > pUpdateAudio->MaxBitPool) {
1981 s16BitPool);
1986 } else if (s16BitPool < pUpdateAudio->MinBitPool) {
1988 s16BitPool);
2009 pstrEncParams->s16BitPool = s16BitPool;
2013 btif_media_cb.encoder.s16BitPool);
2500 btif_media_cb.encoder.s16BitPool,
2513 btif_media_cb.encoder.s16BitPool) / CHAR_BIT);
2520 btif_media_cb.encoder.s16BitPool) / CHAR_BIT);
2528 btif_media_cb.encoder.s16BitPool)) / CHAR_BIT);