Skip to content
  • Johann Koenig's avatar
    framework for assembly version of the detokenizer · 9602799c
    Johann Koenig authored
    adds a compile time option: --enable-arm-asm-detok which pulls in
    vp8/decoder/arm/detokenize.asm
    
    currently about break even speed wise, but changes are pending to
    the fill code (branch and load 3 bytes versus conditionally always
    load one) and the error handling. Currently it doesn't handle zero
    runs or overrunning the buffer.
    
    this is really just so i don't have to rebase my changes all the
    time to run benchmarks - now just need to replace one file!
    
    Change-Id: I56d0e2354dc0ca3811bffd0e88fe1f952fa6c797
    9602799c