Home
last modified time | relevance | path

Searched refs:y_sub (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.c30 const int y_add = src_height, y_sub = dst_height; in WebPRescalerInit() local
54 rescaler->y_sub = rescaler->y_expand ? y_sub - 1 : y_sub; in WebPRescalerInit()
55 rescaler->y_accum = rescaler->y_expand ? rescaler->y_sub : rescaler->y_add; in WebPRescalerInit()
72 rescaler->fy_scale = WEBP_RESCALER_FRAC(1, rescaler->y_sub); in WebPRescalerInit()
122 (rescaler->y_accum + rescaler->y_sub - 1) / rescaler->y_sub; in WebPRescaleNeededLines()
146 rescaler->y_accum -= rescaler->y_sub; in WebPRescalerImport()
H A Drescaler_utils.h39 int y_add, y_sub; // vertical increments member
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local
387 y_sub = y0; in ff_blend_rectangle()
389 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle()
543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local
569 y_sub = y0; in ff_blend_mask()
571 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_mips32.c160 assert(wrk->y_sub != 0); in ExportRowExpand_MIPS32()
182 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_MIPS32()
H A Drescaler_mips_dsp_r2.c178 assert(wrk->y_sub != 0); in ExportRowExpand_MIPSdspR2()
223 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_MIPSdspR2()
H A Drescaler.c108 assert(wrk->y_sub != 0); in WebPRescalerExportRowExpand_C()
116 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in WebPRescalerExportRowExpand_C()
H A Drescaler_neon.c75 assert(wrk->y_sub != 0); in RescalerExportRowExpand_NEON()
93 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in RescalerExportRowExpand_NEON()
H A Drescaler_sse2.c237 assert(wrk->y_accum <= 0 && wrk->y_sub + wrk->y_accum >= 0); in RescalerExportRowExpand_SSE2()
251 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in RescalerExportRowExpand_SSE2()
H A Drescaler_msa.c177 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_1()
256 assert(wrk->y_sub != 0); in RescalerExportRowExpand_MIPSdspR2()

Completed in 6 milliseconds