HomeSort by relevance Sort by last modified time
    Searched refs:Our (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 18 // Our heap-allocated object that will be GC'd incorrectly.
  /prebuilts/go/darwin-x86/src/text/template/
examplefunc_test.go 16 // Make Title Text Look Good In Our Template's Output.
24 // A simple template definition to test our function.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 18 // Our heap-allocated object that will be GC'd incorrectly.
  /prebuilts/go/linux-x86/src/text/template/
examplefunc_test.go 16 // Make Title Text Look Good In Our Template's Output.
24 // A simple template definition to test our function.
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 17 Our Markov chain algorithm would arrange this text into this set of prefixes
41 Our version of this program reads text from standard input, parsing it into a
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 17 Our Markov chain algorithm would arrange this text into this set of prefixes
41 Our version of this program reads text from standard input, parsing it into a
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 257 // Our upper bound is halfway between, mant*2+1 << exp-mantbits-1.
267 // Our lower bound is halfway between, mantlo*2+1 << explo-mantbits-1.
atof.go 305 // Our range is [0.5,1) but floating point range is [1,2).
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 257 // Our upper bound is halfway between, mant*2+1 << exp-mantbits-1.
267 // Our lower bound is halfway between, mantlo*2+1 << explo-mantbits-1.
atof.go 305 // Our range is [0.5,1) but floating point range is [1,2).
  /prebuilts/go/darwin-x86/src/math/
lgamma.go 50 // Our algorithms are based on the following observation
  /prebuilts/go/linux-x86/src/math/
lgamma.go 50 // Our algorithms are based on the following observation
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 84 # Our caller has not allocated a parameter save area.
109 # This is the parameter save area set up by our caller.
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 219 // Our chain should point to the previous value.
472 // Our chain should point to the previous value.
huffman_code.go 32 // Our level. for better printing
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 219 // Our chain should point to the previous value.
472 // Our chain should point to the previous value.
huffman_code.go 32 // Our level. for better printing
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 41 * Our own implementation of WebSocket class using Flash.
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 372 /// Our address book file is just one of these.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 70 // Simplify our invalid instruction text.
126 // Our decoder chooses to separate them.
  /prebuilts/go/darwin-x86/src/encoding/json/
stream_test.go 130 // Our test input does not include back-to-back numbers.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 70 // Simplify our invalid instruction text.
126 // Our decoder chooses to separate them.
  /prebuilts/go/linux-x86/src/encoding/json/
stream_test.go 130 // Our test input does not include back-to-back numbers.
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 438 // Test the code to try multiple packages. Our test case is

Completed in 2954 milliseconds

1 2 3