HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 26 - 50 of 338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libhevc/common/
ihevc_sao.h 59 WORD32 wd,
69 WORD32 wd,
82 WORD32 wd,
94 WORD32 wd,
107 WORD32 wd,
119 WORD32 wd,
133 WORD32 wd,
146 WORD32 wd,
159 WORD32 wd,
171 WORD32 wd,
    [all...]
ihevc_weighted_pred.c 95 * @param[in] wd
115 WORD32 wd)
122 for(col = 0; col < wd; col++)
178 * @param[in] wd
200 WORD32 wd)
207 for(col = 0; col < 2 * wd; col += 2)
281 * @param[in] wd
306 WORD32 wd)
313 for(col = 0; col < wd; col++)
382 * @param[in] wd
    [all...]
ihevc_inter_pred.h 60 WORD32 wd);
69 WORD32 wd);
78 WORD32 wd);
87 WORD32 wd);
96 WORD32 wd,
107 WORD32 wd,
118 WORD32 wd,
129 WORD32 wd,
142 WORD32 wd,
161 WORD32 wd,
    [all...]
ihevc_weighted_pred.h 47 WORD32 wd);
60 WORD32 wd);
76 WORD32 wd);
96 WORD32 wd);
107 WORD32 wd);
118 WORD32 wd);
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxWatchService.java 116 private volatile int wd; field in class:LinuxWatchService.LinuxWatchKey
118 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) {
121 this.wd = wd;
125 return wd;
131 inotifyRmWatch(ifd, wd);
136 wd = -1;
141 return (wd != -1);
159 * int wd;
269 int wd = -1 local
372 int wd = unsafe.getInt(event + OFFSETOF_WD); local
    [all...]
  /external/libavc/decoder/
ih264d_format_conv.c 82 * @param[in] wd
104 * values for wd and ht it can be done
111 WORD32 wd,
143 for(i2_j = (wd >> 1); i2_j > 0; i2_j--)
210 pu1_u_src = pu1_u_src + src_uv_strd - wd;
211 pu1_v_src = pu1_v_src + src_uv_strd - wd;
213 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd;
214 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd;
216 pu2_rgb_dst = pu2_rgb_dst_next_row - wd + dst_strd;
217 pu2_rgb_dst_next_row = pu2_rgb_dst_next_row + (dst_strd << 1) - wd;
    [all...]
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify03.c 67 static int wd; variable
128 "get unnecessary event: wd=%d mask=%x "
130 event->wd, event->mask,
133 tst_resm(TPASS, "get event: wd=%d mask=%x"
135 event->wd, event->mask,
139 tst_resm(TFAIL, "get event: wd=%d mask=%x "
141 event->wd, event->mask,
153 ret = myinotify_rm_watch(fd_notify, wd);
157 fd_notify, wd);
160 fd_notify, wd);
    [all...]
inotify05.c 59 static int wd; variable
113 "get event: wd=%d mask=%x "
115 event->wd, event->mask,
123 event->wd != -1) {
126 "wd=%d mask=%x "
128 event->wd, event->mask,
140 tst_resm(TPASS, "get event: wd=%d "
142 event->wd, event->mask,
180 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS);
181 if (wd < 0)
    [all...]
inotify01.c 64 static int wd, reap_wd; variable
149 "get unnecessary event: wd=%d mask=%x "
151 event->wd, event->mask,
156 "get event: wd=%d mask=%x "
158 event->wd, event->mask,
161 tst_resm(TPASS, "get event: wd=%d "
163 event->wd, event->mask,
168 tst_resm(TFAIL, "get event: wd=%d mask=%x "
170 event->wd, event->mask,
220 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0)
    [all...]
  /external/libavc/test/encoder/
input.c 122 WORD32 wd, ht, strd; local
130 wd = ps_raw_buf->au4_wd[0];
137 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp);
138 if(bytes != wd )
154 wd = ps_raw_buf->au4_wd[comp];
161 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp);
162 if(bytes != wd)
177 WORD32 wd, ht, strd; local
185 wd = ps_raw_buf->au4_wd[0];
192 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp)
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 335 VectorRegister wd,
339 CHECK_NE(wd, kNoVectorRegister);
345 static_cast<uint32_t>(wd) << kWdShift |
354 VectorRegister wd,
357 CHECK_NE(wd, kNoVectorRegister);
362 static_cast<uint32_t>(wd) << kWdShift |
371 VectorRegister wd,
374 CHECK_NE(wd, kNoVectorRegister);
379 static_cast<uint32_t>(wd) << kWdShift |
387 VectorRegister wd,
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 191 VectorRegister wd,
195 CHECK_NE(wd, kNoVectorRegister);
201 static_cast<uint32_t>(wd) << kWdShift |
209 VectorRegister wd,
212 CHECK_NE(wd, kNoVectorRegister);
217 static_cast<uint32_t>(wd) << kWdShift |
225 VectorRegister wd,
228 CHECK_NE(wd, kNoVectorRegister);
233 static_cast<uint32_t>(wd) << kWdShift |
240 VectorRegister wd,
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 47 @* copies the array of width 'wd' and height 'ht' from the location pointed
68 @* @param[in] wd
85 @ word32 wd)
93 @ r6 => wd
110 ldr r12,[sp,#wd_offset] @loads wd
117 tst r12,#15 @checks wd for multiples for 4 & 8
119 tst r12,#7 @checks wd for multiples for 4 & 8
127 subs r4,r12,#0 @checks wd == 0
139 subs r4,r4,#4 @(wd -4)
159 subs r4,r12,#0 @checks wd ==
    [all...]
ihevc_inter_pred_chroma_vert.s 73 @* @param[in] wd
89 @ word32 wd)
118 ldr r6,[sp,#wd_offset] @loads wd
124 tst r6,#3 @checks (wd & 3)
126 lsl r10,r6,#1 @2*wd
132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
138 sub r9,r7,r10 @2*dst_strd - 2wd
140 sub r8,r12,r10 @2*src_strd - 2wd
141 mov r5,r10 @2wd
143 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,
    [all...]
ihevc_inter_pred_chroma_vert_w16out.s 73 @* @param[in] wd
89 @ word32 wd)
118 ldr r6,[sp,#wd_offset] @loads wd
124 tst r6,#3 @checks (wd & 3)
126 lsl r10,r6,#1 @2*wd
132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
138 sub r9,r7,r10,lsl #1 @4*dst_strd - 4wd
140 sub r8,r12,r10 @2*src_strd - 2wd
142 mov r5,r10 @2wd
144 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,
    [all...]
ihevc_inter_pred_luma_copy.s 26 @* copies the array of width 'wd' and height 'ht' from the location pointed
47 @* @param[in] wd
64 @ word32 wd )
72 @ r12 => wd
91 ldr r12,[sp,#wd_offset] @loads wd
95 tst r12,#15 @checks wd for multiples for 4 & 8
97 tst r12,#7 @checks wd for multiples for 4 & 8
102 subs r4,r12,#0 @checks wd == 0
114 subs r4,r4,#4 @(wd -4)
137 subs r4,r12,#0 @checks wd
    [all...]
ihevc_weighted_pred_neon_intr.c 93 * @param[in] wd
113 WORD32 wd)
143 for(col = wd; col > 0; col -= 4)
176 pi2_src += 2 * src_strd - wd;
177 pu1_dst += 2 * dst_strd - wd;
224 * @param[in] wd
246 WORD32 wd)
290 for(col = 2 * wd; col > 0; col -= 4)
323 pi2_src += 2 * src_strd - 2 * wd;
324 pu1_dst += 2 * dst_strd - 2 * wd;
    [all...]
