/external/libavc/common/arm/ |
ih264_inter_pred_filters_luma_vert_a9q.s | 71 @ * @param[in] wd 87 @ WORD32 wd ) 95 @ r6 => wd 109 ldr r6, [sp, #108] @Loads wd 112 subs r12, r6, #8 @if wd=8 branch to loop_8 116 subs r12, r6, #4 @if wd=4 branch to loop_4 119 loop_16: @when wd=16
|
ih264_inter_pred_luma_bilinear_a9q.s | 83 @* @param[in] wd 129 subs r12, r7, #4 @if wd=4 branch to loop_4 131 subs r12, r7, #8 @if wd=8 branch to loop_8 134 loop_16: @when wd=16 256 loop_8: @wd=8;
|
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s | 78 @* @param[in] wd 98 @ WORD32 wd, 108 @ r9 => wd 122 ldr r9, [sp, #108] @ loads wd 126 subs r12, r9, #4 @if wd=4 branch to loop_4 128 subs r12, r9, #8 @if wd=8 branch to loop_8 133 @when wd=16
|
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s | 81 @* @param[in] wd 101 @ WORD32 wd, 111 @ r5 => wd 127 ldr r5, [sp, #108] @ loads wd 138 subs r12, r5, #4 @if wd=4 branch to loop_4 141 subs r12, r5, #8 @if wd=8 branch to loop_8 144 @when wd=16
|
ih264_inter_pred_luma_vert_qpel_a9q.s | 68 @* @param[in] wd 88 @ WORD32 wd, 98 @ r6 => wd 112 ldr r6, [sp, #108] @Loads wd 120 subs r12, r6, #8 @if wd=8 branch to loop_8 124 subs r12, r6, #4 @if wd=4 branch to loop_4 127 loop_16: @when wd=16
|
/system/core/libusbhost/ |
usbhost.c | 233 int wd; local 240 wd = event->wd; 241 if (wd == context->wdd) { 251 } else if (wd == context->wddbus) { 263 } else if (wd == context->wds[0]) { 284 if (wd == context->wds[i]) {
|
/external/libhevc/common/arm/ |
ihevc_sao_edge_offset_class1.s | 48 @ WORD32 wd, 58 @r7 => wd 74 LDR r7,[sp,#60] @Loads wd 80 SUB r9,r7,#1 @wd - 1 81 LDRB r10,[r3,r9] @pu1_src_top[wd - 1] 82 STRB r10,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1] 83 ADD r10,r0,r9 @pu1_src[row * src_strd + wd - 1] 87 LDRB r14,[r10],r1 @Load pu1_src[row * src_strd + wd - 1] 114 CMP r7,#16 @Compare wd with 16 255 SUBS r7,r7,#16 @Decrement the wd loop count by 1 [all...] |
ihevc_inter_pred_chroma_horz_w16out.s | 70 @* @param[in] wd 86 @ word32 wd) 111 ldr r10,[sp,#48] @loads wd 129 tst r10,#3 @checks wd for multiples of 4 130 mov r5,r10,lsl #1 @2wd 179 mov r10,r5 @2wd 213 @ and r7, r12, #31 @decrement the wd loop 273 moveq r10,r5 @2wd 308 subs r10,r10,#16 @decrement the wd loop 314 moveq r10,r5 @2wd [all...] |
ihevc_sao_band_offset_chroma.s | 48 @ WORD32 wd, 61 @r9 => wd 82 LDR r9,[sp,#60] @Loads wd 85 ADD r12,r0,r9 @pu1_src[row * src_strd + (wd)] 89 SUB r12,r12,#2 @wd-2 99 ADD r12,r3,r9 @pu1_src_top[wd] 115 MOV r11,r9 @Move the wd to r9 for loop counter 117 SRC_TOP_LOOP: @wd is always multiple of 8
|
ihevc_inter_pred_chroma_horz.s | 72 @* @param[in] wd 89 @ word32 wd) 112 ldr r10,[sp,#48] @loads wd 126 tst r10,#3 @checks wd for multiples 147 mov r10,r5 @2wd 261 moveq r10,r5 @2wd 298 subs r10,r10,#16 @decrement the wd loop 302 moveq r10,r5 @2wd 424 subs r7,r7,#8 @decrement the wd loop 496 subs r7,r7,#8 @(prologue)decrement the wd loo [all...] |
ihevc_inter_pred_filters_luma_vert.s | 78 @* @param[in] wd 96 @ word32 wd ) 105 @ r3 => wd 122 ldr r5,[sp,#48] @load wd 139 blt core_loop_wd_4 @core loop wd 4 jump 143 bic r4,r5,#7 @r5 ->wd 144 rsb r9,r4,r6,lsl #2 @r6->dst_strd r5 ->wd 181 bicle r4,r5,#7 @r5 ->wd 246 bicle r4,r5,#7 @r5 ->wd 418 rsb r9,r5,r6,lsl #2 @r6->dst_strd r5 ->wd [all...] |
ihevc_inter_pred_luma_vert_w16inp_w16out.s | 78 @* @param[in] wd 95 @ word32 wd ) 103 @ r6 => wd 121 ldr r5,[sp,#48] @load wd 141 rsb r9,r5,r6,lsl #2 @r6->dst_strd r5 ->wd 148 mov r4,r5 @r5 ->wd 177 movle r4,r5 @r5 ->wd 268 movle r4,r5 @r5 ->wd
|
/external/libmpeg2/common/arm/ |
icv_variance_a9.s | 54 @* @param[in] wd
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.cpp | 500 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE); 501 if (wd < 0) { 505 mWatchedPaths[wd] = path; 511 int wd = -1; 514 wd = pair.first; 519 if (wd == -1) { 522 mWatchedPaths.erase(wd); 523 if (inotify_rm_watch(mINotifyFd, wd) != 0) { 698 std::string path = mWatchedPaths[event->wd];
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnEngineJAJP.java | 503 WnnWord wd = clauses.next(); local 505 ret = dict.learnWord(wd, mPreviousWord); 507 ret = dict.learnWord(wd); 509 mPreviousWord = wd;
|
/external/opencv3/modules/video/src/ |
ecc.cpp | 375 const int wd = dst.cols; local 399 Mat imageFloat = Mat(hd, wd, CV_32F);// to store the (smoothed) input image 407 preMask = Mat::ones(hd, wd, CV_8U); 428 Mat gradientX = Mat::zeros(hd, wd, CV_32FC1); 429 Mat gradientY = Mat::zeros(hd, wd, CV_32FC1);
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
MetaData.java | 368 for (WebDescriptor wd : getOverrideWebs()) 370 LOG.debug("process {} {}",context,wd); 371 p.process(context,wd);
|
/frameworks/base/core/java/android/widget/ |
TabHost.java | 726 final View wd = w != null ? w.getDecorView() : null; local 727 if (mLaunchedView != wd && mLaunchedView != null) { 732 mLaunchedView = wd;
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 26 wd := string(attrs[0]) 29 if wd[0] == '/' && wd[len(wd)-1] == 0 { 30 return wd[:len(wd)-1], nil
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_darwin.go | 26 wd := string(attrs[0]) 29 if wd[0] == '/' && wd[len(wd)-1] == 0 { 30 return wd[:len(wd)-1], nil
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDateFormatSymbols.java | 85 String[] wd =symbol.getWeekdays(context[i],width[j]); local 86 int cnt = wd.length; 90 for (int k = 0; k < wd.length; k++) { 91 logln(wd[k]);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDateFormatSymbols.java | 81 String[] wd =symbol.getWeekdays(context[i],width[j]); local 82 int cnt = wd.length; 86 for (int k = 0; k < wd.length; k++) { 87 logln(wd[k]);
|
/external/libavc/common/x86/ |
ih264_inter_pred_filters_ssse3.c | 70 /* Description : This function copies the contents of ht x wd block from */ 71 /* source to destination. (ht,wd) can be (4,4), (8,4), */ 79 /* wd - width of the block */ 95 WORD32 wd, 112 if(wd == 4) 127 else if(wd == 8) 147 else // wd == 16 196 /* ht x wd block as mentioned in sec. 8.4.2.2.1 titled */ 197 /* "Luma sample interpolation process". (ht,wd) can be */ 205 /* wd - width of the block * [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
BaseHTTPServer.py | 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp) 470 self.weekdayname[wd],
|
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/ |
handlers.py | 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp) 38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
|