Searched refs:clip_y (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_argb.h | 35 int clip_x, int clip_y, int clip_width, int clip_height, 49 int clip_x, int clip_y, int clip_width, int clip_height,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 708 int clip_x, int clip_y, int clip_width, int clip_height, in ScaleARGB() argument 736 if (clip_y) { in ScaleARGB() 737 int64 clipf = (int64)(clip_y) * dy; in ScaleARGB() 740 dst += clip_y * dst_stride; in ScaleARGB() 816 int clip_x, int clip_y, int clip_width, int clip_height, in ARGBScaleClip() argument 820 clip_x < 0 || clip_y < 0 || in ARGBScaleClip() 823 (clip_y + clip_height) > dst_height) { in ARGBScaleClip() 828 clip_x, clip_y, clip_width, clip_height, filtering); in ARGBScaleClip()
|
/external/webp/src/enc/ |
D | picture_csp.c | 231 static fixed_y_t clip_y(int y) { in clip_y() function 284 tmp[0] = tmp[1] = clip_y(W); in UpdateChroma() 343 out1[k] = clip_y(Filter2(cur_uv[k], prev_uv[k]) + W0); in InterpolateTwoRows() 344 out2[k] = clip_y(Filter2(cur_uv[k], next_uv[k]) + W1); in InterpolateTwoRows() 354 out1[3 * i + k] = clip_y(tmp0 + W0); in InterpolateTwoRows() 355 out2[3 * i + k] = clip_y(tmp1 + W1); in InterpolateTwoRows() 363 out1[3 * i + k] = clip_y(Filter2(cur_uv[off + k], prev_uv[off + k]) + W0); in InterpolateTwoRows() 364 out2[3 * i + k] = clip_y(Filter2(cur_uv[off + k], next_uv[off + k]) + W1); in InterpolateTwoRows() 513 best_y[off] = clip_y(new_y); in PreprocessARGB()
|