HomeSort by relevance Sort by last modified time
    Searched defs:scan0 (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 460 static int scan0[64] = { // spec, fig 7-2 variable
833 int *idx = scan0;
    [all...]
psb_MPEG4.c 86 static int scan0[64] = { // spec, fig 7-2 variable
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 470 static int scan0[64] = { // spec, fig 7-2 variable
856 int *idx = scan0;
    [all...]
pnw_MPEG4.c 88 static int scan0[64] = { // spec, fig 7-2 variable
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 276 BYTE* scan0,
533 uint8_t* scan0 = pBitmap->GetBuffer(); local
535 if ((scan0[0] & 0x80) == 0) {
595 PixelFormat1bppIndexed, scan0, &bitmap);
624 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + local
630 PixelFormat32bppARGB, scan0, &bitmap);
634 PixelFormat32bppRGB, scan0, &bitmap);
638 PixelFormat24bppRGB, scan0, &bitmap);
642 PixelFormat8bppIndexed, scan0,
655 PixelFormat1bppIndexed, scan0,
    [all...]

Completed in 291 milliseconds