/external/webp/src/dsp/ |
D | dec_mips32.c | 94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() argument 97 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop26() 110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() argument 113 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop24() 126 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument 127 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16() 131 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument 132 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16() 137 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument 138 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8() [all …]
|
D | dec_mips_dsp_r2.c | 162 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() argument 292 [ithresh]"r"(ithresh),[vstride]"r"(vstride), [hev_thresh]"r"(hev_thresh), in FilterLoop26() 300 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() argument 420 : [vstride]"r"(vstride), [ithresh]"r"(ithresh), in FilterLoop24() 429 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument 430 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16() 434 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument 435 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16() 440 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument 441 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8() [all …]
|
D | dec.c | 596 int thresh, int ithresh, in FilterLoop26_C() argument 600 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) { in FilterLoop26_C() 613 int thresh, int ithresh, in FilterLoop24_C() argument 617 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) { in FilterLoop24_C() 632 int thresh, int ithresh, int hev_thresh) { in VFilter16_C() argument 633 FilterLoop26_C(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16_C() 637 int thresh, int ithresh, int hev_thresh) { in HFilter16_C() argument 638 FilterLoop26_C(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16_C() 643 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C() argument 647 FilterLoop24_C(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16i_C() [all …]
|
D | dec_sse2.c | 678 int thresh, int ithresh, in ComplexMask_SSE2() argument 680 const __m128i it = _mm_set1_epi8(ithresh); in ComplexMask_SSE2() 690 int thresh, int ithresh, int hev_thresh) { in VFilter16_SSE2() argument 703 ComplexMask_SSE2(&p1, &p0, &q0, &q1, thresh, ithresh, &mask); in VFilter16_SSE2() 716 int thresh, int ithresh, int hev_thresh) { in HFilter16_SSE2() argument 727 ComplexMask_SSE2(&p1, &p0, &q0, &q1, thresh, ithresh, &mask); in HFilter16_SSE2() 736 int thresh, int ithresh, int hev_thresh) { in VFilter16i_SSE2() argument 753 ComplexMask_SSE2(&p1, &p0, &p3, &p2, thresh, ithresh, &mask); in VFilter16i_SSE2() 769 int thresh, int ithresh, int hev_thresh) { in HFilter16i_SSE2() argument 785 ComplexMask_SSE2(&p1, &p0, &p3, &p2, thresh, ithresh, &mask); in HFilter16i_SSE2() [all …]
|
D | dec_neon.c | 690 int ithresh, int thresh) { in NeedsFilter2_NEON() argument 691 const uint8x16_t ithresh_v = vdupq_n_u8((uint8_t)ithresh); in NeedsFilter2_NEON() 838 int thresh, int ithresh, int hev_thresh) { in VFilter16_NEON() argument 843 ithresh, thresh); in VFilter16_NEON() 855 int thresh, int ithresh, int hev_thresh) { in HFilter16_NEON() argument 860 ithresh, thresh); in HFilter16_NEON() 873 int thresh, int ithresh, int hev_thresh) { in VFilter16i_NEON() argument 883 NeedsFilter2_NEON(p3, p2, p1, p0, q0, q1, q2, q3, ithresh, thresh); in VFilter16i_NEON() 897 int thresh, int ithresh, int hev_thresh) { in HFilter16i_NEON() argument 907 NeedsFilter2_NEON(p3, p2, p1, p0, q0, q1, q2, q3, ithresh, thresh); in HFilter16i_NEON() [all …]
|
D | dsp.h | 406 int thresh, int ithresh, int hev_t); 408 int thresh, int ithresh, int hev_t);
|