HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/common/arm/
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/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/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event

Completed in 618 milliseconds

1 23 4 5 6 7 8 91011>>