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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 696 IMG_INT32 SliceHeight;
700 SliceHeight = ctx->Height / ctx->Slices;
701 /* SliceHeight += 15; */
702 SliceHeight &= ~15;
704 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
739 IMG_INT32 SliceHeight;
743 SliceHeight = ctx->Height / ctx->Slices;
744 /* SliceHeight += 15; */
745 SliceHeight &= ~15;
747 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16)
    [all...]
lnc_hostcode.h 384 IMG_UINT16 SliceHeight;
535 IMG_UINT16 SliceHeight, IMG_BOOL IsIntra,
544 IMG_UINT16 SliceHeight,
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
pnw_hostcode.h 494 IMG_UINT16 SliceHeight; /*Height of slice in pixels*/
564 IMG_UINT16 SliceHeight, IMG_BOOL IsIntra,
573 IMG_UINT16 SliceHeight,
tng_hostcode.h 501 IMG_UINT16 SliceHeight, IMG_BOOL IsIntra,
510 IMG_UINT16 SliceHeight,

Completed in 106 milliseconds