~ubuntu-branches/ubuntu/lucid/schroedinger/lucid

« back to all changes in this revision

Viewing changes to schroedinger/schroencoder.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-03 18:49:33 UTC
  • mfrom: (1.1.7 upstream) (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091003184933-mmkb7rff1nblsq6m
Tags: 1.0.8-2
* debian/control:
  + Build-depend on pkg-config to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
  double scene_change_score;
190
190
  double average_luma;
191
191
 
 
192
  int hard_limit_bits;
192
193
  int allocated_residual_bits;
193
194
  int allocated_mc_bits;
194
195
  double base_lambda;
268
269
  schro_bool enable_global_motion;
269
270
  int horiz_slices;
270
271
  int vert_slices;
 
272
  int codeblock_size;
271
273
 
272
274
  double magic_dc_metric_offset;
273
275
  double magic_subband0_lambda_scale;
287
289
  double magic_badblock_multiplier_nonref;
288
290
  double magic_badblock_multiplier_ref;
289
291
  double magic_block_search_threshold;
 
292
  double magic_scan_distance;
290
293
 
291
294
  /* hooks */
292
295