HomeSort by relevance Sort by last modified time
    Searched refs:Above (Results 1 - 25 of 33) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 16 void vp8_intra4x4_predict_c(unsigned char *Above,
38 expected_dc += Above[i];
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
83 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
84 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/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/harfbuzz_ng/src/hb-old/
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/libvpx/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 150 unsigned char *Above = dst - dst_stride;
152 unsigned char top_left = Above[-1];
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
542 /* above-left mb */
550 /* above mb */
    [all...]
rdopt.c 246 /* Experimental code using the same basic equation as used for Q above
657 unsigned char *Above = dst - dst_stride;
659 unsigned char top_left = Above[-1];
668 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
1000 if (m == ABOVE4X4) /* replace above with left if same */
1531 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /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;
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...]
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...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
26 ; r0: *Above
52 ldr r8, [r0] ; Above
82 ldr r8, [r0] ; Above
223 ldr r4, [r0] ; Above[0-3]
225 ldr r5, [r0, #4] ; Above[4-7]
282 ldr lr, [r0] ; Above = pp[8|7|6|5]
344 ldr lr, [r0] ; Above = pp[8|7|6|5]
412 ldr r4, [r0] ; [3|2|1|0] = Above[0-3]
414 ldr r5, [r0, #4] ; [7|6|5|4] = Above[4-7
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodframe.c 193 unsigned char *Above = dst - dst_stride;
196 unsigned char top_left = Above[-1];
198 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /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...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
65 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
475 Jump notDouble = branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)); // op1 is not a double
856 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
    [all...]
JITOpcodes32_64.cpp 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
61 Jump string_failureCases3 = branch32(Above, regT2, TrustedImm32(INT_MAX));
    [all...]
  /external/libvpx/armv7a/
vpx_rtcd.h 104 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
105 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 122 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
123 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 317 enum DisplayHint { Above, Below };
  /external/libvpx/generic/
vpx_rtcd.h 86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/mips/
vpx_rtcd.h 86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 100 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);

Completed in 393 milliseconds

1 2