HomeSort by relevance Sort by last modified time
    Searched refs:hash_value1 (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/
hash_motion.h 44 int32_t av1_has_exact_match(hash_table *p_hash_table, uint32_t hash_value1,
72 uint32_t *hash_value1, uint32_t *hash_value2,
hash_motion.c 92 // the hash value (hash_value1 consists two parts, the first 3 bits relate to
165 int32_t av1_has_exact_match(hash_table *p_hash_table, uint32_t hash_value1,
167 if (p_hash_table->p_lookup_table[hash_value1] == NULL) {
171 aom_vector_begin(p_hash_table->p_lookup_table[hash_value1]);
172 Iterator last = aom_vector_end(p_hash_table->p_lookup_table[hash_value1]);
328 const uint32_t hash_value1 = (src_hash[0][pos] & crc_mask) + add_value; local
331 hash_table_add_to_table(p_hash_table, hash_value1, &curr_block_hash);
393 uint32_t *hash_value1, uint32_t *hash_value2,
482 *hash_value1 = (x->hash_value_buffer[0][dst_idx][0] & crc_mask) + add_value;
mcomp.c 2420 uint32_t hash_value1, hash_value2; local
    [all...]

Completed in 179 milliseconds