Searched refs:patchType (Results 1 – 2 of 2) sorted by relevance
430 UCHAR patchType = LONG_WINDOW; in FDKaacEnc_SyncBlockSwitching() local435 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft in FDKaacEnc_SyncBlockSwitching()437 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight in FDKaacEnc_SyncBlockSwitching()442 if (patchType == WRONG_WINDOW) return -1; /* mixed up AAC-LC and AAC-LD */ in FDKaacEnc_SyncBlockSwitching()445 blockSwitchingControlLeft->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()446 blockSwitchingControlRight->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()469 if (patchType != SHORT_WINDOW) { in FDKaacEnc_SyncBlockSwitching()
982 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType() argument988 case EHTokInputPatch: patchType = EbvInputPatch; break; in acceptTessellationDeclType()989 case EHTokOutputPatch: patchType = EbvOutputPatch; break; in acceptTessellationDeclType()1003 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType() local1005 if (! acceptTessellationDeclType(patchType)) in acceptTessellationPatchTemplateType()1032 type.getQualifier().builtIn = patchType; in acceptTessellationPatchTemplateType()