Searched refs:fir (Results 1 - 13 of 13) sorted by relevance

/external/freetype/src/base/
H A Dftlcdfil.c53 /* `fir' and `pix' must be at least 32 bit wide, since the sum of */
58 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ local
63 fir[0] = weights[2] * val1;
64 fir[1] = weights[3] * val1;
65 fir[2] = weights[4] * val1;
66 fir[3] = 0;
69 fir[0] += weights[1] * val1;
70 fir[1] += weights[2] * val1;
71 fir[2] += weights[3] * val1;
72 fir[
120 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftlcdfil.c53 /* `fir' and `pix' must be at least 32 bit wide, since the sum of */
58 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ local
63 fir[0] = weights[2] * val1;
64 fir[1] = weights[3] * val1;
65 fir[2] = weights[4] * val1;
66 fir[3] = 0;
69 fir[0] += weights[1] * val1;
70 fir[1] += weights[2] * val1;
71 fir[2] += weights[3] * val1;
72 fir[
120 FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ local
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_mips.h83 uint32_t fir; member in struct:__anon5152
103 uint32_t fir; /* FPU implementation register. */ member in struct:__anon5153
/external/google-breakpad/src/common/android/include/sys/
H A Duser.h109 unsigned int fir; member in struct:user_fpregs_struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dkvm.h45 __u32 fir; member in struct:kvm_fpu
/external/skia/src/core/
H A DSkScalerContext.cpp296 // TODO: this fir filter implementation is straight forward, but slow.
299 int fir[LCD_PER_PIXEL] = { 0 }; local
306 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value;
310 fir[subpxl_index] /= 0x100;
311 fir[subpxl_index] = SkMin32(fir[subpxl_index], 255);
314 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(fir[0], maskPreBlend.fR);
315 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(fir[1], maskPreBlend.fG);
316 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB);
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.cc260 out->float_save.fir = fpregs.fir;
H A Ducontext_reader.cc247 out->float_save.fir = uc->uc_mcontext.fpc_eir; // Unused.
/external/google-breakpad/src/processor/
H A Ddump_context.cc603 printf(" float_save.fir = 0x%" PRIx32 "\n",
604 context_mips->float_save.fir);
H A Dsynth_minidump.cc229 D32(context.float_save.fir);
H A Dminidump.cc1082 Swap(&context_mips->float_save.fir);
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc387 thread->fpregs.fir = rawregs->float_save.fir;
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c1294 sljit_sw fir;
1295 asm ("cfc1 %0, $0" : "=r"(fir));
1296 return (fir >> 22) & 0x1;

Completed in 305 milliseconds