Searched defs:pStrength (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIBassBoost.c117 static SLresult IBassBoost_GetRoundedStrength(SLBassBoostItf self, SLpermille *pStrength) argument
121 if (NULL == pStrength) {
139 *pStrength = strength;
H A DIVirtualizer.c119 static SLresult IVirtualizer_GetRoundedStrength(SLVirtualizerItf self, SLpermille *pStrength) argument
123 if (NULL == pStrength) {
141 *pStrength = strength;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp536 uint8 *pStrength; local
558 pStrength = Strength;
559 if (ptrQ[0] != ptrP[1]) pStrength[0] = 1;
560 if (ptrQ[2] != ptrP[3]) pStrength[2] = 1;
561 pStrength[1] = pStrength[0];
562 pStrength[3] = pStrength[2];
565 if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[3] != 0) pStrength[0] = 2;
566 if (MbQ->nz_coeff[4] != 0 || MbP->nz_coeff[7] != 0) pStrength[
739 uint8 *pStrength, *pStr; local
913 uint8 *pStrength, *pStr; local
[all...]

Completed in 78 milliseconds