Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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()
111 const int v = (int)MULT_FIX_C(J, fy_scale); in RescalerExportRowExpand_NEON()
124 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_NEON()
Drescaler_mips_dsp_r2.c35 const int yscale = wrk->fy_scale * (-wrk->y_accum);
174 const int temp7 = (int)wrk->fy_scale; in ExportRowExpand_MIPSdspR2()
219 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_MIPSdspR2()
290 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_MIPSdspR2()
Drescaler.c111 const int v = (int)MULT_FIX(J, wrk->fy_scale); in WebPRescalerExportRowExpand_C()
121 const int v = (int)MULT_FIX(J, wrk->fy_scale); in WebPRescalerExportRowExpand_C()
133 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrink_C()
Drescaler_sse2.c234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
247 const int v = (int)MULT_FIX(J, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
280 const int v = (int)MULT_FIX(J, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
292 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_SSE2()
Drescaler_mips32.c155 const int temp2 = (int)wrk->fy_scale; in ExportRowExpand_MIPS32()
218 const int yscale = wrk->fy_scale * (-wrk->y_accum);
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()
182 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fy_scale); in ExportRowExpand_1()
242 const int v = (int)MULT_FIX(J, wrk->fy_scale); in ExportRowExpand_1()
417 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum);
/external/webp/src/utils/
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()
Drescaler_utils.h36 uint32_t fy_scale; // '' member