Searched refs:WEBP_RESCALER_ONE (Results 1 - 8 of 8) sorted by relevance

/external/webp/src/utils/
H A Drescaler_utils.h24 #define WEBP_RESCALER_ONE (1ull << WEBP_RESCALER_RFIX) macro
H A Drescaler_utils.c52 // Its value is <= WEBP_RESCALER_ONE, because dst_height <= wrk->y_add, and
55 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add);
57 // When ratio == WEBP_RESCALER_ONE, we can't represent the ratio with the
/external/webp/src/dsp/
H A Drescaler.c22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
116 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);
H A Drescaler_mips_dsp_r2.c21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
224 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);
H A Drescaler_neon.c23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
91 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);
H A Drescaler_mips32.c183 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);
H A Drescaler_sse2.c26 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
254 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);
H A Drescaler_msa.c23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
178 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B);

Completed in 116 milliseconds