Searched refs:cuv (Results 1 – 2 of 2) sorted by relevance
917 UV cuv = 0;919 const int bits_in_uv = 8 * sizeof(cuv);991 cuv = 0;1101 cuv += PL_bitcount[*(unsigned char*)s++];1108 if (bits & 1) cuv++;1114 if (bits & 128) cuv++;1190 cuv += aint;1207 cuv += auint;1236 cuv += auint;1251 cuv += ashort;[all …]
27 unsigned cuv = 0; in test() local29 const int bits_in_uv = 8 * sizeof(cuv); in test()