Searched refs:bitsPerSample (Results 1 – 1 of 1) sorted by relevance
559 uint32_t bitsPerSample = 1; /* always use single bit per sample for repetition counter test */ in LLF_RND_RepetitionCounterTest() local567 … = 0; bitOffset <= (sizeInBytes * UINT8_SIZE_IN_BITS) - bitsPerSample; bitOffset += bitsPerSample)… in LLF_RND_RepetitionCounterTest()568 newSample = getBitsFromUint32Array(bitOffset, bitsPerSample, (uint32_t*)pData); in LLF_RND_RepetitionCounterTest()606 uint32_t bitsPerSample = 1; /* binary source */ in LLF_RND_AdaptiveProportionTest() local613 … = 0; bitOffset <= (sizeInBytes * UINT8_SIZE_IN_BITS) - bitsPerSample; bitOffset += bitsPerSample)… in LLF_RND_AdaptiveProportionTest()614 currentSample = getBitsFromUint32Array(bitOffset, bitsPerSample, (uint32_t*)pData); in LLF_RND_AdaptiveProportionTest()