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

  /external/webp/src/dec/
webpi.h 40 int32_t* irow, *frow; // work buffer member in struct:__anon13751
io.c 448 wrk->frow = work + dst_width;
466 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac;
479 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum;
485 wrk->irow[x_out] += wrk->frow[x_out];
494 const int frac = MULT(wrk->frow[x_out], yscale);
    [all...]
  /external/webp/src/enc/
picture.c 228 int32_t* frow, int32_t* irow, int dst_width) {
244 frow[x_out] = (sum + base) * dst_width - frac;
256 frow[x_out] = right * (dst_width - 1) + (left - right) * x_accum;
262 irow[x_out] += frow[x_out];
266 static void ExportRow(int32_t* frow, int32_t* irow, uint8_t* dst, int dst_width,
270 const int frac = MULT(frow[x_out], yscale);
290 int32_t* frow = work + dst_width; // fractional contribution local
295 ImportRow(src, src_width, frow, irow, dst_width);
301 ExportRow(frow, irow, dst, dst_width, yscale, fxy_scale);
  /external/quake/quake/src/QW/client/
gl_draw.c 500 float frow, fcol, size; local
513 frow = row*0.0625;
520 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
523 glTexCoord2f (fcol, frow);
525 glTexCoord2f (fcol + size, frow);
527 glTexCoord2f (fcol + size, frow + size);
529 glTexCoord2f (fcol, frow + size);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 844 float frow, fcol, size; local
857 frow = row*0.0625;
864 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
867 glTexCoord2f (fcol, frow);
869 glTexCoord2f (fcol + size, frow);
871 glTexCoord2f (fcol + size, frow + size);
873 glTexCoord2f (fcol, frow + size);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 75 short frow; /* first row */ member in struct:fieldnode

Completed in 4749 milliseconds