/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
D | color_space.inl | 108 tvec3<T, defaultp> const col((T(1) - s) * rgbw); local 111 result[0][0] = col.x + s; 112 result[0][1] = col.x; 113 result[0][2] = col.x; 114 result[1][0] = col.y; 115 result[1][1] = col.y + s; 116 result[1][2] = col.y; 117 result[2][0] = col.z; 118 result[2][1] = col.z; 119 result[2][2] = col.z + s;
|
D | io.inl | 7 #include "../gtc/matrix_access.hpp" // glm::col, glm::row
|
/device/generic/vulkan-cereal/third-party/stb/include/stb/ |
D | stb_image_write.h | 1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local 1491 for(col = 0; col < 8; ++col, ++k) { in stbi_write_jpg_core() 1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core() 1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core() 1541 for(col = x; col < x+16; ++col, ++pos) { in stbi_write_jpg_core() 1543 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core() 1579 for(col = x; col < x+8; ++col, ++pos) { in stbi_write_jpg_core() 1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
|
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local 1491 for(col = 0; col < 8; ++col, ++k) { in stbi_write_jpg_core() 1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core() 1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core() 1541 for(col = x; col < x+16; ++col, ++pos) { in stbi_write_jpg_core() 1543 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core() 1579 for(col = x; col < x+8; ++col, ++pos) { in stbi_write_jpg_core() 1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
D | Xlibint.h | 649 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \ argument 652 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \ 656 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \ 671 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \ argument 675 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \ 682 (col - fs->min_char_or_byte2)]; \
|
/device/generic/goldfish/camera/ |
D | converters.cpp | 93 for (size_t col = width; col > 0; col -= 2, r0 += 2, r1 += 2, y0 += 2, y1 += 2, in rgba2yuv() local
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | FrameBuffer_unittest.cpp | 764 for (uint32_t col = 0; col < mWidth; ++col) { in TEST_F() local 765 uint8_t* pixel = forReadBytes + mWidth * 4 * row + col * 4; in TEST_F()
|
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/ |
D | msm_drm_pp.h | 121 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|
/device/google/coral-kernel/sm8150/kernel-headers/drm/ |
D | msm_drm_pp.h | 121 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/ |
D | msm_drm_pp.h | 205 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/ |
D | msm_drm_pp.h | 205 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/ |
D | msm_drm_pp.h | 213 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/drm/ |
D | msm_drm_pp.h | 123 struct drm_msm_3d_col col[GAMUT_3D_TBL_NUM][GAMUT_3D_MODE17_TBL_SZ]; member
|