Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTa…
65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clip…
66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clip…
67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *cl…
299 int Alpha, Beta, Alpha_c, Beta_c; in DeblockMb() local
339 Alpha = ALPHA_TABLE[indexA]; in DeblockMb()
343 if (Alpha > 0 && Beta > 0) in DeblockMb()
345 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, 20); in DeblockMb()
347 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, pitch); in DeblockMb()
356 Alpha = ALPHA_TABLE[indexA]; in DeblockMb()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c291 …LVM_INT32 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_ALLPASS_TC, LVM_GetFsFromTable(pPri… in LVREV_ApplyNewSettings() local
298 pPrivate->Mixer_SGFeedback[i].Alpha = Alpha; in LVREV_ApplyNewSettings()
299 pPrivate->Mixer_SGFeedforward[i].Alpha = Alpha; in LVREV_ApplyNewSettings()
502 LVM_INT32 Alpha; in LVREV_ApplyNewSettings() local
504Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, LVM_GetFsFromTable(pPrivate->New… in LVREV_ApplyNewSettings()
505 pPrivate->FeedbackMixer[0].Alpha=Alpha; in LVREV_ApplyNewSettings()
506 pPrivate->FeedbackMixer[1].Alpha=Alpha; in LVREV_ApplyNewSettings()
507 pPrivate->FeedbackMixer[2].Alpha=Alpha; in LVREV_ApplyNewSettings()
508 pPrivate->FeedbackMixer[3].Alpha=Alpha; in LVREV_ApplyNewSettings()
513 pPrivate->GainMixer.Alpha = pPrivate->BypassMixer.Alpha1; in LVREV_ApplyNewSettings()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DCore_MixInSoft_D32C31_SAT.c45 …MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31); /* Q31 … in Core_MixInSoft_D32C31_SAT()
51 …MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 … in Core_MixInSoft_D32C31_SAT()
72 …MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 … in Core_MixInSoft_D32C31_SAT()
DCore_MixSoft_1St_D32C31_WRA.c45 …MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31) /* Q31 *… in Core_MixSoft_1St_D32C31_WRA()
53 … MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */ in Core_MixSoft_1St_D32C31_WRA()
70 … MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */ in Core_MixSoft_1St_D32C31_WRA()
DMixInSoft_D32C31_SAT.c50 if(pInstance->Alpha == 0){ in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.c52 if(pInstance->Alpha == 0){ in MixSoft_1St_D32C31_WRA()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h35 …LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be change… member
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd16 <li><a href="#alpha-beta">Alpha and Beta Testing</a></li>
217 Alpha and Beta Testing
231 you’ll find the <strong>Alpha Testing</strong> and <strong>Beta
/frameworks/base/docs/html/guide/topics/resources/
Dcolor-list-resource.jd89 Alpha-Red-Green-Blue information in one of the following formats:</p>
Dmore-resources.jd122 Alpha-Red-Green-Blue information in one of the following formats:</p>
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd44 href="{@docRoot}distribute/googleplay/developer-console.html#alpha-beta">Alpha
/frameworks/base/docs/html/training/articles/
Dsmp.jd585 <li>Alpha provides “rmb” (load/load), “wmb” (store/store), and “mb” (full).
1872 <dt>Comments on ARM vs. Alpha and address dependencies</dt>