Home
last modified time | relevance | path

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

12

/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/base/docs/html-intl/intl/zh-cn/google/play/billing/
Dbilling_testing.jd37 …<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 或 …
Dbilling_admin.jd47 …<p>您可以为所有已发布的应用或者 Alpha 或 Beta 渠道中的所有应用(这些应用上传并保存到开发者控制台)创建商品列表。不过,您必须有 Google 电子钱包商家帐户且该应用的清单中必须包…
49 …<p class="note"><strong>注意</strong>:过去,您可以通过上传未发布的“草稿”版本来测试应用,但现在系统已不再支持此功能。因此,您必须将应用发布到 Alpha 或 B…
/frameworks/base/libs/hwui/
DGlop.h50 Alpha = 1 << 2, enumerator
DGlopBuilder.cpp194 alphaVertex ? VertexAttribFlags::Alpha : VertexAttribFlags::None, in setMeshVertexBuffer()
244 || (mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::Alpha) in setFill()
338 || (mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::Alpha) in setFillTexturePaint()
576 if ((glop.mesh.vertices.attribFlags & VertexAttribFlags::Alpha) in verify()
597 mDescription.hasVertexAlpha = mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::Alpha; in build()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h35 …LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be change… member
/frameworks/rs/scriptc/
Drs_object_types.rsh188 RS_KIND_PIXEL_A = 8, // Alpha.
189 RS_KIND_PIXEL_LA = 9, // Luminance and Alpha.
191 RS_KIND_PIXEL_RGBA = 11, // Red, Green, Blue, and Alpha.
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/
Dlocalization-checklist.jd771 现在,Google Play 允许您在世界范围内成立 Alpha 版和 Beta 版测试者小组。
788 Google Play 可以帮助您为应用设置 Beta 测试计划。登录到开发者控制台并上传您的 APK 之后,您可以成立用户小组,以便进行应用的 Alpha 和 Beta 测试。
790 您可以先进行小范围的 Alpha 版测试,然后进行更大范围的 Beta 版测试。
796 <strong>Alpha 或 Beta 版本的用户不能留下评论或评分</strong>,因此您在 Google Play 上的<strong>评分不会受到不利影响</strong>,不过这意味着您…
Dlaunch-checklist.jd687 Google Play 允许您在世界范围内成立 Alpha 和 Beta 测试者小组。
703 Google Play 可以帮助您为应用设置 Beta 测试计划。登录到开发者控制台并上传您的 APK 之后,您可以成立用户小组,以便进行应用的 Alpha 和 Beta 测试。
705 您可以先进行小范围的 Alpha 版测试,然后进行更大范围的 Beta 版测试。
708 <strong>Alpha 或 Beta 版本的用户不能留下评价或评级</strong>,因此您在 Google Play 上的<strong>评分不会受到不利影响</strong>。
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp299 if (vertices.attribFlags & VertexAttribFlags::Alpha) { in render()
345 if (vertices.attribFlags & VertexAttribFlags::Alpha) { in render()
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/
Ddeveloper-console.jd16 <li><a href="#alpha-beta">Alpha 與 Beta 測試</a></li>
180 Alpha 與 Beta 測試
191 …在 Google Play Developer Console 的 [APK] <strong></strong>區段中,您可以找到 [Alpha 測試]<strong></strong> 與 […
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
Ddeveloper-console.jd16 <li><a href="#alpha-beta">Alpha 和 Beta 测试</a></li>
215 Alpha 和 Beta 测试
228 …在 Google Play 开发者控制台的 <strong>APK</strong> 部分,您会发现 <strong>Alpha 测试</strong>和 <strong>Beta 测试</str…
/frameworks/base/docs/html/distribute/analyze/
Dimprove-roi.jd44 <td>Alpha</td>
81 <li>Network Alpha is very efficient in driving high download volumes, but
/frameworks/base/docs/html-intl/intl/zh-tw/design/material/
Dindex.jd179 <li><strong>可繪項目著色</strong>可讓您在執行階段將點陣圖定義為 Alpha 遮罩,並以一個顏色進行著色。
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd173 <tr><th>RS_KIND_PIXEL_A = 8</th><td>Alpha.</td></tr>
174 <tr><th>RS_KIND_PIXEL_LA = 9</th><td>Luminance and Alpha.</td></tr>
176 <tr><th>RS_KIND_PIXEL_RGBA = 11</th><td>Red, Green, Blue, and Alpha.</td></tr>
/frameworks/base/docs/html/ndk/reference/
Dgroup___bitmap.jd119 <p>Red: 8 bits, Green: 8 bits, Blue: 8 bits, Alpha: 8 bits. </p>
125 <p>Red: 4 bits, Green: 4 bits, Blue: 4 bits, Alpha: 4 bits. </p>
/frameworks/base/docs/html-intl/intl/zh-tw/design/patterns/
Dnotifications.jd558 Alpha
561 (也就是說,只使用 Alpha 通道),所以影像通常會以完全透明度來繪製。
/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-intl/intl/zh-tw/preview/testing/
Dperformance.jd485 <li>包含 Alpha 透明混色的動畫
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/
Dperformance.jd485 <li>包括 Alpha 值混合处理在内的动画

12