Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp331 int p33 = popcount(a[3] ^ b[3]); in partition_mismatch4() local
333 int mx23 = astc::min(p22 + p33, p23 + p32); in partition_mismatch4()
334 int mx13 = astc::min(p21 + p33, p23 + p31); in partition_mismatch4()
336 int mx03 = astc::min(p20 + p33, p23 + p30); in partition_mismatch4()