H.263视频编解码代码
H.263 video compression codecH263-master├── Makefile
├── README.md
├── bitstream.c
├── bitstream.h
├── block.c
├── cif.c
├── cif.h
├── codec.c
├── codec.h
├── dct.c
├── debug.c
├── frame.h
├── frame_I.c
├── frame_P.c
├── getbits.c
├── getblk.c
├── gethdr.c
├── getvlc.c
├── getvlc.h
├── indices.h
├── main.c
├── misc.h
├── motest.c
├── picture.c
├── putbits.c
├── quant.c
├── sactbls.h
├── scan.h
├── unistd.h
├── vlc.h
├── wingetopt.c
└── wingetopt.h
0 directories, 32 files
评论