/external/libavc/test/encoder/ |
psnr.c | 100 WORD32 wd, ht, strd1, strd2; local 111 wd = ps_buf1->au4_wd[comp]; 169 for(j = 0; j < wd; j++) 180 df_psnr[comp] /= (wd * ht);
|
recon.c | 56 WORD32 wd, ht; local 68 wd = ps_raw_buf->au4_wd[comp]; 73 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); 74 if(bytes != wd) 78 pu1_buf += wd;
|
/hardware/intel/img/psb_video/src/ |
psb_drv_debug.h | 118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", to, from); 119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n", to, from);
|
/external/libhevc/common/x86/ |
ihevc_inter_pred_filters_sse42_intr.c | 76 * Copies the array of width 'wd' and height 'ht' from the location pointed 98 * @param[in] wd 115 WORD32 wd) 120 ASSERT(wd % 4 == 0); /* checking assumption*/ 123 if(0 == (wd & 7)) /* multiple of 8 case */ 127 for(col = 0; col < wd; col += 8) 155 pu1_src += 4 * src_strd - wd; /* pointer update */ 156 pi2_dst += 4 * dst_strd - wd; /* pointer update */ 159 else /* wd = multiple of 4 case */ 163 for(col = 0; col < wd; col += 4 [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraHotplugThread.cpp | 178 int cameraId = getCameraId(event->wd); 181 ALOGE("%s: Got bad camera ID from WD '%d", 182 __FUNCTION__, event->wd); 265 int EmulatedCameraHotplugThread::getCameraId(int wd) const { 267 if (mSubscribers[i].WatchID == wd) { 288 int wd = inotify_add_watch(mInotifyFd, local 292 if (wd == -1) { 301 ALOGV("%s: Watch added for camID='%d', wd='%d'", 302 __FUNCTION__, cameraId, wd); 304 SubscriberInfo si = { cameraId, wd }; [all...] |
/external/autotest/server/site_tests/native_Benchmarks/ |
octane.py | 30 wd = '%s/octane' % self.scratch_cli 31 cmd = 'cd %s && %s run_all.js' % (wd, self.v8.executable)
|
/external/clang/test/SemaCXX/ |
flexible-array-test.cpp | 26 int wd; member in struct:inotify_event 41 eventForId.insert(ptr->wd, *ptr);
|
/external/libavc/encoder/ |
ih264e_mc.c | 143 UWORD32 wd, ht; local 220 wd = (ps_curr_pu->b4_wd + 1) << 2; 265 i4_pred_strd, ht, wd, NULL, 322 UWORD32 wd, ht; local 359 wd = (ps_curr_pu->b4_wd + 1) << 1; 381 i4_pred_strd, u1_dx, u1_dy, ht, wd); 421 wd = (ps_curr_pu->b4_wd + 1) << 1; 439 u1_dy, ht, wd);
|
ih264e_utils.h | 94 * @param[in] wd 106 WORD32 ih264e_get_min_level(WORD32 wd, WORD32 ht);
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
inotify02.c | 67 static int wd; variable 214 "wd=%d mask=%x cookie=%u len=%u" 215 "name=\"%.*s\"", event->wd, event->mask, 242 "get event: wd=%d mask=%x " 244 event->wd, event->mask, 249 "get event: wd=%d mask=%x " 252 event->wd, event->mask, 257 tst_resm(TFAIL, "get event: wd=%d mask=%x " 260 event->wd, event->mask, 300 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
pr3134.d | 1 # objdump: -wd
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_copy_a9q.s | 28 @* Copies the array of width 'wd' and height 'ht' from the location pointed 47 @* @param[in] wd 63 @ WORD32 wd ) 71 @ r12 => wd 81 ldr r12, [sp, #108] @Loads wd 85 tst r12, #15 @checks wd for multiples for 4 & 8 87 tst r12, #7 @checks wd for multiples for 4 & 8 92 subs r4, r12, #0 @checks wd == 0 104 subs r4, r4, #4 @(wd -4) 128 subs r4, r12, #0 @checks wd [all...] |
ih264_default_weighted_pred_a9q.s | 50 @* This function gets two ht x wd blocks, calculates their rounded-average and 74 @* @param[in] wd 81 @* (ht,wd) can be (4,4), (4,8), (8,4), (8,8), (8,16), (16,8) or (16,16). 92 @ WORD32 wd) 102 @ [sp+12] => wd (r7) 112 ldr r7, [sp, #32] @Load wd 118 beq loop_16 @branch if wd is 16 120 beq loop_8 @branch if wd is 8 224 @* This function gets two ht x wd blocks, calculates their rounded-average and 248 @* @param[in] wd [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
HebrewCalendar.java | 593 int wd = (int)(day % 7); // Day of week (0 == Monday) local 595 if (wd == 2 || wd == 4 || wd == 6) { 598 wd = (int)(day % 7); 600 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { 606 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
HebrewCalendar.java | 617 int wd = (int)(day % 7); // Day of week (0 == Monday) local 619 if (wd == 2 || wd == 4 || wd == 6) { 622 wd = (int)(day % 7); 624 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { 630 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { [all...] |
/external/libmpeg2/decoder/ |
impeg2d_deinterlace.c | 76 WORD32 wd, 80 ps_dst->ai4_wd[0] = wd; 81 ps_dst->ai4_wd[1] = wd / 2; 82 ps_dst->ai4_wd[2] = wd / 2; 234 WORD32 wd = ALIGN16(ps_dec->u2_horizontal_size); local 238 pu1_buf_u = pu1_buf_y + wd * ht; 239 pu1_buf_v = pu1_buf_u + wd * ht / 4;
|
/external/libhevc/common/arm/ |
ihevc_weighted_pred_uni.s | 81 @* @param[in] wd 101 @ word32 wd) 113 @ r9 => wd 151 cmp r9,#0 @check wd == 0 203 subs r9,r9,#4 @decrement wd by 4 and check for 0 208 rsb r11,r4,r2,lsl #2 @2*src_strd - wd 210 add r0,r0,r11 @pi2_src + 4*src_strd - 2*wd(since pi2_src is 16 bit pointer double the increment with double the wd decrement) 212 rsb r12,r9,r3,lsl #2 @2*dst_strd - wd 213 add r1,r1,r12 @pu1_dst + dst_std - wd [all...] |
ihevc_sao_edge_offset_class2_chroma.s | 49 @ WORD32 wd, 60 @r7 => wd 90 LDR r7,[sp,#0x40] @Loads wd 92 SUB r9,r7,#2 @wd - 2 95 LDRH r10,[r3,r9] @pu1_src_top[wd - 2] 107 STRH r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 2] 192 SUB r10,r7,#2 @wd - 2 194 MLA r12,r11,r1,r10 @wd - 2 + (ht - 1) * src_strd 195 ADD r12,r12,r0 @pu1_src[wd - 2 + (ht - 1) * src_strd] 196 LDRB r10,[r12] @u1_pos_wd_ht_tmp_u = pu1_src[wd - 2 + (ht - 1) * src_strd [all...] |
ihevc_weighted_pred_bi.s | 93 @* @param[in] wd 118 @ word32 wd) 135 @ r7 => wd 165 ldr r7,[sp,#80] @load wd 182 cmp r7,#0 @check wd == 0 246 subs r7,r7,#4 @decrement wd by 4 and check for 0 252 rsb r11,r9,r3,lsl #2 @2*src_strd1 - wd 254 rsb r12,r9,r4,lsl #2 @2*src_strd2 - wd 255 add r0,r0,r11 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement [all...] |
ihevc_sao_edge_offset_class0_chroma.s | 49 @ WORD32 wd, 60 @r9 => wd 76 LDR r9,[sp,#64] @Loads wd 79 ADD r11,r3,r9 @pu1_src_top[wd] 83 LDRH r12,[r11,#-2] @pu1_src_top[wd - 1] 87 STRH r12,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1] 105 MOV r12,r9 @Move wd to r12 for loop count 107 SRC_TOP_LOOP: @wd is always multiple of 8 116 CMP r9,#16 @Compare wd with 16 120 MOV r8,r9 @move wd to r8 for loop coun [all...] |
/external/libmpeg2/common/x86/ |
icv_variance_ssse3.c | 71 * @param[in] wd 84 WORD32 icv_variance_8x4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 ht) 96 UNUSED(wd); 99 ASSERT(wd == 8);
|
/development/ndk/platforms/android-9/include/linux/ |
inotify.h | 18 __s32 wd; member in struct:inotify_event
|
/external/clang/test/CodeGen/ |
char-literal.c | 79 wchar_t wd = L'\U0010F00B'; local
|
/external/libhevc/decoder/ |
ihevcd_api.c | 1482 WORD32 wd; local 2355 WORD32 wd, ht; local 2515 WORD32 wd, ht; local [all...] |
ihevcd_utils.h | 55 WORD32 wd,
|