Home
last modified time | relevance | path

Searched refs:hbt_ctx_hash (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.c38 uint32_t hbt_ctx_hash; member
1039 static int hbt_hash_miss(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument
1063 uint16_t hbt_table_index = hbt_ctx_hash % HBT_TABLE_SIZE;
1071 .hbt_ctx_hash = hbt_ctx_hash;
1147 static int hbt_search_match(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument
1155 int hbt_table_index = hbt_ctx_hash % HBT_TABLE_SIZE;
1160 .hbt_ctx_hash == hbt_ctx_hash &&
1166 return hbt_hash_miss(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs,
1289 uint32_t hbt_ctx_hash = local
1293 return hbt_search_match(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs,