/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/libavc/test/encoder/ |
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;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
HebrewCalendar.java | 591 int wd = (int)(day % 7); // Day of week (0 == Monday) local 593 if (wd == 2 || wd == 4 || wd == 6) { 596 wd = (int)(day % 7); 598 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { 604 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 | 615 int wd = (int)(day % 7); // Day of week (0 == Monday) local 617 if (wd == 2 || wd == 4 || wd == 6) { 620 wd = (int)(day % 7); 622 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { 628 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_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_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_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-3/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/libavc/encoder/ |
ih264e_utils.h | 94 * @param[in] wd 106 WORD32 ih264e_get_min_level(WORD32 wd, WORD32 ht);
|
/external/libhevc/decoder/ |
ihevcd_api.c | 1478 WORD32 wd; local 2350 WORD32 wd, ht; local 2510 WORD32 wd, ht; local [all...] |
ihevcd_utils.h | 55 WORD32 wd,
|
/external/libmpeg2/common/ |
ideint_utils.h | 65 WORD32 wd,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/go/darwin-x86/src/cmd/go/ |
go_windows_test.go | 34 wd, err := os.Getwd() 38 defer os.Chdir(wd)
|
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_unix_test.go | 21 wd, err := os.Getwd() 29 defer os.Chdir(wd)
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_ios.go | 15 wd, err := syscall.Getwd() 23 zoneFile = wd + "/zoneinfo.zip"
|
/prebuilts/go/linux-x86/src/cmd/go/ |
go_windows_test.go | 34 wd, err := os.Getwd() 38 defer os.Chdir(wd)
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_unix_test.go | 21 wd, err := os.Getwd() 29 defer os.Chdir(wd)
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_ios.go | 15 wd, err := syscall.Getwd() 23 zoneFile = wd + "/zoneinfo.zip"
|