Searched defs:drp (Results 1 - 5 of 5) sorted by relevance

/external/libgsm/src/
H A Ddecode.c51 word * drp = S->dp0 + 120; local
56 Gsm_Long_Term_Synthesis_Filtering( S, *Ncr, *bcr, erp, drp );
58 for (k = 0; k <= 39; k++) wt[ j * 40 + k ] = drp[ k ];
/external/skia/tools/
H A Dskdiff_image.cpp27 DiffRecord* drp) {
31 drp->fBase.fFilename = baseFile;
32 drp->fBase.fFullPath = baseFile;
33 drp->fBase.fStatus = DiffResource::kSpecified_Status;
35 drp->fComparison.fFilename = comparisonFile;
36 drp->fComparison.fFullPath = comparisonFile;
37 drp->fComparison.fStatus = DiffResource::kSpecified_Status;
39 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
41 drp->fBase.fStatus = DiffResource::kRead_Status;
43 SkAutoDataUnref comparisonFileBits(read_file(drp
21 create_diff_images(DiffMetricProc dmp, const int colorThreshold, const SkString& baseFile, const SkString& comparisonFile, const SkString& outputDir, const SkString& outputFilename, DiffRecord* drp) argument
[all...]
H A Dskdiff_utils.cpp136 void create_and_write_diff_image(DiffRecord* drp, argument
141 const int w = drp->fBase.fBitmap.width();
142 const int h = drp->fBase.fBitmap.height();
144 if (w != drp->fComparison.fBitmap.width() || h != drp->fComparison.fBitmap.height()) {
145 drp->fResult = DiffRecord::kDifferentSizes_Result;
147 drp->fDifference.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
148 drp->fDifference.fBitmap.allocPixels();
150 drp->fWhite.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
151 drp
[all...]
H A Dskdiff_main.cpp145 void add (DiffRecord* drp) { argument
148 if (drp->fBase.fFilename.equals(drp->fComparison.fFilename)) {
149 fResultsOfType[drp->fResult].push(new SkString(drp->fBase.fFilename));
152 blame->append(drp->fBase.fFilename);
154 blame->append(drp->fComparison.fFilename);
156 fResultsOfType[drp->fResult].push(blame);
158 switch (drp->fResult) {
170 if (drp
282 AutoReleasePixels(DiffRecord* drp) argument
309 get_bounds(DiffRecord& drp) argument
355 DiffRecord *drp = new DiffRecord; local
453 DiffRecord *drp = new DiffRecord(); local
474 DiffRecord *drp = new DiffRecord(); local
[all...]
/external/grub/stage2/
H A Dbios.c236 } __attribute__ ((packed)) drp;
239 grub_memset (&drp, 0, sizeof (drp));
247 drp.size = sizeof (drp) - sizeof (drp.dummy);
249 err = biosdisk_int13_extensions (0x4800, drive, &drp);
257 /* if (drp.flags & (1 << 1)) */
262 if (drp.total_sectors)
263 total_sectors = drp
234 } __attribute__ ((packed)) drp; local
[all...]

Completed in 97 milliseconds