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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 150 } IN_RC_PARAMS;
223 IN_RC_PARAMS in_params_cache; /* following frames reuse the first frame's IN_RC_PARAMS, cache it */
372 IN_RC_PARAMS sInParams;
lnc_hostcode.c 266 * BUT now IN_RC_PARAMS was reload from the cache, so it now can
405 /* reload IN_RC_PARAMS from cache */
406 memcpy(&psPicParams->sInParams, &ctx->in_params_cache, sizeof(IN_RC_PARAMS));
580 /* save IN_RC_PARAMS into the cache */
581 memcpy(&ctx->in_params_cache, (unsigned char *)&psPicParams->sInParams, sizeof(IN_RC_PARAMS));
608 /* save IN_RC_PARAMS into the cache */
609 memcpy(&ctx->in_params_cache, (unsigned char *)&psPicParams->sInParams, sizeof(IN_RC_PARAMS));
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 189 } IN_RC_PARAMS;
287 IN_RC_PARAMS in_params_cache; /* following frames reuse the first frame's IN_RC_PARAMS, cache it */
451 IN_RC_PARAMS sInParams;
tng_hostdefs.h 494 } IN_RC_PARAMS;
505 IN_RC_PARAMS sInParams;//!< Rate control parameters
723 The following IN_RC_PARAMS should never be used by RC.
    [all...]
pnw_hostcode.c 727 * BUT now IN_RC_PARAMS was reload from the cache, so it now can
884 /* reload IN_RC_PARAMS from cache */
885 memcpy(&psPicParams->sInParams, &ctx->in_params_cache, sizeof(IN_RC_PARAMS));
    [all...]
tng_hostcode.c     [all...]

Completed in 80 milliseconds