Searched refs:RGBA_COM (Results 1 - 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 152 int32_t *mse[RGBA_COM]; 1900 bool CheckQuality(int32_t* mseIn[RGBA_COM], int blockNum, int blockXYZ) 1902 double psnr[RGBA_COM + 1]; 1903 double threshold[RGBA_COM + 1] = { THRESHOLD_R, THRESHOLD_G, THRESHOLD_B, THRESHOLD_A, THRESHOLD_RGB}; 1904 uint64_t mseTotal[RGBA_COM + 1] = { 0, 0, 0, 0, 0}; 1905 for (int i = R_COM; i < RGBA_COM; i++) { 1909 if(i != A_COM) mseTotal[RGBA_COM] += *mse; 1913 for (int i = R_COM; i < RGBA_COM; i++) { 1921 if (mseTotal[RGBA_COM] == 0) { 1922 psnr[RGBA_COM] [all...] |
H A D | astcenc.h | 194 RGBA_COM enumerator 806 int32_t *mse[RGBA_COM],
|
H A D | astcenc_entry.cpp | 834 int32_t *mse[RGBA_COM] in compress_image() 977 int32_t *mseBlock[RGBA_COM] = {nullptr, nullptr, nullptr, nullptr}; in compress_image() 1068 int32_t *mse[RGBA_COM], in astcenc_compress_image()
|
H A D | astcenc_internal.h | 2086 int32_t *mseBlock[RGBA_COM]
|
H A D | astcenc_compress_symbolic.cpp | 1394 int32_t *mseBlock[RGBA_COM] in compress_block()
|
Completed in 11 milliseconds