Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp118 vfloat anglesum_x = vfloat::zero(); in compute_angular_offsets() local
124 anglesum_x += loada(cos_table[isample] + i); in compute_angular_offsets()
128 vfloat angle = atan2(anglesum_y, anglesum_x); in compute_angular_offsets()

Completed in 2 milliseconds