HomeSort by relevance Sort by last modified time
    Searched refs:clip_y (Results 1 - 10 of 10) sorted by null

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
scale_argb.h 36 int clip_x, int clip_y, int clip_width, int clip_height,
50 int clip_x, int clip_y, int clip_width, int clip_height,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_argb.h 44 int clip_y,
66 int clip_y,
  /external/libyuv/files/include/libyuv/
scale_argb.h 44 int clip_y,
66 int clip_y,
  /external/webp/src/dsp/
yuv.c 199 static uint16_t clip_y(int v) { function
210 dst[i] = clip_y(new_y);
231 out[2 * i + 0] = clip_y(best_y[2 * i + 0] + v0);
232 out[2 * i + 1] = clip_y(best_y[2 * i + 1] + v1);
yuv_sse2.c 753 static uint16_t clip_y(int v) { function
785 dst[i] = clip_y(new_y);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 829 int clip_y,
858 if (clip_y) {
859 int64_t clipf = (int64_t)(clip_y)*dy;
862 dst += clip_y * dst_stride;
934 int clip_y,
939 dst_width <= 0 || dst_height <= 0 || clip_x < 0 || clip_y < 0 ||
942 (clip_y + clip_height) > dst_height) {
946 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, clip_width,
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 811 int clip_y,
840 if (clip_y) {
841 int64 clipf = (int64)(clip_y)*dy;
844 dst += clip_y * dst_stride;
916 int clip_y,
921 dst_width <= 0 || dst_height <= 0 || clip_x < 0 || clip_y < 0 ||
924 (clip_y + clip_height) > dst_height) {
928 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, clip_width,
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
scale_argb.cc 708 int clip_x, int clip_y, int clip_width, int clip_height,
736 if (clip_y) {
737 int64 clipf = (int64)(clip_y) * dy;
740 dst += clip_y * dst_stride;
816 int clip_x, int clip_y, int clip_width, int clip_height,
820 clip_x < 0 || clip_y < 0 ||
823 (clip_y + clip_height) > dst_height) {
828 clip_x, clip_y, clip_width, clip_height, filtering);
  /external/libyuv/files/unit_test/
scale_argb_test.cc 329 int clip_y,
339 dst_stride_argb, dst_width, dst_height, clip_x, clip_y,
  /external/webp/src/enc/
picture_csp_enc.c 257 static fixed_y_t clip_y(int y) { function
318 return clip_y(v0 + W0);
    [all...]

Completed in 701 milliseconds