~ubuntu-branches/ubuntu/hardy/speex/hardy-security

« back to all changes in this revision

Viewing changes to libspeex/vbr.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2002 Jean-Marc Valin 
2
 
   File: vbr.h
3
 
 
4
 
   VBR-related routines
5
 
 
 
1
/* Copyright (C) 2002 Jean-Marc Valin */
 
2
/**
 
3
   @file vbr.h
 
4
   @brief Variable Bit-Rate (VBR) related routines
 
5
*/
 
6
/*
6
7
   Redistribution and use in source and binary forms, with or without
7
8
   modification, are permitted provided that the following conditions
8
9
   are met:
44
45
extern const float vbr_hb_thresh[5][11];
45
46
extern const float vbr_uhb_thresh[2][11];
46
47
 
 
48
/** VBR state. */
47
49
typedef struct VBRState {
48
50
   float energy_alpha;
49
51
   float average_energy;