OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psData
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
PVRScopeStats.h
141
SPVRScopeImplData * const
psData
, ///< Context data
151
SPVRScopeImplData * const
psData
, ///< Context data
169
SPVRScopeImplData * const
psData
, ///< Context data
PVRScopeComms.h
134
SSPSCommsData *
psData
///< Context data
/external/aac/libSBRenc/src/
ps_encode.cpp
336
static void processIidData(PS_DATA *
psData
,
371
psData
->iidEnable = 0;
380
psData
->iidEnable = 1;
384
if(
psData
->iidEnable==0) {
385
psData
->iidTimeCnt = MAX_TIME_DIFF_FRAMES;
387
psData
->iidDiffMode[env] = PS_DELTA_FREQ;
388
FDKmemclear(
psData
->iidIdx[env], sizeof(INT)*psBands);
396
if( (
psData
->iidTimeCnt>=MAX_TIME_DIFF_FRAMES) || (
psData
->iidQuantModeLast==PS_IID_RES_FINE) ) {
400
bitsIidTime = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[0],
psData
->iidIdxLast, psBands, PS_IID_RES_COARSE, PS_DELTA_TIME, &error)
[
all
...]
ps_encode.h
146
PS_DATA
psData
;
Completed in 1455 milliseconds