Sign in
chromium
/
webm
/
bitstream-guide
/
4570a5aedb3c3e32d88fc158306f46245c818476
commit
4570a5aedb3c3e32d88fc158306f46245c818476
[
log
]
author
Lou Quillio <
[email protected]
>
Sat Oct 22 00:10:24 2011
committer
Lou Quillio <
[email protected]
>
Thu Feb 09 23:31:32 2012
tree
558f72cc7709a701eff22129f25b94c26728491e
parent
f6d3a6e8dd163de0680614ae6ad447589024d0d2
[
diff
]
Sync to published RFC 6386 text. Change-Id:
I9f4b56c11e882fc4f37bdbae65a55cfa8f63312d
text_src/00.05__vp8-bitstream__license.txt
[
diff
]
text_src/00.06__vp8-bitstream__copyright.txt
[
diff
]
text_src/01.00__vp8-bitstream__introduction.txt
[
diff
]
text_src/02.00__vp8-bitstream__format-overview.txt
[
diff
]
text_src/03.00__vp8-bitstream__compressed-frame-types.txt
[
diff
]
text_src/04.00__vp8-bitstream__overview-of-compressed-data-format.txt
[
diff
]
text_src/05.00__vp8-bitstream__overview-of-the-decoding-process.txt
[
diff
]
text_src/06.00__vp8-bitstream__description-of-algorithms.txt
[
diff
]
text_src/07.00__vp8-bitstream__boolean-entropy-decoder.txt
[
diff
]
text_src/07.01__vp8-bitstream__underlying-theory-of-coding.txt
[
diff
]
text_src/07.02__vp8-bitstream__practical-algorithm-description.txt
[
diff
]
text_src/07.03__vp8-bitstream__actual-implementation.txt
[
diff
]
text_src/08.00__vp8-bitstream__compressed-data-components.txt
[
diff
]
text_src/08.01__vp8-bitstream__tree-coding-implementation.txt
[
diff
]
text_src/08.02__vp8-bitstream__tree-coding-example.txt
[
diff
]
text_src/09.00__vp8-bitstream__frame-header.txt
[
diff
]
text_src/09.01__vp8-bitstream__uncompressed-data-chunk.txt
[
diff
]
text_src/09.02__vp8-bitstream__color-space-and-pixel-type-key-frames-only.txt
[
diff
]
text_src/09.03__vp8-bitstream__segment-based-adjustments.txt
[
diff
]
text_src/09.04__vp8-bitstream__loop-filter-type-and-levels.txt
[
diff
]
text_src/09.05__vp8-bitstream__token-partition-and-partition-data-offsets.txt
[
diff
]
text_src/09.06__vp8-bitstream__dequantization-indices.txt
[
diff
]
text_src/09.07__vp8-bitstream__refresh-golden-frame-and-altref-frame.txt
[
diff
]
text_src/09.08__vp8-bitstream__refresh-last-frame-buffer.txt
[
diff
]
text_src/09.09__vp8-bitstream__dct-coefficient-probability-update.txt
[
diff
]
text_src/09.10__vp8-bitstream__remaining-frame-header-data-non-key-frame.txt
[
diff
]
text_src/09.11__vp8-bitstream__remaining-frame-header-data-key-frame.txt
[
diff
]
text_src/10.00__vp8-bitstream__segment-based-feature-adjustments.txt
[
diff
]
text_src/11.00__vp8-bitstream__key-frame-macroblock-prediction-records.txt
[
diff
]
text_src/11.01__vp8-bitstream__mbskipcoeff.txt
[
diff
]
text_src/11.02__vp8-bitstream__luma-modes.txt
[
diff
]
text_src/11.03__vp8-bitstream__subblock-mode-contexts.txt
[
diff
]
text_src/11.04__vp8-bitstream__chroma-modes.txt
[
diff
]
text_src/11.05__vp8-bitstream__subblock-mode-probability-table.txt
[
diff
]
text_src/12.00__vp8-bitstream__intraframe-prediction.txt
[
diff
]
text_src/12.01__vp8-bitstream__mbskipcoeff.txt
[
diff
]
text_src/12.02__vp8-bitstream__chroma-prediction.txt
[
diff
]
text_src/12.03__vp8-bitstream__luma-prediction.txt
[
diff
]
text_src/13.00__vp8-bitstream__dct-coefficient-decoding.txt
[
diff
]
text_src/13.01__vp8-bitstream__mb-without-non-zero-coefficient-values.txt
[
diff
]
text_src/13.02__vp8-bitstream__coding-of-individual-coefficient-values.txt
[
diff
]
text_src/13.03__vp8-bitstream__token-probabilities.txt
[
diff
]
text_src/13.04__vp8-bitstream__token-probability-updates.txt
[
diff
]
text_src/13.05__vp8-bitstream__default-token-probability-table.txt
[
diff
]
text_src/14.00__vp8-bitstream__dct-and-wht-inversion-and-macroblock-reconstruction.txt
[
diff
]
text_src/14.01__vp8-bitstream__dequantization.txt
[
diff
]
text_src/14.02__vp8-bitstream__inverse-transforms.txt
[
diff
]
text_src/14.03__vp8-bitstream__implementation-of-wht-inversion.txt
[
diff
]
text_src/14.04__vp8-bitstream__implementation-of-dct-inversion.txt
[
diff
]
text_src/14.05__vp8-bitstream__summation-of-predictor-and-residue.txt
[
diff
]
text_src/15.00__vp8-bitstream__loop-filter.txt
[
diff
]
text_src/15.01__vp8-bitstream__filter-geometry-and-overall-procedure.txt
[
diff
]
text_src/15.02__vp8-bitstream__simple-filter.txt
[
diff
]
text_src/15.03__vp8-bitstream__normal-filter.txt
[
diff
]
text_src/15.04__vp8-bitstream__calculation-of-control-parameters.txt
[
diff
]
text_src/16.00__vp8-bitstream__interframe-macroblock-prediction-records.txt
[
diff
]
text_src/16.01__vp8-bitstream__intra-predicted-macroblocks.txt
[
diff
]
text_src/16.02__vp8-bitstream__inter-predicted-macroblocks.txt
[
diff
]
text_src/16.03__vp8-bitstream__mode-and-motion-vector-contexts.txt
[
diff
]
text_src/16.04__vp8-bitstream__split-prediction.txt
[
diff
]
text_src/17.00__vp8-bitstream__motion-vector-decoding.txt
[
diff
]
text_src/17.01__vp8-bitstream__coding-of-each-component.txt
[
diff
]
text_src/17.02__vp8-bitstream__probability-updates.txt
[
diff
]
text_src/18.00__vp8-bitstream__interframe-prediction.txt
[
diff
]
text_src/18.01__vp8-bitstream__bounds-on-and-adjustment-of-motion-vectors.txt
[
diff
]
text_src/18.02__vp8-bitstream__prediction-subblocks.txt
[
diff
]
text_src/18.03__vp8-bitstream__sub-pixel-interpolation.txt
[
diff
]
text_src/18.04__vp8-bitstream__filter-properties.txt
[
diff
]
text_src/a.00_vp8-bitstream__syntax.txt
[
diff
]
text_src/a.01_vp8-bitstream__frame_tag.txt
[
diff
]
text_src/a.02_vp8-bitstream__frame_header.txt
[
diff
]
text_src/a.03_vp8-bitstream__mb_header.txt
[
diff
]
text_src/atch1/00__atch1.txt
[Added -
diff
]
text_src/atch1/AUTHORS
[
diff
]
text_src/atch1/bit_ops.h
[
diff
]
text_src/atch1/bool_decoder.h
[
diff
]
text_src/atch1/dequant_data.h
[
diff
]
text_src/atch1/dixie.c
[
diff
]
text_src/atch1/dixie.h
[
diff
]
text_src/atch1/dixie_loopfilter.c
[
diff
]
text_src/atch1/dixie_loopfilter.h
[
diff
]
text_src/atch1/idct_add.c
[
diff
]
text_src/atch1/idct_add.h
[
diff
]
text_src/atch1/mem.h
[
diff
]
text_src/atch1/modemv.c
[
diff
]
text_src/atch1/modemv.h
[
diff
]
text_src/atch1/modemv_data.h
[
diff
]
text_src/atch1/predict.c
[
diff
]
text_src/atch1/predict.h
[
diff
]
text_src/atch1/tokens.c
[
diff
]
text_src/atch1/tokens.h
[
diff
]
text_src/atch1/vp8_prob_data.h
[
diff
]
text_src/atch1/vpx_codec_internal.h
[
diff
]
text_src/atch1/vpx_decoder.h
[
diff
]
text_src/atch1/vpx_decoder_compat.h
[
diff
]
text_src/atch1/vpx_image.c
[
diff
]
text_src/atch1/vpx_image.h
[
diff
]
text_src/atch1/vpx_integer.h
[
diff
]
98 files changed
tree: 558f72cc7709a701eff22129f25b94c26728491e
text_src/
.gitignore
AUTHORS
README