Searched defs:wd (Results 1 - 25 of 45) sorted by relevance

12

/external/libhevc/common/
H A Dihevc_padding.c69 * @param[in] wd
78 * @param[in] wd
92 WORD32 wd,
99 memcpy(pu1_src - row * src_strd, pu1_src, wd);
101 pu1_src + (ht - 1) * src_strd, wd);
123 * @param[in] wd
132 * @param[in] wd
146 WORD32 wd,
154 wd >>= 1;
164 u2_uv_val = pu2_src[wd
89 ihevc_pad_vert(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
143 ihevc_pad_horz_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
210 ihevc_pad_horz_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
268 ihevc_pad_top(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
322 ihevc_pad_bottom(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
[all...]
H A Dihevc_inter_pred_filters.c75 * Copies the array of width 'wd' and height 'ht' from the location pointed
96 * @param[in] wd
114 WORD32 wd)
120 for(col = 0; col < wd; col++)
159 * @param[in] wd
176 WORD32 wd)
183 for(col = 0; col < wd; col++)
231 * @param[in] wd
249 WORD32 wd)
256 for(col = 0; col < wd; co
108 ihevc_inter_pred_luma_copy(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
170 ihevc_inter_pred_luma_horz(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
243 ihevc_inter_pred_luma_vert(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
316 ihevc_inter_pred_luma_copy_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
382 ihevc_inter_pred_luma_horz_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
453 ihevc_inter_pred_luma_vert_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
523 ihevc_inter_pred_luma_vert_w16inp(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
598 ihevc_inter_pred_luma_vert_w16inp_w16out(WORD16 *pi2_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
670 ihevc_inter_pred_chroma_copy(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
735 ihevc_inter_pred_chroma_horz(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
817 ihevc_inter_pred_chroma_vert(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
892 ihevc_inter_pred_chroma_copy_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
958 ihevc_inter_pred_chroma_horz_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
1034 ihevc_inter_pred_chroma_vert_w16out(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
1105 ihevc_inter_pred_chroma_vert_w16inp(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
1182 ihevc_inter_pred_chroma_vert_w16inp_w16out(WORD16 *pi2_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
[all...]
H A Dihevc_weighted_pred.c95 * @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
106 ihevc_weighted_pred_uni(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
189 ihevc_weighted_pred_chroma_uni(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
292 ihevc_weighted_pred_bi(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
393 ihevc_weighted_pred_chroma_bi(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 wgt1_cb, WORD32 wgt1_cr, WORD32 off1_cb, WORD32 off1_cr, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
489 ihevc_weighted_pred_bi_default(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
572 ihevc_weighted_pred_chroma_bi_default(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]
H A Dihevc_sao.c79 WORD32 wd,
90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)];
92 pu1_src_top_left[0] = pu1_src_top[wd - 1];
93 for(col = 0; col < wd; col++)
110 for(col = 0; col < wd; col++)
123 /* input 'wd' has to be for the interleaved block and not for each color component */
133 WORD32 wd,
145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)];
146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)];
148 pu1_src_top_left[0] = pu1_src_top[wd
72 ihevc_sao_band_offset_luma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, WORD32 sao_band_pos, WORD8 *pi1_sao_offset, WORD32 wd, WORD32 ht) argument
124 ihevc_sao_band_offset_chroma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, WORD32 sao_band_pos_u, WORD32 sao_band_pos_v, WORD8 *pi1_sao_offset_u, WORD8 *pi1_sao_offset_v, WORD32 wd, WORD32 ht) argument
186 ihevc_sao_edge_offset_class0(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset, WORD32 wd, WORD32 ht) argument
268 ihevc_sao_edge_offset_class0_chroma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset_u, WORD8 *pi1_sao_offset_v, WORD32 wd, WORD32 ht) argument
365 ihevc_sao_edge_offset_class1(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset, WORD32 wd, WORD32 ht) argument
458 ihevc_sao_edge_offset_class1_chroma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset_u, WORD8 *pi1_sao_offset_v, WORD32 wd, WORD32 ht) argument
557 ihevc_sao_edge_offset_class2(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset, WORD32 wd, WORD32 ht) argument
745 ihevc_sao_edge_offset_class2_chroma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset_u, WORD8 *pi1_sao_offset_v, WORD32 wd, WORD32 ht) argument
981 ihevc_sao_edge_offset_class3(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset, WORD32 wd, WORD32 ht) argument
1157 ihevc_sao_edge_offset_class3_chroma(UWORD8 *pu1_src, WORD32 src_strd, UWORD8 *pu1_src_left, UWORD8 *pu1_src_top, UWORD8 *pu1_src_top_left, UWORD8 *pu1_src_top_right, UWORD8 *pu1_src_bot_left, UWORD8 *pu1_avail, WORD8 *pi1_sao_offset_u, WORD8 *pi1_sao_offset_v, WORD32 wd, WORD32 ht) argument
[all...]
/external/clang/test/CodeGen/
H A Dchar-literal.c79 wchar_t wd = L'\U0010F00B'; local
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_sse42_intr.c76 * 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; co
109 ihevc_inter_pred_luma_copy_w16out_sse42(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
236 ihevc_inter_pred_chroma_copy_sse42(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
457 ihevc_inter_pred_chroma_copy_w16out_sse42(UWORD8 *pu1_src, WORD16 *pi2_dst, WORD32 src_strd, WORD32 dst_strd, WORD8 *pi1_coeff, WORD32 ht, WORD32 wd) argument
[all...]
H A Dihevc_weighted_pred_sse42_intr.c100 * @param[in] wd
120 WORD32 wd)
130 ASSERT(wd % 4 == 0); /* checking assumption*/
141 if(0 == (wd & 7)) /* wd multiple of 8 case */
148 for(col = 0; col < wd; col += 8)
263 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
264 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
268 else /* wd multiple of 4 case */
273 for(col = 0; col < wd; co
111 ihevc_weighted_pred_uni_sse42(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
410 ihevc_weighted_pred_chroma_uni_sse42(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
1247 ihevc_weighted_pred_bi_sse42(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
1516 ihevc_weighted_pred_chroma_bi_sse42(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 wgt1_cb, WORD32 wgt1_cr, WORD32 off1_cb, WORD32 off1_cr, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
1781 ihevc_weighted_pred_bi_default_sse42(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]
H A Dihevc_weighted_pred_ssse3_intr.c102 * @param[in] wd
122 WORD32 wd)
132 ASSERT(wd % 4 == 0); /* checking assumption*/
154 if(0 == (wd & 7)) /* wd multiple of 8 case */
161 for(col = 0; col < wd; col += 8)
252 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
253 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
257 else /* wd multiple of 4 case */
263 for(col = 0; col < wd; co
113 ihevc_weighted_pred_uni_ssse3(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
401 ihevc_weighted_pred_chroma_uni_ssse3(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
736 ihevc_weighted_pred_bi_ssse3(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
1019 ihevc_weighted_pred_chroma_bi_ssse3(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 wgt1_cb, WORD32 wgt1_cr, WORD32 off1_cb, WORD32 off1_cr, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
1294 ihevc_weighted_pred_bi_default_ssse3(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
1685 ihevc_weighted_pred_chroma_bi_default_ssse3(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_LTP_FIX.c70 opus_int32 wd, m_Q12; local
198 wd = 0;
202 wd = silk_ADD32( wd, silk_LSHIFT( silk_SMULWW( silk_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ), d_Q14[ k ] ), 2 ) ); /* Q( 18 - maxRshifts_wxtra ) */
204 m_Q12 = silk_DIV32_varQ( wd, temp32, 12 );
/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp20 int wd; member in struct:inotify_event
35 eventForId.insert(ptr->wd, *ptr);
/external/kernel-headers/original/uapi/linux/
H A Dinotify.h18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
21 __s32 wd; /* watch descriptor */ member in struct:inotify_event
/external/libhevc/decoder/x86/
H A Dihevcd_fmt_conv_ssse3_intr.c52 WORD32 wd,
76 num_cols = wd;
119 num_cols = wd >> 1;
47 ihevcd_fmt_conv_420sp_to_420p_ssse3(UWORD8 *pu1_y_src, UWORD8 *pu1_uv_src, UWORD8 *pu1_y_dst, UWORD8 *pu1_u_dst, UWORD8 *pu1_v_dst, WORD32 wd, WORD32 ht, WORD32 src_y_strd, WORD32 src_uv_strd, WORD32 dst_y_strd, WORD32 dst_uv_strd, WORD32 is_u_first, WORD32 disable_luma_copy) argument
/external/libopus/silk/fixed/
H A Dfind_LTP_FIX.c70 opus_int32 wd, m_Q12; local
198 wd = 0;
202 wd = silk_ADD32( wd, silk_LSHIFT( silk_SMULWW( silk_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ), d_Q14[ k ] ), 2 ) ); /* Q( 18 - maxRshifts_wxtra ) */
204 m_Q12 = silk_DIV32_varQ( wd, temp32, 12 );
/external/srec/srec/crec/
H A Dtext_parser.c36 const char *wd, *p; local
51 /* wd points to the first char of last word */
52 wd = transcription;
55 for (wd = transcription + tlen - 1; wd > transcription; wd--)
57 if (*wd == ' ')
59 wd++;
64 for (p = wd, q = copy_of_word; ; p++, q++)
87 next_atok = get_arc_for_word_without_slot_annotation(atok, wd, contex
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc265 aura::test::TestWindowDelegate wd; local
267 &wd, -1, gfx::Rect(10, 10, 50, 50)));
271 &wd, -2, gfx::Rect(70, 70, 50, 50)));
337 &wd, -11, gfx::Rect(10, 10, 10, 10), w1.get()));
363 &wd, -1, gfx::Rect(70, 70, 50, 50)));
378 aura::test::TestWindowDelegate wd; local
380 &wd, -1, gfx::Rect(10, 10, 50, 50)));
420 aura::test::TestWindowDelegate wd; local
422 &wd, -1, gfx::Rect(10, 10, 50, 50)));
426 &wd,
610 aura::test::TestWindowDelegate wd; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp95 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local
100 logln(wd[k]);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c201 enum radeon_bo_domain wd,
204 *added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
207 reloc->write_domain |= wd;
257 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
263 update_reloc_domains(reloc, rd, wd, added_domains);
272 update_reloc_domains(reloc, rd, wd, added_domains);
302 reloc->write_domain = wd;
310 *added_domains = rd | wd;
199 update_reloc_domains(struct drm_radeon_cs_reloc *reloc, enum radeon_bo_domain rd, enum radeon_bo_domain wd, enum radeon_bo_domain *added_domains) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_encode.c268 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/fio/engines/
H A Dwindowsaio.c35 struct windowsaio_data *wd; member in struct:thread_ctx
52 struct windowsaio_data *wd; local
55 wd = calloc(1, sizeof(struct windowsaio_data));
56 if (wd == NULL) {
62 wd->aio_events = malloc(td->o.iodepth * sizeof(struct io_u*));
63 if (wd->aio_events == NULL) {
71 wd->iocomplete_event = CreateEvent(NULL, FALSE, FALSE, NULL);
72 if (wd->iocomplete_event == NULL) {
79 if (wd != NULL) {
80 if (wd
91 struct windowsaio_data *wd; local
132 struct windowsaio_data *wd; local
207 struct windowsaio_data *wd; local
254 struct windowsaio_data *wd = td->io_ops->data; local
261 struct windowsaio_data *wd = td->io_ops->data; local
368 struct windowsaio_data *wd; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp96 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local
101 logln(wd[k]);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c201 enum radeon_bo_domain wd,
204 *added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
207 reloc->write_domain |= wd;
257 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
263 update_reloc_domains(reloc, rd, wd, added_domains);
272 update_reloc_domains(reloc, rd, wd, added_domains);
302 reloc->write_domain = wd;
310 *added_domains = rd | wd;
199 update_reloc_domains(struct drm_radeon_cs_reloc *reloc, enum radeon_bo_domain rd, enum radeon_bo_domain wd, enum radeon_bo_domain *added_domains) argument
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc250 int wd = rect.width()<<1; local
256 SDL_memcpy(fb, buf, wd);
286 int wd = rect.width()<<1; local
292 SDL_memcpy(fb, buf, wd);
299 int wd = rect.width(); local
315 w = wd;
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp399 int32_t wd = (day % 7); // Day of week (0 == Monday) local
401 if (wd == 2 || wd == 4 || wd == 6) {
404 wd = (day % 7);
406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) {
412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) {
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp399 int32_t wd = (day % 7); // Day of week (0 == Monday) local
401 if (wd == 2 || wd == 4 || wd == 6) {
404 wd = (day % 7);
406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) {
412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) {
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_neon_intr.c93 * @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;
104 ihevc_weighted_pred_uni_neonintr(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
235 ihevc_weighted_pred_chroma_uni_neonintr(WORD16 *pi2_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 shift, WORD32 lvl_shift, WORD32 ht, WORD32 wd) argument
395 ihevc_weighted_pred_bi_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
560 ihevc_weighted_pred_chroma_bi_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0_cb, WORD32 wgt0_cr, WORD32 off0_cb, WORD32 off0_cr, WORD32 wgt1_cb, WORD32 wgt1_cr, WORD32 off1_cb, WORD32 off1_cr, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
731 ihevc_weighted_pred_bi_default_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
880 ihevc_weighted_pred_chroma_bi_default_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]

Completed in 825 milliseconds

12