Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c38 uint32_t hbt_qc_hash; member
1154 static int hbt_hash_miss(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument
1179 uint16_t hbt_array_index = hbt_qc_hash % HBT_ARRAY_LENGTH;
1184 .hbt_qc_hash = hbt_qc_hash;
1262 static int hbt_search_match(uint32_t hbt_ctx_hash, uint32_t hbt_qc_hash, argument
1269 int hbt_array_index = hbt_qc_hash % HBT_ARRAY_LENGTH;
1273 .hbt_qc_hash == hbt_qc_hash &&
1281 return hbt_hash_miss(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs,
1345 uint32_t hbt_qc_hash = local
1408 return hbt_search_match(hbt_ctx_hash, hbt_qc_hash, txb_info, txb_costs,