HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 151 - 175 of 394) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert_w16inp.s 72 @* @param[in] wd
88 @ word32 wd)
110 ldr r6, [sp,#48] @wd
117 tst r6,#3 @checks wd == 2
123 bgt core_loop_ht_2 @jumps to loop handles wd 2
131 lsl r9,r6,#2 @4*wd
132 sub r6,r12,r6,lsl #1 @2*dst_strd - 2*wd
133 sub r8,r7,r9 @2*src_strd - 4*wd
134 mov r12,r9 @4wd
140 subs r12,r12,#8 @2wd +
    [all...]
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 73 @* @param[in] wd
89 @ word32 wd)
110 ldr r6, [sp,#48] @wd
117 tst r6,#3 @checks wd == 2
123 bgt core_loop_ht_2 @jumps to loop handles wd 2
131 lsl r9,r6,#2 @4*wd
132 sub r6,r3,r6,lsl #1 @2*dst_strd - 2*wd
133 sub r8,r7,r9 @2*src_strd - 4*wd
134 mov r12,r9 @4wd
140 subs r12,r12,#8 @2wd +
    [all...]
ihevc_sao_edge_offset_class0.s 48 @ WORD32 wd,
59 @r9 => wd
75 LDR r9,[sp,#60] @Loads wd
79 ADD r11,r3,r9 @pu1_src_top[wd]
83 LDRB r12,[r11,#-1] @pu1_src_top[wd - 1]
93 STRB r12,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1]
99 MOV r12,r9 @Move wd to r12 for loop count
105 SRC_TOP_LOOP: @wd is always multiple of 8
112 CMP r9,#16 @Compare wd with 16
116 MOV r8,r9 @move wd to r8 for loop coun
    [all...]
ihevc_sao_edge_offset_class2.s 48 @ WORD32 wd,
58 @r7 => wd
81 LDR r7,[sp,#0x3C] @Loads wd
84 SUB r9,r7,#1 @wd - 1
87 LDRB r10,[r3,r9] @pu1_src_top[wd - 1]
99 STRB r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 1]
145 SUB r10,r7,#1 @wd - 1
147 MLA r12,r11,r1,r10 @wd - 1 + (ht - 1) * src_strd
148 ADD r12,r12,r0 @pu1_src[wd - 1 + (ht - 1) * src_strd]
149 LDRB r10,[r12] @u1_pos_wd_ht_tmp = pu1_src[wd - 1 + (ht - 1) * src_strd
    [all...]
ihevc_sao_band_offset_luma.s 46 @ WORD32 wd,
57 @r7 => wd
74 LDR r7,[sp,#52] @Loads wd
78 ADD r10,r0,r7 @pu1_src[row * src_strd + (wd)]
81 SUB r10,r10,#1 @wd-1
92 ADD r9,r3,r7 @pu1_src_top[wd]
109 MOV r9,r7 @Move the wd to r9 for loop counter
111 SRC_TOP_LOOP: @wd is always multiple of 8
ihevc_sao_edge_offset_class3.s 48 @ WORD32 wd,
58 @r7 => wd
81 LDR r7,[sp,#0x3C] @Loads wd
84 SUB r9,r7,#1 @wd - 1
87 LDRB r10,[r3,r9] @pu1_src_top[wd - 1]
97 STRB r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 1]
111 SUB r10,r7,#1 @[wd - 1]
112 LDRB r9,[r0,r10] @u1_pos_0_0_tmp = pu1_src[wd - 1]
116 SUB r10,r10,#1 @[wd - 1 - 1]
119 SUB r12,r9,r11 @pu1_src[wd - 1] - pu1_src_top_right[0
    [all...]
ihevc_inter_pred_filters_luma_horz.s 77 @* @param[in] wd
95 @ word32 wd )
104 @ r6 => wd
127 ldr r10,[sp,#48] @loads wd
143 rsb r9,r10,r2,lsl #1 @2*src_strd - wd
145 rsb r8,r10,r3,lsl #1 @2*dst_strd - wd
149 @ tst r10,#7 @checks wd for multiples
186 subs r5,r10,#0 @checks wd
250 subs r5,r5,#8 @decrement the wd loop
257 add r12,r12,r9 @increment the src pointer by 2*src_strd-wd
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 703 struct write_dir_struct *wd = (struct write_dir_struct *) priv_data; local
707 printf("%u: write_dir_block %lld:%lld", wd->ino, blockcnt, *block_nr);
715 if (blockcnt < wd->outdir->num)
716 dir = wd->outdir->buf + (blockcnt * fs->blocksize);
717 else if (wd->ctx->lost_and_found == wd->dir) {
719 wd->err = ext2fs_new_dir_block(fs, 0, 0, &buf);
720 if (wd->err)
723 wd->outdir->num++;
732 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir)
749 struct write_dir_struct wd; local
    [all...]
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 402 int32_t wd = (day % 7); // Day of week (0 == Monday) local
404 if (wd == 2 || wd == 4 || wd == 6) {
407 wd = (day % 7);
409 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) {
415 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) {
  /external/libhevc/decoder/
ihevcd_utils.c 193 WORD32 wd,
212 * (Wd + horz_pad) * (Ht + vert_pad) * (2 * max_dpb_size + 1)
216 num_luma_samples = (wd + PAD_WD) * (ht + PAD_HT);
526 WORD32 strd, wd, ht; local
529 wd = ps_codec->i4_wd;
536 pu1_buf[wd] = 0;
540 memset(pu1_buf - strd - 1, 0, wd + 2);
543 memset(pu1_buf - 1, 0, wd + 2);
551 pu1_buf[wd] = 0;
552 pu1_buf[wd + 1] = 0
726 UWORD32 wd, ht; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 268 int wd; local
343 wd = (el >= 0) ? el : -(el + 1);
348 if (wd < wd1)
360 wd = (s->band[0].nb*127) >> 7;
361 s->band[0].nb = wd + wl[il4];
386 wd = (eh >= 0) ? eh : -(eh + 1);
388 mih = (wd >= wd1) ? 2 : 1;
397 wd = (s->band[1].nb*127) >> 7;
398 s->band[1].nb = wd + wh[ih2];
  /external/libhevc/common/x86/
ihevc_sao_ssse3_intr.c 107 * @param[in] wd
128 WORD32 wd,
146 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)];
148 pu1_src_top_left[0] = pu1_src_top[wd - 1];
149 for(col = 0; col < wd; col += 8)
254 for(col = wd; col >= 16; col -= 16)
336 wd_rem = wd & 0xF;
447 WORD32 wd,
466 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)];
467 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]
    [all...]
ihevc_weighted_pred_ssse3_intr.c 102 * @param[in] wd
122 WORD32 wd)
132 ASSERT(wd % 4 == 0); /* checking assumption*/
154 if(0 == (wd & 7)) /* wd multiple of 8 case */
161 for(col = 0; col < wd; col += 8)
252 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
253 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
257 else /* wd multiple of 4 case */
263 for(col = 0; col < wd; col += 4
    [all...]
ihevc_inter_pred_filters_ssse3_intr.c 83 * Copies the array of width 'wd' and height 'ht' from the location pointed
104 * @param[in] wd
112 * Assumption : ht%4 == 0, wd%4 == 0
124 WORD32 wd)
130 ASSERT(wd % 4 == 0); /* checking assumption*/
134 if(0 == (wd & 15)) /* wd multiple of 16 case */
138 for(col = 0; col < wd; col += 16)
156 pu1_src += 4 * src_strd - wd; /* pointer update */
157 pu1_dst += 4 * dst_strd - wd; /* pointer update *
    [all...]
ihevc_weighted_pred_sse42_intr.c 100 * @param[in] wd
120 WORD32 wd)
130 ASSERT(wd % 4 == 0); /* checking assumption*/
141 if(0 == (wd & 7)) /* wd multiple of 8 case */
148 for(col = 0; col < wd; col += 8)
263 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
264 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
268 else /* wd multiple of 4 case */
273 for(col = 0; col < wd; col += 4
    [all...]
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify04.c 225 "wd=%d mask=%x cookie=%u len=%u "
226 "name=\"%.*s\"", event->wd, event->mask,
235 "got event: wd=%d mask=%x "
237 event->wd, event->mask, event->cookie,
241 tst_resm(TFAIL, "got event: wd=%d mask=%x "
244 event->wd, event->mask,
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */ member in struct:inotify_watch
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd)
  /libcore/ojluni/src/main/native/
LinuxWatchService.c 60 arr[0] = (jint)offsetof(struct inotify_event, wd);
98 (JNIEnv* env, jclass clazz, jint fd, jint wd)
100 int err = inotify_rm_watch((int)fd, (int)wd);
  /bionic/libc/kernel/uapi/linux/
inotify.h 25 __s32 wd; member in struct:inotify_event
  /development/ndk/platforms/android-21/include/linux/
inotify.h 25 __s32 wd; member in struct:inotify_event
  /external/kernel-headers/original/uapi/linux/
inotify.h 18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
21 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
inotify.h 38 int wd; /* Watch descriptor. */ member in struct:inotify_event
100 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 38 int wd; /* Watch descriptor. */ member in struct:inotify_event
102 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
21 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 38 int wd; /* Watch descriptor. */ member in struct:inotify_event
102 /* Remove the watch specified by WD from the inotify instance FD. */

Completed in 906 milliseconds

1 2 3 4 5 67 8 91011>>