FilterLoop24      659 third_party/libwebp/dsp/dec.c     FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
FilterLoop24      668 third_party/libwebp/dsp/dec.c     FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
FilterLoop24      687 third_party/libwebp/dsp/dec.c   FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
FilterLoop24      688 third_party/libwebp/dsp/dec.c   FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
FilterLoop24      693 third_party/libwebp/dsp/dec.c   FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
FilterLoop24      694 third_party/libwebp/dsp/dec.c   FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
FilterLoop24      203 third_party/libwebp/enc/filter.c     FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
FilterLoop24      212 third_party/libwebp/enc/filter.c     FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
FilterLoop24      218 third_party/libwebp/enc/filter.c   FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
FilterLoop24      219 third_party/libwebp/enc/filter.c   FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
FilterLoop24      224 third_party/libwebp/enc/filter.c   FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
FilterLoop24      225 third_party/libwebp/enc/filter.c   FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);