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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
MemoryTest.c 55 UINTN BlockWidth;
104 BlockWidth = SizeOfX / 100;
152 PosX = Index * BlockWidth;
162 BlockWidth - 1,
164 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
175 BlockWidth - 1,
177 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 79 UINTN BlockWidth;
126 BlockWidth = SizeOfX / 100;
172 PosX = Index * BlockWidth;
182 BlockWidth - 1,
184 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
195 BlockWidth - 1,
197 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 450 UINTN BlockWidth;
494 BlockWidth = SizeOfX / 100;
542 PosX = Index * BlockWidth;
552 BlockWidth - 1,
554 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
565 BlockWidth - 1,
567 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 924 * [in] BlockWidth - Width of current block
948 OMX_S32 BlockWidth,
983 for (x = 0; x < PartWidth; x += BlockWidth)
1002 BlockWidth,
1016 for (i = 0; i < (BlockWidth >> 2); i++)
1028 for (i = 0; i < (BlockWidth >> 3); i++)
1047 for (x = 0; x < (PartWidth/BlockWidth); x++)
1049 OffX = (PartStartX + x * BlockWidth) >> 2;
1067 for (x = 0; x < (PartWidth/BlockWidth); x++)
1069 OffX = (PartStartX + x * BlockWidth) >> 2
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 73 GLubyte BlockWidth, BlockHeight, BlockDepth;
321 *bw = info->BlockWidth;
341 *bw = info->BlockWidth;
498 return info->BlockWidth > 1 || info->BlockHeight > 1;
866 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) {
868 const GLuint bw = info->BlockWidth;
894 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) {
896 const uint64_t bw = info->BlockWidth;
918 if (info->BlockWidth > 1 || info->BlockHeight > 1) {
920 const GLuint bw = info->BlockWidth;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 432 IMG_UINT32 BlockWidth;

Completed in 1293 milliseconds