Searched refs:Temp (Results 1 - 16 of 16) sorted by relevance
/external/libvpx/vp8/common/ |
H A D | filter_c.c | 60 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 D | gdb-safari | 32 use File::Temp qw/:mktemp/;
|
H A D | pdevenv | 6 use File::Temp qw/tempfile/;
|
H A D | run-launcher | 34 use File::Temp qw/tempfile/;
|
H A D | update-webkit-auxiliary-libs | 36 use File::Temp (); 56 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
|
H A D | update-webkit-support-libs | 35 use File::Temp (); 49 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
|
H A D | parallelcl | 8 use File::Temp; 168 my (undef, $tmpFile) = File::Temp::tempfile('clcommandXXXXX', DIR => File::Spec->tmpdir, OPEN => 0);
|
H A D | sort-Xcode-project-file | 34 use File::Temp qw(tempfile);
|
H A D | svn-unapply | 67 use File::Temp qw(tempfile);
|
H A D | bisect-builds | 45 use File::Temp qw(tempfile);
|
/external/libvpx/vp8/common/arm/ |
H A D | bilinearfilter_arm.c | 93 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 D | variance_c.c | 320 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 D | dftables | 49 use File::Temp qw(tempfile);
|
/external/jhead/ |
H A D | jhead.c | 276 char Temp[30]; 277 sprintf(Temp, "scan_date=%s", ctime(&ImageInfo.FileDateTime)); 278 strncat(OutComment, Temp, MAX_COMMENT_SIZE-5-strlen(OutComment));
|
H A D | exif.c | 1510 char Temp[20]; local 1511 FileTimeAsString(Temp); 1512 printf("File date : %s\n",Temp);
|
/external/ppp/pppd/plugins/radius/etc/ |
H A D | dictionary.ascend | 294 VALUE Ascend-Temporary-Rtes Temp-Rtes-No 0 295 VALUE Ascend-Temporary-Rtes Temp-Rtes-Yes 1
|
Completed in 259 milliseconds