Home
last modified time | relevance | path

Searched refs:fy_scale (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_neon.c70 const uint32_t fy_scale = wrk->fy_scale; in RescalerExportRowExpand_NEON() local
71 const int32x4_t fy_scale_half = MAKE_HALF_CST(fy_scale); in RescalerExportRowExpand_NEON()
89 const int v = (int)MULT_FIX_C(J, fy_scale); in RescalerExportRowExpand_NEON()
112 const int v = (int)MULT_FIX_C(J, fy_scale); in RescalerExportRowExpand_NEON()
126 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_NEON()
A Drescaler_mips_dsp_r2.c35 const int yscale = wrk->fy_scale * (-wrk->y_accum);
176 const int temp7 = (int)wrk->fy_scale; in ExportRowExpand_MIPSdspR2()
221 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_MIPSdspR2()
293 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_MIPSdspR2()
A Drescaler.c111 const int v = (int)MULT_FIX(J, wrk->fy_scale); in WebPRescalerExportRowExpand_C()
122 const int v = (int)MULT_FIX(J, wrk->fy_scale); in WebPRescalerExportRowExpand_C()
135 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrink_C()
A Drescaler_sse2.c263 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
276 const int v = (int)MULT_FIX(J, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
310 const int v = (int)MULT_FIX(J, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
323 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_SSE2()
A Drescaler_mips32.c155 const int temp2 = (int)wrk->fy_scale; in ExportRowExpand_MIPS32()
218 const int yscale = wrk->fy_scale * (-wrk->y_accum);
A Drescaler_msa.c120 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fy_scale); in ExportRowExpand_0()
168 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_0()
183 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fy_scale); in ExportRowExpand_1()
243 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_1()
421 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Drescaler_utils.c65 wrk->fy_scale = WEBP_RESCALER_FRAC(1, wrk->y_sub); in WebPRescalerInit()
67 wrk->fy_scale = WEBP_RESCALER_FRAC(1, wrk->x_add); in WebPRescalerInit()
A Drescaler_utils.h36 uint32_t fy_scale; // '' member

Completed in 10 milliseconds