Searched refs:x4 (Results 76 - 100 of 1033) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_sao_edge_offset_class0.s56 //x4 => *pu1_src_top_left
73 // STMFD sp!, {x4-x12, x14} //stack stores the values of the arguments
97 STRB w12,[x4] //*pu1_src_top_left = pu1_src_top[wd - 1]
101 SUB x4,x10,#1 //(ht - 1)
105 mul x4, x4, x1 //(ht - 1) * src_strd
107 ADD x4,x4,x0 //pu1_src[(ht - 1) * src_strd]
110 LD1 {v0.8b},[x4],#8 //Load pu1_src[(ht - 1) * src_strd + col]
141 MOV x4,x1
[all...]
H A Dihevc_intra_pred_luma_mode2.s107 // stmfd sp!, {x4-x12, x14} //stack stores the values of the arguments
113 cmp x4,#4
116 add x0,x0,x4,lsl #1
124 mov x11,x4
131 lsr x1, x4, #3
136 mul x1, x4, x1
159 sub x12,x4,#8
173 csel x11, x4, x11,le
182 sub x14,x4,#8
201 add x20, x0, x4
[all...]
H A Dihevc_itrans_recon_4x4.s41 // * this function performs inverse transform and reconstruction for 4x4
49 // * input 4x4 coefficients
52 // * temporary 4x4 buffer for storing inverse
58 // * prediction 4x4 block
61 // * output 4x4 block
98 // x4 => src_strd
121 // stmfd sp!, {x4-x12, x14} //stack stores the values of the arguments
128 add x4,x4,x4 // src_str
[all...]
H A Dihevc_sao_edge_offset_class2.s55 //x4 => *pu1_src_top_left
72 // STMFD sp!,{x4-x12,x14} //stack stores the values of the arguments
95 MOV x24,x4 //Store pu1_src_top_left in sp
119 LDRB w11,[x4] //pu1_src_top_left[0]
132 SUBS x11,x9,x4 //pu1_src[0] - pu1_src[1 + src_strd]
138 ADD x4,x12,x11 //SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[1 + src_strd])
139 ADD x4,x4,#2 //edge_idx
141 LDRSB x12,[x14,x4] //edge_idx = gi1_table_edge_idx[edge_idx]
160 SUB x4,x1
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-memory.s8 ldr w5, [x4, #20]
9 ldr x4, [x3]
17 ldrb w5, [x4, #20]
41 prfm pstl3strm, [x4, x5, lsl #3]
43 ; CHECK: ldr w5, [x4, #20] ; encoding: [0x85,0x14,0x40,0xb9]
44 ; CHECK: ldr x4, [x3] ; encoding: [0x64,0x00,0x40,0xf9]
52 ; CHECK: ldrb w5, [x4, #20] ; encoding: [0x85,0x50,0x40,0x39]
75 ; CHECK: prfm pstl3strm, [x4, x5, lsl #3] ; encoding: [0x95,0x78,0xa5,0xf8]
81 str x4, [x3]
83 str w5, [x4, #2
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackRunBox.java166 if ((flags & 0x4) == 0x4) { //firstSampleFlagsPresent
195 if ((flags & 0x4) == 0x4) { //firstSampleFlagsPresent
225 if ((getFlags() & 0x4) == 0x4) { //firstSampleFlagsPresent
257 return (getFlags() & 0x4) == 0x4;
329 setFlags(getFlags() & (0xFFFFFF ^ 0x4));
331 setFlags(getFlags() | 0x4);
[all...]
/external/ceres-solver/include/ceres/
H A Dproblem.h237 double* x3, double* x4);
241 double* x3, double* x4, double* x5);
245 double* x3, double* x4, double* x5,
250 double* x3, double* x4, double* x5,
255 double* x3, double* x4, double* x5,
260 double* x3, double* x4, double* x5,
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.h94 double* x3, double* x4);
98 double* x3, double* x4, double* x5);
102 double* x3, double* x4, double* x5,
107 double* x3, double* x4, double* x5,
112 double* x3, double* x4, double* x5,
117 double* x3, double* x4, double* x5,
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-arm64-linux.S186 // x0 = next guest, x1,x2,x3,x4 scratch
190 adrp x4, VG_(tt_fast)
191 add x4, x4, :lo12:VG_(tt_fast) // x4 = &VG_(tt_fast)
193 add x1, x4, x2, LSL #4 // r1 = &tt_fast[entry#]
195 ldp x4, x5, [x1, #0] // x4 = .guest, x5 = .host
197 cmp x4, x0
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h55 COPY_FUNC( 0x4 )
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-969.js78 x4 = 0;
79 function test4() { return first((o.x = 1, typeof x4), 2); }
81 delete x4;
/external/eigen/test/
H A Dsmallvectors.cpp22 x4 = internal::random<Scalar>(); local
25 V4 v4(x1, x2, x3, x4);
34 VERIFY_IS_APPROX(x4, v4.w());
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h55 COPY_FUNC( 0x4 )
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
/external/chromium_org/remoting/protocol/
H A Dnetwork_settings.h38 NAT_TRAVERSAL_RELAY = 0x4,
/external/chromium_org/third_party/WebKit/public/web/
H A DWebTouchAction.h41 WebTouchActionPanY = 0x4,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcpuid.h43 static const int kCpuHasNEON = 0x4;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dirty_flags.h10 #define U_NEW_FS 0x4
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_debug.h41 #define DEBUG_CONSTANTS 0x4
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp30 X2<int> x4; variable
/external/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce)
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { argument
/external/clang/test/Parser/
H A Dexpressions.c68 int x4 = _Alignof int; // expected-error {{expected parentheses around type name in _Alignof expression}} local
/external/clang/test/Sema/
H A Dtentative-decls.c10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \ variable in typeref:struct:b
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp22 X4 x4; // expected-note {{first required here}} variable
/external/kernel-headers/original/uapi/asm-generic/
H A Dmman-common.h11 #define PROT_EXEC 0x4 /* page can be executed */
/external/libexif/libexif/canon/
H A Dmnote-canon-tag.h35 MNOTE_CANON_TAG_SETTINGS_2 = 0x4,

Completed in 1777 milliseconds

1234567891011>>