~ubuntu-branches/ubuntu/trusty/gavl/trusty

« back to all changes in this revision

Viewing changes to gavl/mmx/scale_y_mmx.c

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-01-17 20:38:33 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090117203833-t8fq1e1jdquyelmy
Tags: 1.1.0-2
Fixed debian/copyright 

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
#define FUNC_NAME scale_uint8_x_1_y_bilinear_mmx
321
321
#define WIDTH_MUL 1
322
322
#define BITS 8
323
 
#define NUM_TAPS -1
324
323
 
325
324
#include "scale_y_linear.h"
326
325
 
329
328
#define FUNC_NAME scale_uint8_x_2_y_bilinear_mmx
330
329
#define WIDTH_MUL 2
331
330
#define BITS 8
332
 
#define NUM_TAPS -1
333
331
 
334
332
#include "scale_y_linear.h"
335
333
 
338
336
#define FUNC_NAME scale_uint8_x_4_y_bilinear_mmx
339
337
#define WIDTH_MUL 4
340
338
#define BITS 8
341
 
#define NUM_TAPS -1
342
339
 
343
340
#include "scale_y_linear.h"
344
341
 
347
344
#define FUNC_NAME scale_uint8_x_3_y_bilinear_mmx
348
345
#define WIDTH_MUL 3
349
346
#define BITS 8
350
 
#define NUM_TAPS -1
351
347
 
352
348
#include "scale_y_linear.h"
353
349