Home
last modified time | relevance | path

Searched refs:v_hdist_adjustment (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c27737 uint32_t v_hdist_adjustment = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
27775 v_hdist_adjustment = ((uint32_t)(((self->private_impl.f_transformed_history_count - (a_dst ? a_dst->meta.pos : 0)) & 4294967295))); in wuffs_deflate__decoder__decode_huffman_bmi2()
27866 v_hdist += v_hdist_adjustment; in wuffs_deflate__decoder__decode_huffman_bmi2()
27950 uint32_t v_hdist_adjustment = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
27988 v_hdist_adjustment = ((uint32_t)(((self->private_impl.f_transformed_history_count - (a_dst ? a_dst->meta.pos : 0)) & 4294967295))); in wuffs_deflate__decoder__decode_huffman_fast32()
28131 v_hdist += v_hdist_adjustment; in wuffs_deflate__decoder__decode_huffman_fast32()
28214 uint32_t v_hdist_adjustment = 0; in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
28252 v_hdist_adjustment = ((uint32_t)(((self->private_impl.f_transformed_history_count - (a_dst ? a_dst->meta.pos : 0)) & 4294967295))); in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
28343 v_hdist += v_hdist_adjustment; in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
[all...]

Completed in 45 milliseconds