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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 849 double L1, L2, L3, L4, L5, flBpp;
853 flBpp = 1.0 * psRCParams->BitsPerSecond / (psRCParams->FrameRate * psContext->Width * psContext->Height);
857 flBpp = flBpp / 2.0;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c 671 double flBpp;
675 flBpp = 1.0 * ctx->sRCParams.BitsPerSecond /
678 flBpp = 0.14;
681 if (flBpp <= 0.07) {
683 } else if (flBpp <= 0.14) {
    [all...]
tng_hostcode.c     [all...]

Completed in 84 milliseconds