/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 | 644 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */ in vp8mt_predict_intra4x4() local 652 Above = pbi->mt_yabove_row[mb_row] + mb_col*16 + num*4 + 32; in vp8mt_predict_intra4x4() 654 Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8mt_predict_intra4x4() 671 top_left = Above[-1]; in vp8mt_predict_intra4x4() 681 expected_dc += Above[i]; in vp8mt_predict_intra4x4() 705 int pred = Above[c] - top_left + Left[r]; in vp8mt_predict_intra4x4() 725 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2; in vp8mt_predict_intra4x4() 726 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2; in vp8mt_predict_intra4x4() 727 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2; in vp8mt_predict_intra4x4() 728 ap[3] = (Above[2] + 2 * Above[3] + Above[4] + 2) >> 2; in vp8mt_predict_intra4x4() [all …]
|
/external/webkit/WebCore/bindings/v8/ |
D | npruntime_internal.h | 36 #undef Above
|
/external/webkit/WebCore/bridge/ |
D | npruntime_internal.h | 36 #undef Above
|
/external/webkit/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 67 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emit_op_negate() 688 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emitAdd32Constant() 797 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emitSub32Constant() 854 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emitBinaryDoubleOp() 927 addSlowCase(branch32(Above, regT3, Imm32(JSValue::LowestTag))); in emitBinaryDoubleOp()
|
D | JIT.cpp | 466 …slowRegisterFileCheck = branchPtr(Above, regT1, Address(regT0, OBJECT_OFFSETOF(RegisterFile, m_end… in privateCompile()
|
D | JITOpcodes.cpp | 61 Jump string_failureCases3 = branch32(Above, regT2, Imm32(INT_MAX)); in privateCompileCTIMachineTrampolines() 766 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emit_op_jfalse() 807 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag))); in emit_op_jtrue() 1522 Jump string_failureCases3 = branch32(Above, regT0, Imm32(JSImmediate::maxImmediateInt));
|
D | JITPropertyAccess.cpp | 693 Jump failureCases2 = branch32(Above, regT2, Imm32(INT_MAX)); in privateCompilePatchGetArrayLength() 1640 Jump failureCases2 = branch32(Above, regT2, Imm32(JSImmediate::maxImmediateInt));
|
/external/webkit/JavaScriptCore/assembler/ |
D | MacroAssemblerX86Common.h | 48 Above = X86Assembler::ConditionA, enumerator
|
D | MacroAssemblerARM.h | 48 Above = ARMAssembler::HI, enumerator
|
D | MacroAssemblerARMv7.h | 83 Above = ARMv7Assembler::ConditionHI, enumerator
|
/external/webkit/JavaScriptCore/yarr/ |
D | RegexJIT.cpp | 214 return branch32(Above, index, length); in jumpIfNoAvailableInput()
|
/external/chromium/third_party/icu/source/data/unidata/ |
D | PropertyValueAliases.txt | 309 ccc; 230; A ; Above
|
/external/icu4c/data/unidata/ |
D | PropertyValueAliases.txt | 337 ccc; 230; A ; Above
|
/external/webkit/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/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 | 9681 /* Above is constant between recursions. Below is reset before and after
|