Home
last modified time | relevance | path

Searched refs:y_add (Results 1 - 4 of 4) 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
53 rescaler->y_add = rescaler->y_expand ? y_add - 1 : y_add; in WebPRescalerInit()
55 rescaler->y_accum = rescaler->y_expand ? rescaler->y_sub : rescaler->y_add; in WebPRescalerInit()
57 // This is WEBP_RESCALER_FRAC(dst_height, x_add * y_add) without the cast. in WebPRescalerInit()
58 // Its value is <= WEBP_RESCALER_ONE, because dst_height <= rescaler->y_add in WebPRescalerInit()
61 const uint64_t den = (uint64_t)rescaler->x_add * rescaler->y_add; in WebPRescalerInit()
66 // rescaler->y_add (which == src_height), and rescaler->x_add == 1. in WebPRescalerInit()
H A Drescaler_utils.h39 int y_add, y_sub; // vertical increments member
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c548 const vec_s32 y_add = vec_splats(1 << 21); in yuv2rgb_full_X_vsx_template() local
636 vy32_l = vec_add(vy32_l, y_add); in yuv2rgb_full_X_vsx_template()
637 vy32_r = vec_add(vy32_r, y_add); in yuv2rgb_full_X_vsx_template()
706 const vec_s32 y_add = vec_splats(1 << 21); in yuv2rgb_full_2_vsx_template() local
776 vy32_l = vec_add(vy32_l, y_add); in yuv2rgb_full_2_vsx_template()
777 vy32_r = vec_add(vy32_r, y_add); in yuv2rgb_full_2_vsx_template()
828 const vec_s32 y_add = vec_splats(1 << 21); in yuv2rgb_2_vsx_template() local
906 vy32_l = vec_add(vy32_l, y_add); in yuv2rgb_2_vsx_template()
907 vy32_r = vec_add(vy32_r, y_add); in yuv2rgb_2_vsx_template()
944 vy32_l = vec_add(vy32_l, y_add); in yuv2rgb_2_vsx_template()
994 const vec_s32 y_add = vec_splats(1 << 21); yuv2rgb_full_1_vsx_template() local
1124 const vec_s32 y_add = vec_splats(1 << 21); yuv2rgb_1_vsx_template() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler.c186 wrk->y_accum += wrk->y_add; in WebPRescalerExportRow()

Completed in 5 milliseconds