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

  /external/aac/libSACenc/src/
sacenc_tree.cpp 246 HANDLE_SPACE_TREE hST, const SPACE_TREE_SETUP *const hSetup,
250 if ((hST == NULL) || (hSetup == NULL)) {
256 hST->frameCount = 0;
257 hST->bFrameKeep = bFrameKeep;
260 hST->mode = hSetup->mode;
261 hST->nParamBands = hSetup->nParamBands;
262 hST->bUseCoarseQuantTtoIcc = hSetup->bUseCoarseQuantTtoIcc;
263 hST->bUseCoarseQuantTtoCld = hSetup->bUseCoarseQuantTtoCld;
264 hST->quantMode = hSetup->quantMode;
265 hST->nChannelsInMax = hSetup->nChannelsInMax
    [all...]
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 605 StScrpHandle hST;
611 ResObj_Convert, &hST))
615 hST,
828 PyDoc_STR("(Buffer text, StScrpHandle hST) -> None")},
    [all...]

Completed in 296 milliseconds