Searched refs:INNER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java46 INNER(3); enum constant in enum:BlurMaskFilter.Blur
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c137 enum { TOP = 0, LEFT = 1, INNER = 2 }; enumerator in enum:__anon738
1402 thresholds[INNER].alpha = alphas[indexA];
1403 thresholds[INNER].beta = betas[indexB];
1404 thresholds[INNER].tc0 = tc0[indexA];
1422 thresholds[TOP].alpha = thresholds[INNER].alpha;
1423 thresholds[TOP].beta = thresholds[INNER].beta;
1424 thresholds[TOP].tc0 = thresholds[INNER].tc0;
1443 thresholds[LEFT].alpha = thresholds[INNER].alpha;
1444 thresholds[LEFT].beta = thresholds[INNER].beta;
1445 thresholds[LEFT].tc0 = thresholds[INNER]
[all...]

Completed in 68 milliseconds