Searched refs:hbt_ctx_hash (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 39 uint32_t hbt_ctx_hash; member 1154 static int hbt_hash_miss(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument 1178 uint16_t hbt_table_index = hbt_ctx_hash % HBT_TABLE_SIZE; 1186 .hbt_ctx_hash = hbt_ctx_hash; 1262 static int hbt_search_match(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument 1270 int hbt_table_index = hbt_ctx_hash % HBT_TABLE_SIZE; 1275 .hbt_ctx_hash == hbt_ctx_hash && 1281 return hbt_hash_miss(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs, 1404 uint32_t hbt_ctx_hash = local 1408 return hbt_search_match(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs,
|