HomeSort by relevance Sort by last modified time
    Searched defs:fir (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftlcdfil.c 30 /* FIR filter used by the default and light filters */
41 /* horizontal in-place FIR filter */
49 FT_UInt fir[5]; local
54 fir[0] = weights[2] * val1;
55 fir[1] = weights[3] * val1;
56 fir[2] = weights[4] * val1;
57 fir[3] = 0;
58 fir[4] = 0;
61 fir[0] += weights[1] * val1;
62 fir[1] += weights[2] * val1
108 FT_UInt fir[5]; local
    [all...]
  /external/qemu/hw/
pxa.h 142 PXA2xxFIrState *fir; member in struct:__anon10102

Completed in 1080 milliseconds