Lines Matching refs:alpha

76 /* array of alpha values, from the standard */
128 u32 alpha;
210 u8 (*alpha)[2],
218 u8 (*alpha)[2],
678 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
716 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
721 ((unsigned)ABS(p0-q0) < ((thresholds->alpha >> 2) +2)) ?
786 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
858 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
897 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
901 tmpFlag = ((unsigned)ABS(p0-q0) < ((thresholds->alpha >> 2) +2))
963 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
986 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
1042 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
1092 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
1111 if ( ((unsigned)ABS(p0-q0) < thresholds->alpha) &&
1377 Compute alpha, beta and tc0 thresholds for inner, left and top
1402 thresholds[INNER].alpha = alphas[indexA];
1416 thresholds[TOP].alpha = alphas[indexA];
1422 thresholds[TOP].alpha = thresholds[INNER].alpha;
1437 thresholds[LEFT].alpha = alphas[indexA];
1443 thresholds[LEFT].alpha = thresholds[INNER].alpha;
1456 Compute alpha, beta and tc0 thresholds for inner, left and top
1483 thresholds[INNER].alpha = alphas[indexA];
1498 thresholds[TOP].alpha = alphas[indexA];
1504 thresholds[TOP].alpha = thresholds[INNER].alpha;
1520 thresholds[LEFT].alpha = alphas[indexA];
1526 thresholds[LEFT].alpha = thresholds[INNER].alpha;
1781 u8 alpha[2][2];
1811 GetLumaEdgeThresholds(pMb,alpha,beta,thresholdLuma,bS,flags);
1816 (const OMX_U8*)alpha,
1823 (const OMX_U8*)alpha+2,
1828 GetChromaEdgeThresholds(pMb, alpha, beta, thresholdChroma,
1835 (const OMX_U8*)alpha,
1841 (const OMX_U8*)alpha+2,
1849 (const OMX_U8*)alpha,
1855 (const OMX_U8*)alpha+2,
2170 Compute alpha, beta and tc0 thresholds for inner, left and top
2176 u8 (*alpha)[2],
2194 ASSERT(alpha);
2203 alpha[0][1] = alphas[indexA];
2204 alpha[1][1] = alphas[indexA];
2205 alpha[1][0] = alphas[indexA];
2206 alpha[0][0] = alphas[indexA];
2262 alpha[1][0] = alphas[indexA];
2284 alpha[0][0] = alphas[indexA];
2300 Compute alpha, beta and tc0 thresholds for inner, left and top
2306 u8 (*alpha)[2],
2325 ASSERT(alpha);
2335 alpha[0][1] = alphas[indexA];
2336 alpha[1][1] = alphas[indexA];
2337 alpha[1][0] = alphas[indexA];
2338 alpha[0][0] = alphas[indexA];
2378 alpha[1][0] = alphas[indexA];
2403 alpha[0][0] = alphas[indexA];