HomeSort by relevance Sort by last modified time
    Searched refs:drp (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/tools/
skdiff_utils.cpp 120 void create_and_write_diff_image(DiffRecord* drp,
125 const int w = drp->fBase.fBitmap.width();
126 const int h = drp->fBase.fBitmap.height();
128 if (w != drp->fComparison.fBitmap.width() || h != drp->fComparison.fBitmap.height()) {
129 drp->fResult = DiffRecord::kDifferentSizes_Result;
131 drp->fDifference.fBitmap.allocN32Pixels(w, h);
133 drp->fWhite.fBitmap.allocN32Pixels(w, h);
135 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult);
136 compute_diff(drp, dmp, colorThreshold)
    [all...]
skdiff_main.cpp 145 void add (DiffRecord* drp) {
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->fFractionDifference * 100 > fMaxMismatchPercent)
370 DiffRecord *drp = new DiffRecord; local
475 DiffRecord *drp = new DiffRecord(); local
496 DiffRecord *drp = new DiffRecord(); local
    [all...]
skdiff_image.cpp 27 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->fComparison.fFullPath.c_str()))
    [all...]
skdiff_utils.h 47 void create_and_write_diff_image(DiffRecord* drp,
  /external/libgsm/src/
decode.c 51 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 ];
long_term.c 905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp),
911 register word * drp /* [-120..-1] IN, [-120..40] OUT */
934 * signal drp[0..39]
939 drpp = GSM_MULT_R( brp, drp[ k - Nr ] );
940 drp[k] = GSM_ADD( erp[k], drpp );
945 * drp[ -1..-120 ]
948 for (k = 0; k <= 119; k++) drp[ -120 + k ] = drp[ -80 + k ];
  /external/libgsm/inc/
private.h 207 word * drp)); /* [-120..-1] IN, [0..40] OUT */
226 word * drp, /* received d [0...39] IN */
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 12064 struct sctp_pktdrop_chunk *drp; local
    [all...]

Completed in 111 milliseconds