Searched refs:EXYNOS4_HUFF_TBL_COMP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-regs.h | 339 #define EXYNOS4_HUFF_TBL_COMP(c, n) ((n) << ((((c) - 1) << 1) + 6)) macro 342 EXYNOS4_HUFF_TBL_COMP(1, 0) 344 EXYNOS4_HUFF_TBL_COMP(1, 1) 346 EXYNOS4_HUFF_TBL_COMP(1, 2) 348 EXYNOS4_HUFF_TBL_COMP(1, 3) 351 EXYNOS4_HUFF_TBL_COMP(2, 0) 353 EXYNOS4_HUFF_TBL_COMP(2, 1) 355 EXYNOS4_HUFF_TBL_COMP(2, 2) 357 EXYNOS4_HUFF_TBL_COMP(2, 3) 360 EXYNOS4_HUFF_TBL_COMP(3, 0) [all …]
|