Searched refs:y_sub (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | rescaler_utils.c | 30 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 D | rescaler_utils.h | 39 int y_add, y_sub; // vertical increments member
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 362 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 D | rescaler_mips32.c | 160 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 D | rescaler_mips_dsp_r2.c | 178 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 D | rescaler.c | 108 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 D | rescaler_neon.c | 75 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 D | rescaler_sse2.c | 237 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 D | rescaler_msa.c | 177 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 9 milliseconds