ihevc_weighted_pred_bi_default.s 78 @* @param[in] wd
97 @ word32 wd)
109 @ r9 => wd
140 ldr r9,[sp,#wd_offset] @load wd
148 rsb r7,r6,r3,lsl #2 @4*src_strd1 - wd
149 rsb r10,r6,r4,lsl #2 @4*src_strd2 - wd
151 @rsb r6,r6,r5,lsl #2 @4*dst_strd - wd
184 cmp r9,#0 @check wd == 0
212 subs r9,r9,#4 @decrement wd by 4 and check for 0
220 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement
    [all...]
  /external/selinux/restorecond/
watch.c 30 int wd; member in struct:watchList
84 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO);
85 if (ptr->wd == -1) {
104 printf("%d: Dir=%s, File=%s\n", ptr->wd, ptr->dir, file);
116 int watch_list_find(int wd, const char *file)
123 printf("%d: File=%s\n", wd, file);
125 if (ptr->wd == wd) {
157 inotify_rm_watch(fd, ptr->wd);
191 printf("wd=%d mask=%u cookie=%u len=%u\n"
    [all...]
  /external/libavc/common/
ih264_padding.c 78 * @param[in] wd
92 WORD32 wd,
99 memcpy(pu1_src - row * src_strd, pu1_src, wd);
119 * @param[in] wd
133 WORD32 wd,
140 memcpy(pu1_src + (row - 1) * src_strd, pu1_src - 1 * src_strd, wd);
ih264_weighted_pred.h 78 WORD32 wd);
88 WORD32 wd);
102 WORD32 wd);
ih264_inter_pred_filters.h 108 WORD32 wd,
117 WORD32 wd);
135 WORD32 wd);
  /external/libmpeg2/common/x86/
icv_sad_ssse3.c 77 * @param[in] wd
94 WORD32 wd,
102 UNUSED(wd);
104 ASSERT(wd == 8);
  /external/libavc/encoder/
ih264e_fmt_conv.c 100 WORD32 wd,
131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--)
198 pu1_u_src = pu1_u_src + src_uv_strd - wd;
199 pu1_v_src = pu1_v_src + src_uv_strd - wd;
201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd;
202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd;
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd;
205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd;
213 WORD32 wd,
244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--
811 WORD32 dst_stride, wd; local
    [all...]
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 88 * @param[in] wd
110 * values for wd and ht it can be done
117 WORD32 wd,
150 for(i2_j = (wd >> 1); i2_j > 0; i2_j--)
216 pu1_u_src = pu1_u_src + src_uv_strd - wd;
217 pu1_v_src = pu1_v_src + src_uv_strd - wd;
219 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd;
220 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd;
222 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd;
223 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd;
    [all...]

Completed in 1366 milliseconds

12 3 4 5 6 7 8 91011>>