INNER CODE UNIT · Kotlin

previous

pedroSG94/RootEncoder · common/src/main/java/com/pedro/common/BitBuffer.kt:99

        previous = it + 3 // skip emulation_prevention_three_byte
      }
      rbsp.put(buffer, previous, buffer.limit() - previous)

      rbsp.limit(rbsp.position())
      rbsp.rewind()
      return rbsp
    }
  }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…