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

  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 548 register int yym, yyn, yystate; local
677 yym = yylen[yyn];
678 yyval = yyvsp[1-yym];
    [all...]
  /external/libvpx/vp8/encoder/
ssim.c 49 uint32 w = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local
66 yym += Wxy * rec[x] * rec[x];
75 double syy = yym * iw - iwy * iwy;
108 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local
128 yym += Wxy * rec_x * rec_x;
137 double syy = yym * iw - iwy * iwy;
  /external/webp/src/enc/
filter.c 245 dst->yym += src->yym;
268 stats->yym += s2 * s2;
279 double syy = stats->yym * stats->w - ymym;
298 const double syy = s->yym * s->w - s->ym * s->ym;
vp8enci.h 505 double w, xm, ym, xxm, xym, yym; member in struct:__anon16608

Completed in 174 milliseconds