Searched defs:hev_thresh (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | dsp_sse2.c | 277 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument 366 const __m128i* mask, int hev_thresh) { in DoFilter4() 413 const __m128i* mask, int hev_thresh) { in DoFilter6() 683 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() 709 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() 729 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() 757 int thresh, int ithresh, int hev_thresh) { in HFilter16iSSE2() 784 int thresh, int ithresh, int hev_thresh) { in VFilter8SSE2() 809 int thresh, int ithresh, int hev_thresh) { in HFilter8SSE2() 829 int thresh, int ithresh, int hev_thresh) { in VFilter8iSSE2() [all …]
|
D | dsp.c | 591 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 605 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 620 int thresh, int ithresh, int hev_thresh) { in VFilter16() 625 int thresh, int ithresh, int hev_thresh) { in HFilter16() 631 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 640 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 650 int thresh, int ithresh, int hev_thresh) { in VFilter8() 656 int thresh, int ithresh, int hev_thresh) { in HFilter8() 662 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 668 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
D | frame.c | 158 const int hev_thresh = in DoFilter() local
|
/external/webp/src/enc/ |
D | filter.c | 136 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 151 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 160 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 169 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 175 int thresh, int ithresh, int hev_thresh) { in HFilter8i() 224 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in DoFilter() local
|