/external/libvpx/vp8/common/ |
D | reconintra4x4.c | 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8_predict_intra4x4() local 25 unsigned char top_left = Above[-1]; in vp8_predict_intra4x4() 40 expected_dc += Above[i]; in vp8_predict_intra4x4() 64 int pred = Above[c] - top_left + Left[r]; in vp8_predict_intra4x4() 84 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2; in vp8_predict_intra4x4() 85 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2; in vp8_predict_intra4x4() 86 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2; in vp8_predict_intra4x4() 87 ap[3] = (Above[2] + 2 * Above[3] + Above[4] + 2) >> 2; in vp8_predict_intra4x4() 126 unsigned char *ptr = Above; in vp8_predict_intra4x4() 156 pp[5] = Above[0]; in vp8_predict_intra4x4() [all …]
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 615 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */ in vp8mt_predict_intra4x4() local 623 Above = pbi->mt_yabove_row[mb_row] + mb_col*16 + num*4 + 32; in vp8mt_predict_intra4x4() 625 Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8mt_predict_intra4x4() 642 top_left = Above[-1]; in vp8mt_predict_intra4x4() 652 expected_dc += Above[i]; in vp8mt_predict_intra4x4() 676 int pred = Above[c] - top_left + Left[r]; in vp8mt_predict_intra4x4() 696 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2; in vp8mt_predict_intra4x4() 697 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2; in vp8mt_predict_intra4x4() 698 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2; in vp8mt_predict_intra4x4() 699 ap[3] = (Above[2] + 2 * Above[3] + Above[4] + 2) >> 2; in vp8mt_predict_intra4x4() [all …]
|
/external/harfbuzz/src/ |
D | harfbuzz-indic.cpp | 481 Above, enumerator 493 None, Above, Above, Post, 514 Below, Above, Above, Above, 515 Above, Post, Post, Post, 518 None, Above, Below, Above, 519 Above, None, None, None, 534 None, Above, Post, Post, 575 None, Above, Above, Post, 596 None, None, None, Above, 597 Above, None, None, Above, [all …]
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | npruntime_internal.h | 36 #undef Above
|
/external/webkit/Source/WebCore/bridge/ |
D | npruntime_internal.h | 36 #undef Above
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerSH4.cpp | 47 const Condition MacroAssemblerSH4::Above = SH4Assembler::HI; member in JSC::MacroAssemblerSH4
|
D | MacroAssemblerMIPS.h | 63 Above, enumerator 918 if (cond == Above) { in branch32() 1377 } else if (cond == Above) in set32Compare32()
|
D | MacroAssemblerARM.h | 48 Above = ARMAssembler::HI, enumerator
|
D | MacroAssemblerX86Common.h | 47 Above = X86Assembler::ConditionA, enumerator
|
D | MacroAssemblerARMv7.h | 106 Above = ARMv7Assembler::ConditionHI, enumerator
|
D | MacroAssemblerSH4.h | 56 static const Condition Above; variable
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITArithmetic32_64.cpp | 65 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag))); in emit_op_negate() 475 … Jump notDouble = branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)); // op1 is not a double in emitRightShiftSlowCase() 856 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag))); in emitAdd32Constant() 965 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag))); in emitSub32Constant() 1022 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag))); in emitBinaryDoubleOp() 1099 addSlowCase(branch32(Above, regT3, TrustedImm32(JSValue::LowestTag))); in emitBinaryDoubleOp()
|
D | JITOpcodes32_64.cpp | 61 Jump string_failureCases3 = branch32(Above, regT2, TrustedImm32(INT_MAX)); in privateCompileCTIMachineTrampolines() 912 Jump notNumber = branch32(Above, regT1, Imm32(JSValue::LowestTag)); in emitSlow_op_jfalse() 948 Jump notNumber = branch32(Above, regT1, Imm32(JSValue::LowestTag)); in emitSlow_op_jtrue()
|
D | JITPropertyAccess32_64.cpp | 721 Jump failureCases2 = branch32(Above, regT2, TrustedImm32(INT_MAX)); in privateCompilePatchGetArrayLength()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 169 enum DisplayHint { Above, Below }; enumerator
|
/external/icu4c/data/unidata/ |
D | PropertyValueAliases.txt | 350 ccc; 230; A ; Above
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrJIT.cpp | 234 return branch32(Above, index, length); in jumpIfNoAvailableInput()
|
/external/harfbuzz/contrib/tables/ |
D | DerivedCombiningClass.txt | 1769 # Canonical_Combining_Class=Above
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 20 (-[WebFrame _continueFragmentScrollAfterNavigationPolicy:request:]): Above rename. 21 (-[WebFrame _loadURL:loadType:triggeringEvent:isFormSubmission:]): Above rename. 26 (-[WebFrame _clientRedirectCancelled]): Above rename.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 65658 RenderTable::section{Above,Below}() can return the wrong answer for the {footer,header} 69287 (WebCore::ContextMenuController::handleContextMenuEvent): Above
|
D | ChangeLog-2006-12-31 | 6783 (WebCore::ContextMenu::appendItem): Above name change.
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 10337 /* Above is constant between recursions. Below is reset before and after
|