OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr43845.c] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
typedef int __attribute__ ((const)) (*x264_pixel_cmp_t)(void);
2
 
3
typedef struct {
4
    x264_pixel_cmp_t ssd;
5
} x264_pixel_function_t;
6
 
7
int x264_pixel_ssd_wxh (x264_pixel_function_t *pf, int i_width) {
8
    int i_ssd = 0, x;
9
    for (x = 0; x < i_width; x++)
10
      i_ssd += pf->ssd();
11
    return i_ssd;
12
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.