Searched refs:WEBP_RESCALER_ONE (Results 1 – 8 of 8) sorted by relevance
21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)227 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand_MIPSdspR2()
22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)117 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in WebPRescalerExportRowExpand_C()
23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)95 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand_NEON()
183 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand_MIPS32()
26 #define ROUNDER (WEBP_RESCALER_ONE >> 1)282 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand_SSE2()
23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)179 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand_1()
24 #define WEBP_RESCALER_ONE (1ull << WEBP_RESCALER_RFIX) macro
55 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add); in WebPRescalerInit()
Completed in 10 milliseconds