Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch58 src/YTable.h | 2 +-
506 --- a/src/YTable.h
507 +++ b/src/YTable.h
527 * Helper class for YTable for table column properties:
/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
1425 YTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (yti < 1 ? 1 : yti > 255 ? 255 : yti); in stbi_write_jpg_core()
1432 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1444 s->func(s->context, (void*)YTable, sizeof(YTable)); 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
1425 YTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (yti < 1 ? 1 : yti > 255 ? 255 : yti); in stbi_write_jpg_core()
1432 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1444 s->func(s->context, (void*)YTable, sizeof(YTable)); in stbi_write_jpg_core()