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

  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_x86.h 58 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); local
62 scan0 = _mm_sub_epi16(scan0, zbin_mask0);
64 eob0 = _mm_andnot_si128(zero_coeff0, scan0);
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 339 BYTE* scan0,
596 uint8_t* scan0 = pBitmap->GetBuffer(); local
598 if ((scan0[0] & 0x80) == 0)
661 PixelFormat1bppIndexed, scan0, &bitmap);
691 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + local
697 PixelFormat32bppARGB, scan0, &bitmap);
701 PixelFormat32bppRGB, scan0, &bitmap);
705 PixelFormat24bppRGB, scan0, &bitmap);
709 PixelFormat8bppIndexed, scan0,
721 PixelFormat1bppIndexed, scan0,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 186 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0);
gdiplusimpl.h 498 PixelFormat format, BYTE *scan0): Image(NULL, Ok)
502 width, height, stride, format, scan0, &nativeBitmap);
    [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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h     [all...]

Completed in 354 milliseconds