Searched refs:ht (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/external/libavc/common/
H A Dih264_padding.c158 * @param[in] ht
172 WORD32 ht,
177 for(row = 0; row < ht; row++)
200 * @param[in] ht
214 WORD32 ht,
227 for(row = 0; row < ht; row++)
254 * @param[in] ht
268 WORD32 ht,
273 for(row = 0; row < ht; row++)
295 * @param[in] ht
170 ih264_pad_left_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
212 ih264_pad_left_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
266 ih264_pad_right_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
307 ih264_pad_right_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
H A Dih264_weighted_pred.c63 /* two ht x wd blocks, calculates their rounded-average and */
64 /* stores it in the destination block. (ht,wd) can be */
73 /* ht - height of the block */
91 WORD32 ht,
100 for(i = 0; i < ht; i++)
118 /* two ht x wd blocks, calculates their rounded-average and */
119 /* stores it in the destination block. (ht,wd) can be */
128 /* ht - height of the block */
146 WORD32 ht,
157 for(i = 0; i < ht;
85 ih264_default_weighted_pred_luma(UWORD8 *pu1_src1, UWORD8 *pu1_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 ht, WORD32 wd) argument
140 ih264_default_weighted_pred_chroma(UWORD8 *pu1_src1, UWORD8 *pu1_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 ht, WORD32 wd) argument
199 ih264_weighted_pred_luma(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
273 ih264_weighted_pred_chroma(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
366 ih264_weighted_bi_pred_luma(UWORD8 *pu1_src1, UWORD8 *pu1_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 log_wd, WORD32 wt1, WORD32 wt2, WORD32 ofst1, WORD32 ofst2, WORD32 ht, WORD32 wd) argument
442 ih264_weighted_bi_pred_chroma(UWORD8 *pu1_src1, UWORD8 *pu1_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 log_wd, WORD32 wt1, WORD32 wt2, WORD32 ofst1, WORD32 ofst2, WORD32 ht, WORD32 wd) argument
[all...]
H A Dih264_weighted_pred.h77 WORD32 ht,
87 WORD32 ht,
101 WORD32 ht,
/external/libavc/common/x86/
H A Dih264_padding_ssse3.c69 * @param[in] ht
78 * @param[in] ht
94 WORD32 ht,
103 for(row = 0; row < ht; row++)
136 * @param[in] ht
145 * @param[in] ht
161 WORD32 ht,
169 for(row = 0; row < ht; row++)
202 * @param[in] ht
211 * @param[in] ht
92 ih264_pad_left_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
159 ih264_pad_left_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
225 ih264_pad_right_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
292 ih264_pad_right_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
/external/mesa3d/src/util/tests/hash_table/
H A Drandom_entry.c54 struct hash_table *ht; local
63 ht = _mesa_hash_table_create(NULL, key_value, uint32_t_key_equals);
68 _mesa_hash_table_insert(ht, keys + i, NULL);
72 entry = _mesa_hash_table_random_entry(ht, NULL);
79 entry = _mesa_hash_table_random_entry(ht, uint32_t_key_is_even);
88 _mesa_hash_table_destroy(ht, NULL);
/external/libhevc/common/
H A Dihevc_padding.c66 * @param[in] ht
75 * @param[in] ht
91 WORD32 ht,
100 memcpy(pu1_src + (ht + row - 1) * src_strd,
101 pu1_src + (ht - 1) * src_strd, wd);
120 * @param[in] ht
129 * @param[in] ht
145 WORD32 ht,
157 for(row = 0; row < ht; row++)
187 * @param[in] ht
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
377 ihevc_pad_left_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
433 ihevc_pad_left_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
498 ihevc_pad_right_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
554 ihevc_pad_right_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
H A Dihevc_sao.c80 WORD32 ht)
88 for(row = 0; row < ht; row++)
95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
108 for(row = 0; row < ht; row++)
134 WORD32 ht)
143 for(row = 0; row < ht; row++)
152 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
168 for(row = 0; row < ht; row++)
196 WORD32 ht)
212 for(row = 0; row < ht; ro
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...]
H A Dihevc_padding.h44 WORD32 ht,
51 WORD32 ht,
58 WORD32 ht,
65 WORD32 ht,
72 WORD32 ht,
79 WORD32 ht,
105 WORD32 ht,
110 WORD32 ht,
115 WORD32 ht,
120 WORD32 ht,
[all...]
H A Dihevc_inter_pred_filters.c75 * Copies the array of width 'wd' and height 'ht' from the location pointed
93 * @param[in] ht
113 WORD32 ht,
118 for(row = 0; row < ht; row++)
156 * @param[in] ht
175 WORD32 ht,
181 for(row = 0; row < ht; row++)
228 * @param[in] ht
248 WORD32 ht,
254 for(row = 0; row < ht; ro
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_sao.h60 WORD32 ht);
70 WORD32 ht,
83 WORD32 ht);
95 WORD32 ht,
108 WORD32 ht);
120 WORD32 ht,
134 WORD32 ht);
147 WORD32 ht,
160 WORD32 ht);
172 WORD32 ht,
[all...]
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_lower_uniforms.c48 add_uniform(struct hash_table *ht, struct qreg reg) argument
53 entry = _mesa_hash_table_search(ht, key);
57 _mesa_hash_table_insert(ht, key, (void *)(uintptr_t)1);
62 remove_uniform(struct hash_table *ht, struct qreg reg) argument
67 entry = _mesa_hash_table_search(ht, key);
71 _mesa_hash_table_remove(ht, entry);
114 struct hash_table *ht = local
119 * ht.
129 add_uniform(ht, inst->src[i]);
133 while (ht
[all...]
/external/python/cpython3/Modules/
H A Dhashtable.h75 typedef Py_uhash_t (*_Py_hashtable_hash_func) (struct _Py_hashtable_t *ht,
77 typedef int (*_Py_hashtable_compare_func) (struct _Py_hashtable_t *ht,
106 struct _Py_hashtable_t *ht,
111 _Py_hashtable_t *ht,
129 PyAPI_FUNC(void) _Py_hashtable_destroy(_Py_hashtable_t *ht); variable
134 PyAPI_FUNC(void) _Py_hashtable_clear(_Py_hashtable_t *ht); variable
136 typedef int (*_Py_hashtable_foreach_func) (_Py_hashtable_t *ht,
144 _Py_hashtable_t *ht,
148 PyAPI_FUNC(size_t) _Py_hashtable_size(_Py_hashtable_t *ht); variable
156 _Py_hashtable_t *ht,
[all...]
/external/libmpeg2/common/
H A Dicv_sad.c79 * @param[in] ht
94 WORD32 ht)
100 UNUSED(ht);
103 ASSERT(ht == 4);
89 icv_sad_8x4(UWORD8 *pu1_src, UWORD8 *pu1_ref, WORD32 src_strd, WORD32 ref_strd, WORD32 wd, WORD32 ht) argument
H A Dicv_variance.c74 * @param[in] ht
84 WORD32 icv_variance_8x4(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 ht) argument
93 UNUSED(ht);
96 ASSERT(ht == 4);
H A Dideint_debug.c96 WORD32 wd, ht, strd; local
99 ht = ps_pic->ai4_ht[i];
103 for (j = 0; j < ht; j++)
H A Dicv_sad.h46 WORD32 ht);
/external/libhevc/common/x86/
H A Dihevc_padding_ssse3_intr.c68 * @param[in] ht
77 * @param[in] ht
93 WORD32 ht,
105 for(row = 0; row < ht; row++)
139 * @param[in] ht
148 * @param[in] ht
164 WORD32 ht,
176 for(row = 0; row < ht; row++)
211 * @param[in] ht
220 * @param[in] ht
91 ihevc_pad_left_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
162 ihevc_pad_left_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
234 ihevc_pad_right_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
304 ihevc_pad_right_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dopt_constant_variable.cpp57 struct hash_table *ht; member in class:__anon15888::ir_constant_variable_visitor
63 get_assignment_entry(ir_variable *var, struct hash_table *ht) argument
65 struct hash_entry *hte = _mesa_hash_table_search(ht, var);
73 _mesa_hash_table_insert(ht, var, entry);
82 struct assignment_entry *entry = get_assignment_entry(ir, this->ht);
101 entry = get_assignment_entry(ir->lhs->variable_referenced(), this->ht);
162 entry = get_assignment_entry(var, this->ht);
173 entry = get_assignment_entry(var, this->ht);
189 v.ht = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
194 hash_table_foreach(v.ht, ht
[all...]
H A Dir_variable_refcount.cpp41 this->ht = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
64 _mesa_hash_table_destroy(this->ht, free_entry);
82 struct hash_entry *e = _mesa_hash_table_search(this->ht, var);
88 _mesa_hash_table_insert(this->ht, var, entry);
/external/libavc/decoder/
H A Dih264d_format_conv.h70 WORD32 ht,
83 WORD32 ht,
94 WORD32 ht,
104 WORD32 ht,
/external/libhevc/decoder/
H A Dihevcd_fmt_conv.h50 WORD32 ht,
60 WORD32 ht,
72 WORD32 ht,
83 WORD32 ht,
/external/mesa3d/src/mesa/main/
H A Dhash.c59 struct hash_table *ht; member in struct:_mesa_HashTable
122 table->ht = _mesa_hash_table_create(NULL, uint_key_hash,
124 if (table->ht == NULL) {
130 _mesa_hash_table_set_deleted_key(table->ht, uint_key(DELETED_KEY_VALUE));
159 if (_mesa_hash_table_next_entry(table->ht, NULL) != NULL) {
163 _mesa_hash_table_destroy(table->ht, NULL);
186 entry = _mesa_hash_table_search(table->ht, uint_key(key));
277 entry = _mesa_hash_table_search_pre_hashed(table->ht, hash, uint_key(key));
281 _mesa_hash_table_insert_pre_hashed(table->ht, hash, uint_key(key), data);
350 entry = _mesa_hash_table_search(table->ht, uint_ke
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLooperTest.java69 HandlerThread ht = new HandlerThread("test1");
70 ht.start();
71 Looper looper = ht.getLooper();
88 HandlerThread ht = new HandlerThread("test1");
89 ht.start();
90 Looper looper = ht.getLooper();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLooperTest.java38 HandlerThread ht = new HandlerThread(testName.getMethodName());
39 ht.start();
40 return ht;
77 HandlerThread ht = getHandlerThread();
78 assertThat(ht.getLooper()).isNotSameAs(Looper.getMainLooper());
140 HandlerThread ht = getHandlerThread();
141 Looper looper = ht.getLooper();
160 HandlerThread ht = getHandlerThread();
161 Looper looper = ht.getLooper();
185 HandlerThread ht
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c75 struct hash_table *ht; member in struct:_mesa_symbol_table
97 struct hash_entry *hte = _mesa_hash_table_search(table->ht,
106 _mesa_hash_table_remove(table->ht, hte);
134 struct hash_entry *entry = _mesa_hash_table_search(table->ht, name);
209 _mesa_hash_table_insert(table->ht, new_sym->name, new_sym);
280 _mesa_hash_table_insert(table->ht, sym->name, sym);
293 table->ht = _mesa_hash_table_create(NULL, _mesa_key_hash_string,
310 _mesa_hash_table_destroy(table->ht, NULL);

Completed in 582 milliseconds

1234567891011>>