Home
last modified time | relevance | path

Searched refs:scan0 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_x86.h58 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob() local
62 scan0 = _mm_sub_epi16(scan0, zbin_mask0); in scan_for_eob()
64 eob0 = _mm_andnot_si128(zero_coeff0, scan0); in scan_for_eob()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp339 BYTE* scan0,
596 uint8_t* scan0 = pBitmap->GetBuffer(); in OutputImageMask() local
598 if ((scan0[0] & 0x80) == 0) in OutputImageMask()
661 PixelFormat1bppIndexed, scan0, &bitmap); in OutputImageMask()
691 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + in OutputImage() local
697 PixelFormat32bppARGB, scan0, &bitmap); in OutputImage()
701 PixelFormat32bppRGB, scan0, &bitmap); in OutputImage()
705 PixelFormat24bppRGB, scan0, &bitmap); in OutputImage()
709 PixelFormat8bppIndexed, scan0, in OutputImage()
721 PixelFormat1bppIndexed, scan0, in OutputImage()