Ignore:
Timestamp:
02/17/07 16:14:53 (17 years ago)
Author:
r2d
Message:
  • speed improvements (mainly inlining)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c

    r212 r219  
    3939#include "internal.h"
    4040#include "decoder.h"
    41 
    42 // mpc_bits_reader.c
    43 mpc_uint32_t mpc_bits_read(mpc_bits_reader * r, const unsigned int nb_bits);
    44 int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block);
    45 mpc_int32_t mpc_bits_golomb_dec(mpc_bits_reader * r, const mpc_uint_t k);
    46 unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size);
     41#include "huffman.h"
     42#include "mpc_bits_reader.h"
    4743
    4844// streaminfo.c
Note: See TracChangeset for help on using the changeset viewer.