HomeSort by: relevance | last modified time | path
    Searched refs:uncompressed (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/brotli/dist/tests/
compatibility_test.sh 17 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
18 echo $uncompressed
19 $BROTLI $file -fdo $uncompressed
20 diff -q $uncompressed $expected
22 cat $file | $BROTLI -dc > $uncompressed
23 diff -q $uncompressed $expected
24 rm -f $uncompressed
roundtrip_test.sh 27 uncompressed=${TMP_DIR}/${file##*/}.unbr
29 $BROTLI $compressed -fdo $uncompressed
30 diff -q $file $uncompressed
32 cat $file | $BROTLI -cq $quality | $BROTLI -cd >$uncompressed
33 diff -q $file $uncompressed
Makefile 15 rm -f testdata/*.{br,unbr,uncompressed}
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_signed_rgba.spec 45 red_green signed formats but no uncompressed ones, which might
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_signed_rgba.spec 45 red_green signed formats but no uncompressed ones, which might

Completed in 12 milliseconds