Searched refs:bitpos1 (Results 1 – 2 of 2) sorted by relevance
667 int bitpos1 = (bitpos + 7) / 8 * 8; in v_GetNextLine() local668 while (m_bByteAlign && bitpos0 < bitpos1) { in v_GetNextLine()677 bitpos = bitpos1; in v_GetNextLine()
568 FX_SAFE_INT32 bitpos1 = m_nOutputs - 1 > 0 ? m_nOutputs - 1 : 0; in v_Call() local569 bitpos1 *= m_nBitsPerSample; in v_Call()570 bitpos1 += bitpos.ValueOrDie(); in v_Call()571 if (!bitpos1.IsValid()) { in v_Call()