Searched refs:subblocks (Results 1 – 4 of 4) sorted by relevance
66 const int subblocks = block_duration_ms_ / 10; in EncodeABlock() local72 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) { in EncodeABlock()75 if (idx == subblocks - 1) in EncodeABlock()
83 const int subblocks = kIsacBlockDurationMs / 10; in EncodeBlock() local88 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) { in EncodeBlock()
141 vector<BitExtent> subblocks; in FindDeflateSubBlocks() local143 puffer.PuffDeflate(&bit_reader, &puff_writer, &subblocks, &error)); in FindDeflateSubBlocks()145 for (const auto& subblock : subblocks) { in FindDeflateSubBlocks()
187 which case they are only defined in that block (neither subblocks nor305 this immediate block --- it is not visible in subblocks or enclosing blocks.