HomeSort by relevance Sort by last modified time
    Searched defs:Above (Results 1 - 18 of 18) sorted by null

  /external/libvpx/vp8/common/
reconintra4x4.c 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride;
25 unsigned char top_left = Above[-1];
40 expected_dc += Above[i];
64 int pred = Above[c] - top_left + Left[r];
84 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
85 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
86 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 36 #undef Above
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 36 #undef Above
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
47 const Condition MacroAssemblerSH4::Above = SH4Assembler::HI;
MacroAssemblerX86Common.h 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
47 Above = X86Assembler::ConditionA,
787 // used (representing the names 'below' and 'above').
    [all...]
MacroAssemblerARM.h 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
48 Above = ARMAssembler::HI,
    [all...]
MacroAssemblerARMv7.h 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
106 Above = ARMv7Assembler::ConditionHI,
821 // used (representing the names 'below' and 'above').
    [all...]
MacroAssemblerMIPS.h 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
63 Above,
894 // used (representing the names 'below' and 'above').
    [all...]
MacroAssemblerSH4.h 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
56 static const Condition Above;
    [all...]
  /external/libvpx/vp8/decoder/
reconintra_mt.c 615 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */
617 unsigned char top_left; /* = Above[-1]; */
621 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
623 Above = pbi->mt_yabove_row[mb_row] + mb_col*16 + num*4 + 32;
625 Above = *(x->base_dst) + x->dst - x->dst_stride;
642 top_left = Above[-1];
652 expected_dc += Above[i];
676 int pred = Above[c] - top_left + Left[r];
696 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 9 * above copyright notice and the following two paragraphs appear in
481 Above,
493 None, Above, Above, Post,
514 Below, Above, Above, Above,
515 Above, Post, Post, Post,
518 None, Above, Below, Above,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 274 enum DisplayHint { Above, Below };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 16 the above copyright notice appear in all copies and that both that
20 The above copyright notice and this permission notice shall be included in
41 provided that the above copyright notice appear in all copies and that
183 confused with event masks above. They start from 2 because 0 and 1
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
261 Note that 0 is already defined above as "AnyButton". */
389 /* Note that CopyFromParent is already defined as 0 above */
437 /* Window gravity + bit gravity above */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 16 the above copyright notice appear in all copies and that both that
20 The above copyright notice and this permission notice shall be included in
41 provided that the above copyright notice appear in all copies and that
183 confused with event masks above. They start from 2 because 0 and 1
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
261 Note that 0 is already defined above as "AnyButton". */
389 /* Note that CopyFromParent is already defined as 0 above */
437 /* Window gravity + bit gravity above */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 16 the above copyright notice appear in all copies and that both that
20 The above copyright notice and this permission notice shall be included in
41 provided that the above copyright notice appear in all copies and that
183 confused with event masks above. They start from 2 because 0 and 1
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
261 Note that 0 is already defined above as "AnyButton". */
389 /* Note that CopyFromParent is already defined as 0 above */
437 /* Window gravity + bit gravity above */
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 782 milliseconds