comparison cabac.c @ 2398:582e635cfa08 libavcodec

common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 17:50:25 +0000
parents 1c39d9786efd
children 842e5e7f3b7a
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
24 */ 24 */
25 25
26 #include <string.h> 26 #include <string.h>
27 27
28 #include "common.h" 28 #include "common.h"
29 #include "bitstream.h"
29 #include "cabac.h" 30 #include "cabac.h"
30 31
31 const uint8_t ff_h264_lps_range[64][4]= { 32 const uint8_t ff_h264_lps_range[64][4]= {
32 {128,176,208,240}, {128,167,197,227}, {128,158,187,216}, {123,150,178,205}, 33 {128,176,208,240}, {128,167,197,227}, {128,158,187,216}, {123,150,178,205},
33 {116,142,169,195}, {111,135,160,185}, {105,128,152,175}, {100,122,144,166}, 34 {116,142,169,195}, {111,135,160,185}, {105,128,152,175}, {100,122,144,166},