* These fields have been moved here from private function local
* declarations merely to save stack space during encoding.
*/
FLAC__reallp_coeff[FLAC__MAX_LPC_ORDER][FLAC__MAX_LPC_ORDER];/* from stream_encoder_process_subframe_() */
unsignedparameters[2][1<<FLAC__MAX_RICE_PARTITION_ORDER],raw_bits[2][1<<FLAC__MAX_RICE_PARTITION_ORDER];/* from stream_encoder_find_best_partition_order_() */
FLAC__realautoc[FLAC__MAX_LPC_ORDER+1];/* WATCHOUT: the size is important even though encoder->protected_->max_lpc_order might be less; some asm routines need all the space */