Home
last modified time | relevance | path

Searched refs:WEBP_RESCALER_ONE (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips_dsp_r2.c21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
224 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand()
Drescaler.c22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
114 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in WebPRescalerExportRowExpandC()
Drescaler_neon.c23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
91 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand()
Drescaler_mips32.c181 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand()
Drescaler_sse2.c25 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
253 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpandSSE2()
/external/webp/src/utils/
Drescaler.h24 #define WEBP_RESCALER_ONE (1ull << WEBP_RESCALER_RFIX) macro
Drescaler.c53 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add); in WebPRescalerInit()