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

  /external/chromium_org/third_party/libwebp/enc/
filter.c 139 int thresh, int ithresh, int hev_thresh) {
142 if (hev(p, hstride, hev_thresh)) {
154 int thresh, int ithresh, int hev_thresh) {
158 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
163 int thresh, int ithresh, int hev_thresh) {
167 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
172 int thresh, int ithresh, int hev_thresh) {
173 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
174 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
178 int thresh, int ithresh, int hev_thresh) {
227 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; local
    [all...]
  /external/webp/src/enc/
filter.c 139 int thresh, int ithresh, int hev_thresh) {
142 if (hev(p, hstride, hev_thresh)) {
154 int thresh, int ithresh, int hev_thresh) {
158 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
163 int thresh, int ithresh, int hev_thresh) {
167 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
172 int thresh, int ithresh, int hev_thresh) {
173 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
174 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
178 int thresh, int ithresh, int hev_thresh) {
227 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 596 int thresh, int ithresh, int hev_thresh) {
599 if (hev(p, hstride, hev_thresh)) {
611 int thresh, int ithresh, int hev_thresh) {
614 if (hev(p, hstride, hev_thresh)) {
626 int thresh, int ithresh, int hev_thresh) {
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
631 int thresh, int ithresh, int hev_thresh) {
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
637 int thresh, int ithresh, int hev_thresh) {
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
    [all...]
dec_sse2.c 281 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \
286 const __m128i h = _mm_set1_epi8(hev_thresh); \
371 const __m128i* mask, int hev_thresh) {
377 GET_NOTHEV(*p1, *p0, *q0, *q1, hev_thresh, not_hev);
418 const __m128i* mask, int hev_thresh) {
423 GET_NOTHEV(*p1, *p0, *q0, *q1, hev_thresh, not_hev);
690 int thresh, int ithresh, int hev_thresh) {
704 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
716 int thresh, int ithresh, int hev_thresh) {
728 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
    [all...]
  /external/webp/src/dsp/
dec.c 596 int thresh, int ithresh, int hev_thresh) {
599 if (hev(p, hstride, hev_thresh)) {
611 int thresh, int ithresh, int hev_thresh) {
614 if (hev(p, hstride, hev_thresh)) {
626 int thresh, int ithresh, int hev_thresh) {
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
631 int thresh, int ithresh, int hev_thresh) {
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
637 int thresh, int ithresh, int hev_thresh) {
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
    [all...]
dec_sse2.c 281 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \
286 const __m128i h = _mm_set1_epi8(hev_thresh); \
371 const __m128i* mask, int hev_thresh) {
377 GET_NOTHEV(*p1, *p0, *q0, *q1, hev_thresh, not_hev);
418 const __m128i* mask, int hev_thresh) {
423 GET_NOTHEV(*p1, *p0, *q0, *q1, hev_thresh, not_hev);
690 int thresh, int ithresh, int hev_thresh) {
704 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
716 int thresh, int ithresh, int hev_thresh) {
728 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 70 const int hev_thresh = local
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
  /external/webp/src/dec/
frame.c 70 const int hev_thresh = local
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);

Completed in 106 milliseconds