HomeSort by relevance Sort by last modified time
    Searched refs:Strength (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
61 static void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir);
62 static void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ);
63 static void GetStrength_HorizontalEdges(uint8 Strength[12], AVCMacroblock* MbQ);
64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
301 uint8 Strength[16];
326 //GetStrength(video, Strength, MbP, MbQ, 0, 0); // Strength for 4 blks in 1 stripe, 0 => vertical edg
    [all...]
  /external/v8/benchmarks/
deltablue.js 97 * New strengths may be inserted in the strength hierarchy without
101 function Strength(strengthValue, name) {
106 Strength.stronger = function (s1, s2) {
110 Strength.weaker = function (s1, s2) {
114 Strength.weakestOf = function (s1, s2) {
118 Strength.strongest = function (s1, s2) {
122 Strength.prototype.nextWeaker = function () {
124 case 0: return Strength.WEAKEST;
125 case 1: return Strength.WEAK_DEFAULT;
126 case 2: return Strength.NORMAL
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 99 private Strength keyStrength = Strength.STRONG;
100 private Strength valueStrength = Strength.STRONG;
162 * @throws IllegalStateException if the key strength was already set
167 return setKeyStrength(Strength.WEAK);
181 * @throws IllegalStateException if the key strength was already set
186 return setKeyStrength(Strength.SOFT);
189 private MapMaker setKeyStrength(Strength strength) {
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2211 milliseconds