Searched refs:Temp (Results 1 - 16 of 16) sorted by relevance

/external/libvpx/vp8/common/
H A Dfilter_c.c60 int Temp; local
66 Temp = ((int)src_ptr[-2 * (int)pixel_step] * vp8_filter[0]) +
75 Temp = Temp >> VP8_FILTER_SHIFT;
77 if (Temp < 0)
78 Temp = 0;
79 else if (Temp > 255)
80 Temp = 255;
82 output_ptr[j] = Temp;
105 int Temp; local
381 int Temp; local
[all...]
/external/webkit/WebKitTools/Scripts/
H A Dgdb-safari32 use File::Temp qw/:mktemp/;
H A Dpdevenv6 use File::Temp qw/tempfile/;
H A Drun-launcher34 use File::Temp qw/tempfile/;
H A Dupdate-webkit-auxiliary-libs36 use File::Temp ();
56 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
H A Dupdate-webkit-support-libs35 use File::Temp ();
49 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
H A Dparallelcl8 use File::Temp;
168 my (undef, $tmpFile) = File::Temp::tempfile('clcommandXXXXX', DIR => File::Spec->tmpdir, OPEN => 0);
H A Dsort-Xcode-project-file34 use File::Temp qw(tempfile);
H A Dsvn-unapply67 use File::Temp qw(tempfile);
H A Dbisect-builds45 use File::Temp qw(tempfile);
/external/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c93 int Temp;
100 Temp = ((int)src_ptr[0] * vp8_filter[0]) +
103 output_ptr[j] = (unsigned int)(Temp >> VP8_FILTER_SHIFT);
127 unsigned short FData[36*16]; /* Temp data bufffer used in filtering */
/external/libvpx/vp8/encoder/
H A Dvariance_c.c320 int Temp; local
327 Temp = ((int)src_ptr[0] * vp8_filter[0]) +
330 output_ptr[j] = (unsigned int)(Temp >> VP8_FILTER_SHIFT);
376 unsigned short FData[20*16]; // Temp data bufffer used in filtering
400 unsigned short FData3[5*4]; // Temp data bufffer used in filtering
426 unsigned short FData3[9*8]; // Temp data bufffer used in filtering
450 unsigned short FData3[17*16]; // Temp data bufffer used in filtering
526 unsigned short FData3[16*9]; // Temp data bufffer used in filtering
550 unsigned short FData3[9*16]; // Temp data bufffer used in filtering
/external/webkit/JavaScriptCore/pcre/
H A Ddftables49 use File::Temp qw(tempfile);
/external/jhead/
H A Djhead.c276 char Temp[30];
277 sprintf(Temp, "scan_date=%s", ctime(&ImageInfo.FileDateTime));
278 strncat(OutComment, Temp, MAX_COMMENT_SIZE-5-strlen(OutComment));
H A Dexif.c1510 char Temp[20]; local
1511 FileTimeAsString(Temp);
1512 printf("File date : %s\n",Temp);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend294 VALUE Ascend-Temporary-Rtes Temp-Rtes-No 0
295 VALUE Ascend-Temporary-Rtes Temp-Rtes-Yes 1

Completed in 259 milliseconds