Searched refs:WEBP_RESCALER_ONE (Results 1 – 7 of 7) sorted by relevance
21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)224 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand()
22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)114 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in WebPRescalerExportRowExpandC()
23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)91 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand()
181 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand()
25 #define ROUNDER (WEBP_RESCALER_ONE >> 1)253 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpandSSE2()
24 #define WEBP_RESCALER_ONE (1ull << WEBP_RESCALER_RFIX) macro
53 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add); in WebPRescalerInit()