/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | deblock.cpp | 64 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/ |
D | LVREV_ApplyNewSettings.c | 291 …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 504 …Alpha = (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/ |
D | Core_MixInSoft_D32C31_SAT.c | 45 …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()
|
D | Core_MixSoft_1St_D32C31_WRA.c | 45 …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()
|
D | MixInSoft_D32C31_SAT.c | 50 if(pInstance->Alpha == 0){ in MixInSoft_D32C31_SAT()
|
D | MixSoft_1St_D32C31_WRA.c | 52 if(pInstance->Alpha == 0){ in MixSoft_1St_D32C31_WRA()
|
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/ |
D | billing_testing.jd | 37 …<li><strong>真正购买</strong>:让普通用户真正购买你的应用内商品,并根据用户的付款方式实际收取费用。在这种情况下,你可以利用 Google Play 的 Alpha 和 Bet… 85 <p>在准备发布使用应用内结算的应用时,你可以先利用 Google Play Alpha/Beta 发布选项进行来验证和负荷测试你的应用内结算实施情况,然后再向所有用户发布应用。</p> 87 …<p>Alpha/Beta 测试小组内的真实用户(由你选择)可以通过 Google Play 安装你的应用并测试应用内商品。他们可以通过其在 Google Play 中的常规付款方式进行真正的购买… 148 … href="{@docRoot}distribute/googleplay/developer-console.html#alpha-beta">Alpha 发布渠道</a>来进行端到端的测试。… 157 …a href="{@docRoot}distribute/googleplay/developer-console.html#alpha-beta">Alpha 发布渠道</a>。</strong> 159 …<p class="note"><strong>注意</strong>:过去,你可以通过上传未发布的“草稿”版本来测试应用,但现在系统已不再支持此功能。现在你必须将应用发布到 Alpha 或 Be… 186 …<li>你可以将应用发布到 <a href="{@docRoot}distribute/googleplay/developer-console.html#alpha-beta">Alpha 或 …
|
D | billing_admin.jd | 47 …<p>您可以为所有已发布的应用或者 Alpha 或 Beta 渠道中的所有应用(这些应用上传并保存到开发者控制台)创建商品列表。不过,您必须有 Google 电子钱包商家帐户且该应用的清单中必须包… 49 …<p class="note"><strong>注意</strong>:过去,您可以通过上传未发布的“草稿”版本来测试应用,但现在系统已不再支持此功能。因此,您必须将应用发布到 Alpha 或 B…
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 35 …LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be change… member
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | localization-checklist.jd | 582 现在,Google Play 允许你在世界范围内设立 Alpha 版和 Beta 版测试者小组。下次登录到开发者控制台时请别忘记了解这一强大的功能。 592 …帮助你为应用设置 Beta 测试计划。登录到开发者控制台并上传你的 APK 之后,你可以设立用户小组,以便进行应用的 Alpha 版和 Beta 版测试。你可以先进行小范围的 Alpha 版测试,… 596 …用户被添加到小组之后,他们可以访问你应用的商品详情并安装应用。<strong>Alpha 或 Beta 版本的用户不能留下评论或评分</strong>,因此你在 Google Play 上的<st…
|
D | launch-checklist.jd | 481 Google Play 允许你在世界范围内设立 Alpha 版和 Beta 版测试者小组。下次登录到开发者控制台时请别忘记了解这一强大的功能。 491 …帮助你为应用设置 Beta 测试计划。登录到开发者控制台并上传你的 APK 之后,你可以设立用户小组,以便进行应用的 Alpha 版和 Beta 版测试。你可以先进行小范围的 Alpha 版测试,… 492 …<strong>Alpha 或 Beta 版本的用户不能留下评论或评分</strong>,因此你在 Google Play 上的<strong>评分不会受到不利影响</strong>。你需要安排具…
|
/frameworks/base/docs/html/distribute/analyze/ |
D | improve-roi.jd | 44 <td>Alpha</td> 81 <li>Network Alpha is very efficient in driving high download volumes, but
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | developer-console.jd | 16 <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/ |
D | color-list-resource.jd | 89 Alpha-Red-Green-Blue information in one of the following formats:</p>
|
D | more-resources.jd | 122 Alpha-Red-Green-Blue information in one of the following formats:</p>
|
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/ |
D | android-5.0.jd | 177 …<li>更新或移除有颜色的资源。系统会忽略操作图标和主通知图标中的所有非 Alpha 通道。您应当假定这些图标仅包含 Alpha 通道。系统会用白色来绘制通知图标,而用深灰色来绘制操作图标。</l…
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/ |
D | android-5.0.jd | 175 …<li>更新或移除任何與顏色相關的資產。系統會忽略動作圖示和主要通知圖示中 Alpha 以外的所有通道。建議您假設這些圖示都只具備 Alpha 通道。系統會以白色繪製通知圖示,而以深灰色繪製動作圖…
|
/frameworks/base/docs/html/google/play/licensing/ |
D | overview.jd | 44 href="{@docRoot}distribute/googleplay/developer-console.html#alpha-beta">Alpha
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 585 <li>Alpha provides “rmb” (load/load), “wmb” (store/store), and “mb” (full). 1872 <dt>Comments on ARM vs. Alpha and address dependencies</dt>
|