Home
last modified time | relevance | path

Searched defs:p10 (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp278 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch3() local
318 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch4() local
Dtinyexr.h8081 unsigned short *p10 = px + oy1; in wav2Encode() local
8106 unsigned short *p10 = px + oy1; in wav2Encode() local
8200 unsigned short *p10 = px + oy1; in wav2Decode() local
8225 unsigned short *p10 = px + oy1; in wav2Decode() local
/device/generic/goldfish/camera/
Dconverters.cpp121 const uint32_t p10 = r1[0]; in rgba2yuv() local
/device/generic/goldfish/gnss/
DGnssHwListener.cpp55 double convertDMMF(const int dmm, const int f, int p10) { in convertDMMF()