Home
last modified time | relevance | path

Searched refs:WEBP_RESCALER_ONE (Results 1 – 8 of 8) 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_MIPSdspR2()
Drescaler.c22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
116 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in WebPRescalerExportRowExpand_C()
Drescaler_neon.c23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
94 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand_NEON()
Drescaler_sse2.c26 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
252 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in RescalerExportRowExpand_SSE2()
Drescaler_mips32.c183 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand_MIPS32()
Drescaler_msa.c23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
178 const uint32_t A = (uint32_t)(WEBP_RESCALER_ONE - B); in ExportRowExpand_1()
/external/webp/src/utils/
Drescaler_utils.h24 #define WEBP_RESCALER_ONE (1ull << WEBP_RESCALER_RFIX) macro
Drescaler_utils.c55 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add); in WebPRescalerInit()