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

1 2 34 5 6 7 8 91011>>

  /external/libhevc/common/arm/
ihevc_weighted_pred_bi.s 93 @* @param[in] wd
118 @ word32 wd)
135 @ r7 => wd
178 ldr r7,[sp,#wd_offset] @load wd
195 cmp r7,#0 @check wd == 0
259 subs r7,r7,#4 @decrement wd by 4 and check for 0
265 rsb r11,r9,r3,lsl #2 @2*src_strd1 - wd
267 rsb r12,r9,r4,lsl #2 @2*src_strd2 - wd
268 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
87 LDR r9,[sp,#wd_offset] @Loads wd
90 ADD r11,r3,r9 @pu1_src_top[wd]
94 LDRH r12,[r11,#-2] @pu1_src_top[wd - 1]
98 STRH r12,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1]
116 MOV r12,r9 @Move wd to r12 for loop count
118 SRC_TOP_LOOP: @wd is always multiple of 8
127 CMP r9,#16 @Compare wd with 16
131 MOV r8,r9 @move wd to r8 for loop coun
    [all...]
ihevc_inter_pred_luma_copy_w16out.s 26 @* copies the array of width 'wd' and height 'ht' from the location pointed
47 @* @param[in] wd
65 @ word32 wd )
73 @ r12 => wd
93 ldr r12,[sp,#wd_offset] @loads wd
97 tst r12,#7 @conditional check for wd (multiples)
103 subs r4,r12,#0 @wd conditional subtract
111 subs r4,r4,#4 @wd - 4
148 sub r4,r12,#0 @wd conditional check
162 subs r4,r4,#8 @wd decrements by
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 49 @ WORD32 wd,
60 @r7 => wd
101 LDR r7,[sp,#wd_offset] @Loads wd
103 SUB r9,r7,#2 @wd - 2
106 LDRH r10,[r3,r9] @pu1_src_top[wd - 2]
115 STRH r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 2]
129 SUB r14,r7,#2 @[wd - 2]
130 LDRB r9,[r0,r14] @u1_pos_0_0_tmp_u = pu1_src[wd - 2]
131 SUB r11,r7,#1 @[wd - 1]
132 LDRB r10,[r0,r11] @u1_pos_0_0_tmp_v = pu1_src[wd - 1
    [all...]
ihevc_inter_pred_chroma_copy_w16out.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
115 ldr r12,[sp,#wd_offset] @loads wd
116 lsl r12,r12,#1 @2*wd
125 tst r12,#7 @conditional check for wd (multiples)
135 subs r4,r12,#0 @wd conditional subtract
143 subs r4,r4,#4 @wd - 4
177 subs r4,r12,#0 @wd conditional subtrac
    [all...]
ihevc_inter_pred_chroma_vert_w16inp.s 72 @* @param[in] wd
88 @ word32 wd)
116 ldr r6, [sp,#wd_offset] @wd
123 tst r6,#3 @checks wd == 2
129 bgt core_loop_ht_2 @jumps to loop handles wd 2
137 lsl r9,r6,#2 @4*wd
138 sub r6,r12,r6,lsl #1 @2*dst_strd - 2*wd
139 sub r8,r7,r9 @2*src_strd - 4*wd
140 mov r12,r9 @4wd
146 subs r12,r12,#8 @2wd +
    [all...]
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 73 @* @param[in] wd
89 @ word32 wd)
116 ldr r6, [sp,#wd_offset] @wd
123 tst r6,#3 @checks wd == 2
129 bgt core_loop_ht_2 @jumps to loop handles wd 2
137 lsl r9,r6,#2 @4*wd
138 sub r6,r3,r6,lsl #1 @2*dst_strd - 2*wd
139 sub r8,r7,r9 @2*src_strd - 4*wd
140 mov r12,r9 @4wd
146 subs r12,r12,#8 @2wd +
    [all...]
ihevc_sao_edge_offset_class0.s 48 @ WORD32 wd,
59 @r9 => wd
85 LDR r9,[sp,#wd_offset] @Loads wd
89 ADD r11,r3,r9 @pu1_src_top[wd]
93 LDRB r12,[r11,#-1] @pu1_src_top[wd - 1]
103 STRB r12,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1]
109 MOV r12,r9 @Move wd to r12 for loop count
115 SRC_TOP_LOOP: @wd is always multiple of 8
122 CMP r9,#16 @Compare wd with 16
126 MOV r8,r9 @move wd to r8 for loop coun
    [all...]
ihevc_sao_edge_offset_class2.s 48 @ WORD32 wd,
58 @r7 => wd
92 LDR r7,[sp,#wd_offset] @Loads wd
94 SUB r9,r7,#1 @wd - 1
97 LDRB r10,[r3,r9] @pu1_src_top[wd - 1]
108 STRB r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 1]
154 SUB r10,r7,#1 @wd - 1
156 MLA r12,r11,r1,r10 @wd - 1 + (ht - 1) * src_strd
157 ADD r12,r12,r0 @pu1_src[wd - 1 + (ht - 1) * src_strd]
158 LDRB r10,[r12] @u1_pos_wd_ht_tmp = pu1_src[wd - 1 + (ht - 1) * src_strd
    [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);
  /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_utils.h 55 WORD32 wd,
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/libmpeg2/common/
ideint_utils.h 65 WORD32 wd,
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix_test.go 21 wd, err := os.Getwd()
29 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)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h 47 #define OUT_BATCH_RELOC(data, bo, offset, rd, wd, flags) \
56 bo, rd, wd, flags); \
  /external/selinux/restorecond/
utmpwatcher.c 48 unsigned int utmpwatcher_handle(int inotify_fd, int wd)
54 if (wd != utmp_wd)
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_pruning.py 105 def _variable_with_weight_decay(name, shape, stddev, wd):
115 wd: add L2Loss weight decay multiplied by this float. If None, weight
125 if wd is not None:
126 weight_decay = tf.multiply(tf.nn.l2_loss(var), wd, name='weight_loss')
190 'weights', shape=[5, 5, 3, 64], stddev=5e-2, wd=0.0)
213 'weights', shape=[5, 5, 64, 64], stddev=5e-2, wd=0.0)
238 'weights', shape=[dim, 384], stddev=0.04, wd=0.004)
248 'weights', shape=[384, 192], stddev=0.04, wd=0.004)
261 'weights', [192, NUM_CLASSES], stddev=1 / 192.0, wd=0.0)
  /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/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...]

Completed in 388 milliseconds

1 2 34 5 6 7 8 91011>>