HomeSort by relevance Sort by last modified time
    Searched refs:constPart (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
line_pe.c 68 * description: constPart is sfbPe without the threshold part n*ld(thr) or n*C3*ld(thr)
79 Word32 pe, constPart, nActiveLines;
82 peData->constPart = 0;
91 constPart = 0;
128 constPart = constPart + peChanData->sfbConstPart[sfbGrp+sfb];
134 peChanData->constPart = saturate(constPart);
140 constPart += peData->constPart;
    [all...]
adj_thr.c 324 Word16 *constPart,
353 *constPart = saturate(iconstPart);
739 Word16 constPart, constPartNoAH;
752 constPart = peData->constPart;
756 avgThrExp = pow2_xy((constPart - noRedPe), (nActiveLines << 2));
759 redVal = pow2_xy((constPart - desiredPe), (nActiveLines << 2)) - avgThrExp;
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
line_pe.h 38 Word16 constPart; /* sum of sfbConstPart */
46 Word16 constPart;

Completed in 164 milliseconds