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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 687 unsigned int old_busize = ctx->sRCParams.BUSize;
693 if (ctx->sRCParams.BUSize != 0) { /* application provided BUSize */
708 if (ctx->sRCParams.BUSize < 6) {
710 ctx->sRCParams.BUSize = 0; /* need repatch */;
712 if (ctx->sRCParams.BUSize > MBsperSlice) {
714 ctx->sRCParams.BUSize = 0; /* need repatch */;
716 if (ctx->sRCParams.BUSize > MBsLastSlice) {
718 ctx->sRCParams.BUSize = 0; /* need repatch */;
720 BUs = MBsperSlice / ctx->sRCParams.BUSize;
    [all...]
lnc_H263ES.c 224 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in lnc__setup_busize */
lnc_MPEG4ES.c 233 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in lnc__setup_busize */
lnc_hostcode.h 87 IMG_UINT32 BUSize;
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
pnw_H263ES.c 216 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in pnw__setup_busize */
pnw_MPEG4ES.c 226 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in pnw__setup_busize */
pnw_hostcode.h 116 IMG_UINT32 BUSize;
pnw_H264ES.c     [all...]

Completed in 97 milliseconds