Searched defs:ht (Results 1 - 25 of 101) sorted by relevance

12345

/external/libmpeg2/common/
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.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);
/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...]
/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/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...]
H A Dihevc_inter_pred_filters_sse42_intr.c76 * Copies the array of width 'wd' and height 'ht' from the location pointed
95 * @param[in] ht
114 WORD32 ht,
121 ASSERT(ht % 4 == 0); /* checking assumption*/
125 for(row = 0; row < ht; row += 4)
161 for(row = 0; row < ht; row += 4)
204 * Copies the array of width 'wd' and height 'ht' from the location pointed
222 * @param[in] ht
241 WORD32 ht,
248 ASSERT(ht
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...]
/external/libmpeg2/common/x86/
H A Dicv_sad_ssse3.c80 * @param[in] ht
95 WORD32 ht)
103 UNUSED(ht);
105 ASSERT(ht == 4);
90 icv_sad_8x4_ssse3(UWORD8 *pu1_src, UWORD8 *pu1_ref, WORD32 src_strd, WORD32 ref_strd, WORD32 wd, WORD32 ht) argument
H A Dicv_variance_ssse3.c74 * @param[in] ht
84 WORD32 icv_variance_8x4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 ht) argument
97 UNUSED(ht);
100 ASSERT(ht == 4);
/external/libavc/test/encoder/
H A Dpsnr.c100 WORD32 wd, ht, strd1, strd2; local
112 ht = ps_buf1->au4_ht[comp];
167 for(i = 0; i < ht; i++)
180 df_psnr[comp] /= (wd * ht);
H A Drecon.c56 WORD32 wd, ht; local
69 ht = ps_raw_buf->au4_ht[comp];
71 for(i = 0; i < ht; i++)
H A Dinput.c122 WORD32 wd, ht, strd; local
131 ht = ps_raw_buf->au4_ht[0];
135 for(i = 0; i < ht; i++)
155 ht = ps_raw_buf->au4_ht[comp];
159 for(i = 0; i < ht; i++)
177 WORD32 wd, ht, strd; local
186 ht = ps_raw_buf->au4_ht[0];
190 for(i = 0; i < ht; i++)
210 ht = ps_raw_buf->au4_ht[comp];
214 for(i = 0; i < ht;
[all...]
/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...]
/external/libnl/lib/
H A Dhashtable.c31 nl_hash_table_t *ht; local
33 ht = calloc(1, sizeof (*ht));
34 if (!ht)
37 ht->nodes = calloc(size, sizeof (*ht->nodes));
38 if (!ht->nodes) {
39 free(ht);
43 ht->size = size;
45 return ht;
56 nl_hash_table_free(nl_hash_table_t *ht) argument
86 nl_hash_table_lookup(nl_hash_table_t *ht, struct nl_object *obj) argument
117 nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) argument
161 nl_hash_table_del(nl_hash_table_t *ht, struct nl_object *obj) argument
[all...]
/external/mesa3d/src/glsl/
H A Dir_set_program_inouts.cpp53 this->ht = hash_table_ctor(0,
59 hash_table_dtor(this->ht);
70 struct hash_table *ht; member in class:ir_set_program_inouts_visitor
109 if (hash_table_find(this->ht, ir->var) == NULL)
134 var = (ir_variable *)hash_table_find(this->ht, deref_var->var);
158 hash_table_insert(this->ht, ir, ir);
H A Dir_validate.cpp45 this->ht = hash_table_ctor(0, hash_table_pointer_hash,
51 this->data = ht;
56 hash_table_dtor(this->ht);
79 struct hash_table *ht; member in class:ir_validate
92 if (hash_table_find(ht, ir->var) == NULL) {
510 hash_table_insert(ht, ir, ir);
632 struct hash_table *ht = (struct hash_table *) data; local
634 if (hash_table_find(ht, ir)) {
640 hash_table_insert(ht, ir, ir);
H A Dlink_functions.cpp143 struct hash_table *ht = hash_table_ctor(0, hash_table_pointer_hash, local
150 ir_instruction *copy = original->clone(linked, ht);
159 ir_instruction *copy = original->clone(linked, ht);
164 hash_table_dtor(ht);
/external/mesa3d/src/mesa/program/
H A Dhash_table.h73 extern void hash_table_dtor(struct hash_table *ht);
79 * \param ht Table to be cleared of its entries.
81 extern void hash_table_clear(struct hash_table *ht);
87 * \param ht Table to be searched
95 extern void *hash_table_find(struct hash_table *ht, const void *key);
112 extern void hash_table_insert(struct hash_table *ht, void *data,
129 extern bool hash_table_replace(struct hash_table *ht, void *data,
135 extern void hash_table_remove(struct hash_table *ht, const void *key);
185 hash_table_call_foreach(struct hash_table *ht,
212 this->ht
284 struct hash_table *ht; member in struct:string_to_uint_map
[all...]
/external/libavc/encoder/
H A Dih264e_half_pel.c190 WORD32 ht = HP_PL_HT, wd = HP_PL_WD; local
192 for (row = 0; row < ht; row++)
207 for (row = 0; row < ht; row++)
H A Dih264e_mc.c143 UWORD32 wd, ht; local
221 ht = (ps_curr_pu->b4_ht + 1) << 2;
265 i4_pred_strd, ht, wd, NULL,
322 UWORD32 wd, ht; local
360 ht = (ps_curr_pu->b4_ht + 1) << 1;
381 i4_pred_strd, u1_dx, u1_dy, ht, wd);
422 ht = (ps_curr_pu->b4_ht + 1) << 1;
439 u1_dy, ht, wd);
/external/libdrm/amdgpu/
H A Dutil_hash_table.c79 struct util_hash_table *ht; local
81 ht = malloc(sizeof(struct util_hash_table));
82 if(!ht)
85 ht->head = util_hash_create();
86 if(!ht->head) {
87 free(ht);
91 ht->make_hash = hash;
92 ht->compare = compare;
94 return ht;
98 util_hash_table_find_iter(struct util_hash_table *ht, argument
116 util_hash_table_find_item(struct util_hash_table *ht, void *key, unsigned key_hash) argument
134 util_hash_table_set(struct util_hash_table *ht, void *key, void *value) argument
167 util_hash_table_get(struct util_hash_table *ht, void *key) argument
185 util_hash_table_remove(struct util_hash_table *ht, void *key) argument
208 util_hash_table_clear(struct util_hash_table *ht) argument
225 util_hash_table_foreach(struct util_hash_table *ht, void (*callback)(void *key, void *value, void *data), void *data) argument
244 util_hash_table_destroy(struct util_hash_table *ht) argument
[all...]
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
H A Dht_utils.c23 /*ht flag */
24 int ht = -1; local
28 ht = (edx & 0x10000000) >> 28;
30 if (ht == 1 && smp_num_siblings >= 2) {
41 return 1 means ht is not enabled,*/
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; local
66 ht = MALLOC_STRUCT(handle_table);
67 if(!ht)
70 ht->objects = (void **)CALLOC(HANDLE_TABLE_INITIAL_SIZE, sizeof(void *));
71 if(!ht->objects) {
72 FREE(ht);
76 ht->size = HANDLE_TABLE_INITIAL_SIZE;
77 ht->filled = 0;
79 ht->destroy = NULL;
81 return ht;
86 handle_table_set_destroy(struct handle_table *ht, void (*destroy)(void *object)) argument
100 handle_table_resize(struct handle_table *ht, unsigned minimum_size) argument
130 handle_table_clear(struct handle_table *ht, unsigned index) argument
152 handle_table_add(struct handle_table *ht, void *object) argument
190 handle_table_set(struct handle_table *ht, unsigned handle, void *object) argument
220 handle_table_get(struct handle_table *ht, unsigned handle) argument
237 handle_table_remove(struct handle_table *ht, unsigned handle) argument
261 handle_table_get_next_handle(struct handle_table *ht, unsigned handle) argument
276 handle_table_get_first_handle(struct handle_table *ht) argument
283 handle_table_destroy(struct handle_table *ht) argument
[all...]
H A Du_hash_table.c82 struct util_hash_table *ht; local
84 ht = MALLOC_STRUCT(util_hash_table);
85 if(!ht)
88 ht->cso = cso_hash_create();
89 if(!ht->cso) {
90 FREE(ht);
94 ht->hash = hash;
95 ht->compare = compare;
97 return ht;
102 util_hash_table_find_iter(struct util_hash_table *ht, argument
122 util_hash_table_find_item(struct util_hash_table *ht, void *key, unsigned key_hash) argument
142 util_hash_table_set(struct util_hash_table *ht, void *key, void *value) argument
181 util_hash_table_get(struct util_hash_table *ht, void *key) argument
202 util_hash_table_remove(struct util_hash_table *ht, void *key) argument
228 util_hash_table_clear(struct util_hash_table *ht) argument
247 util_hash_table_foreach(struct util_hash_table *ht, enum pipe_error (*callback) (void *key, void *value, void *data), void *data) argument
274 util_hash_table_destroy(struct util_hash_table *ht) argument
[all...]

Completed in 4455 milliseconds

12345