Home | History | Annotate | Download | only in src

Lines Matching refs:level_idc

53     /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(),
540 seqParam->level_idc = encParam->level;
549 seqParam->level_idc = extS->level_idc;
652 if (seqParam->level_idc == 0) /* find level for this setting */
663 seqParam->level_idc = mapIdx2Lev[ii];
667 if (seqParam->level_idc == 0)
674 lev_idx = mapLev2Idx[seqParam->level_idc];
675 if (seqParam->level_idc == AVC_LEVEL1_B)