Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1427 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1433 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1446 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1427 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1433 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1446 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()