Decoder context. More...
Definition at line 135 of file apedec.c.
Referenced by ape_decode_init(), ape_decode_value_3860(), ape_decode_value_3900(), ape_unpack_mono(), and ape_unpack_stereo().
Definition at line 136 of file apedec.c.
Referenced by ape_decode_frame(), ape_decode_init(), and do_apply_filter().
Definition at line 137 of file apedec.c.
Referenced by ape_decode_frame(), ape_decode_init(), ape_dumpinfo(), ape_read_header(), and ape_unpack_mono().
samples left to decode in current frame
Definition at line 138 of file apedec.c.
Referenced by ape_decode_frame(), and ape_flush().
Definition at line 139 of file apedec.c.
Referenced by ape_decode_frame(), ape_decode_init(), ape_dumpinfo(), and ape_read_header().
codec version, very important in decoding process
Definition at line 141 of file apedec.c.
Referenced by ape_decode_frame(), ape_decode_init(), ape_decode_value_3860(), ape_decode_value_3900(), ape_dumpinfo(), ape_read_header(), apply_filter(), init_entropy_decoder(), init_predictor_decoder(), predictor_decode_mono_3800(), and predictor_decode_stereo_3800().
compression levels
Definition at line 142 of file apedec.c.
Referenced by ape_decode_init(), init_predictor_decoder(), predictor_decode_mono_3800(), and predictor_decode_stereo_3800().
which filter set to use (calculated from compression level)
Definition at line 143 of file apedec.c.
Referenced by ape_apply_filters(), ape_decode_init(), and init_frame_decoder().
frame flags
Definition at line 147 of file apedec.c.
Referenced by ape_decode_frame(), ape_unpack_mono(), ape_unpack_stereo(), and init_entropy_decoder().
predictor used for final reconstruction
Definition at line 148 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3800(), predictor_decode_mono_3930(), predictor_decode_mono_3950(), predictor_decode_stereo_3800(), predictor_decode_stereo_3930(), and predictor_decode_stereo_3950().
Definition at line 150 of file apedec.c.
Referenced by ape_decode_close(), and ape_decode_frame().
Definition at line 151 of file apedec.c.
Referenced by ape_decode_close(), and ape_decode_frame().
decoded data for each channel
Definition at line 152 of file apedec.c.
Referenced by ape_decode_frame(), ape_unpack_mono(), ape_unpack_stereo(), entropy_decode_mono_0000(), entropy_decode_mono_3860(), entropy_decode_mono_3900(), entropy_decode_mono_3990(), entropy_decode_stereo_0000(), entropy_decode_stereo_3860(), entropy_decode_stereo_3900(), entropy_decode_stereo_3930(), entropy_decode_stereo_3990(), filter_3800(), filter_fast_3320(), predictor_decode_mono_3800(), predictor_decode_mono_3930(), predictor_decode_mono_3950(), predictor_decode_stereo_3800(), predictor_decode_stereo_3930(), and predictor_decode_stereo_3950().
maximum number of samples to decode for each call
Definition at line 153 of file apedec.c.
Referenced by ape_decode_frame().
filter memory
Definition at line 155 of file apedec.c.
Referenced by ape_decode_close(), ape_decode_init(), and init_frame_decoder().
rangecoder used to decode actual values
Definition at line 157 of file apedec.c.
Referenced by range_dec_normalize(), range_decode_culfreq(), range_decode_culshift(), range_decode_update(), and range_start_decoding().
rice code parameters for the second channel
Definition at line 158 of file apedec.c.
Referenced by entropy_decode_stereo_0000(), entropy_decode_stereo_3860(), entropy_decode_stereo_3900(), entropy_decode_stereo_3930(), entropy_decode_stereo_3990(), and init_entropy_decoder().
rice code parameters for the first channel
Definition at line 159 of file apedec.c.
Referenced by entropy_decode_mono_0000(), entropy_decode_mono_3860(), entropy_decode_mono_3900(), entropy_decode_mono_3990(), entropy_decode_stereo_0000(), entropy_decode_stereo_3860(), entropy_decode_stereo_3900(), entropy_decode_stereo_3930(), entropy_decode_stereo_3990(), and init_entropy_decoder().
filters used for reconstruction
Definition at line 160 of file apedec.c.
Referenced by ape_apply_filters(), and init_frame_decoder().
Definition at line 161 of file apedec.c.
Referenced by ape_decode_frame(), decode_array_0000(), entropy_decode_mono_0000(), entropy_decode_mono_3860(), entropy_decode_stereo_0000(), entropy_decode_stereo_3860(), and init_entropy_decoder().
current frame data
Definition at line 163 of file apedec.c.
Referenced by ape_decode_close(), and ape_decode_frame().
frame data end
Definition at line 164 of file apedec.c.
Referenced by ape_decode_frame(), init_entropy_decoder(), and range_dec_normalize().
frame data allocated size
Definition at line 165 of file apedec.c.
Referenced by ape_decode_close(), and ape_decode_frame().
current position in frame data
Definition at line 166 of file apedec.c.
Referenced by ape_decode_frame(), entropy_decode_stereo_3900(), init_entropy_decoder(), range_dec_normalize(), and range_start_decoding().
Definition at line 168 of file apedec.c.
Referenced by ape_decode_frame(), range_dec_normalize(), and range_get_symbol().
Definition at line 170 of file apedec.c.
Referenced by ape_decode_init(), and ape_unpack_mono().
Definition at line 171 of file apedec.c.
Referenced by ape_decode_init(), and ape_unpack_stereo().
Definition at line 172 of file apedec.c.
Referenced by ape_decode_init(), and ape_unpack_mono().
Definition at line 173 of file apedec.c.
Referenced by ape_decode_init(), and ape_unpack_stereo().
Definition at line 53 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 54 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 55 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 56 of file ape.c.
Referenced by ape_read_header(), ape_read_packet(), and ape_read_seek().
Definition at line 57 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_close(), ape_read_header(), and ape_read_packet().
Definition at line 60 of file ape.c.
Referenced by ape_dumpinfo().
Definition at line 62 of file ape.c.
Referenced by ape_read_header().
Definition at line 63 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 64 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 65 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 66 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 67 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 68 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 69 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 70 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 73 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 74 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 75 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
Definition at line 76 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
Definition at line 77 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
Definition at line 80 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
Definition at line 83 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_close(), and ape_read_header().
Definition at line 84 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_close(), and ape_read_header().