Home
last modified time | relevance | path

Searched refs:patchType (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Dblock_switch.cpp430 UCHAR patchType = LONG_WINDOW; in FDKaacEnc_SyncBlockSwitching() local
435 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()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp982 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType() argument
988 case EHTokInputPatch: patchType = EbvInputPatch; break; in acceptTessellationDeclType()
989 case EHTokOutputPatch: patchType = EbvOutputPatch; break; in acceptTessellationDeclType()
1003 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType() local
1005 if (! acceptTessellationDeclType(patchType)) in acceptTessellationPatchTemplateType()
1032 type.getQualifier().builtIn = patchType; in acceptTessellationPatchTemplateType()