Searched refs:offset8 (Results 1 – 2 of 2) sorted by relevance
47 uint32_t offset8, offset16, offset32; variable50 offset8 = offset & ~3;51 offset16 = offset8 / 2;52 offset32 = offset8 / 4;54 arr8[offset8] = val8_0;55 arr8[offset8+1] = val8_1;56 arr8[offset8+2] = val8_2;57 arr8[offset8+3] = val8_3;61 TEST_ASSERT_EQUAL(val8_0, arr8[offset8]);62 TEST_ASSERT_EQUAL(val8_1, arr8[offset8+1]);[all …]
141 static const OI_INT8 offset8[4][8] = { in computeBitneed() local171 offset = offset8[common->frameInfo.freqIndex]; in computeBitneed()