HomeSort by relevance Sort by last modified time
    Searched full:lev_idx (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 646 int lev_idx; local
674 lev_idx = mapLev2Idx[seqParam->level_idc];
681 if (lev_idx == 255) /* not defined */
687 if (mb_per_sec > MaxMBPS[lev_idx] ||
688 video->PicSizeInMbs > (uint)MaxFS[lev_idx] ||
689 rateCtrl->bitRate > (int32)MaxBR[lev_idx]*1000 ||
690 rateCtrl->cpbSize > (int32)MaxCPB[lev_idx]*1000 ||
691 rateCtrl->mvRange > MaxVmvR[lev_idx])
    [all...]
motion_est.cpp 984 int lev_idx; local
1009 lev_idx = mapLev2Idx[currSPS->level_idc];
1033 if (j0 - jlow > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */
1035 jlow = j0 - MaxVmvR[lev_idx] + 1;
    [all...]

Completed in 36 milliseconds