Home
last modified time | relevance | path

Searched defs:hev_thresh (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Ddec_mips32.c94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
126 int thresh, int ithresh, int hev_thresh) { in VFilter16()
131 int thresh, int ithresh, int hev_thresh) { in HFilter16()
137 int thresh, int ithresh, int hev_thresh) { in VFilter8()
143 int thresh, int ithresh, int hev_thresh) { in HFilter8()
149 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
155 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
162 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
171 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
Ddec_mips_dsp_r2.c162 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
300 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
429 int thresh, int ithresh, int hev_thresh) { in VFilter16()
434 int thresh, int ithresh, int hev_thresh) { in HFilter16()
440 int thresh, int ithresh, int hev_thresh) { in VFilter8()
446 int thresh, int ithresh, int hev_thresh) { in HFilter8()
453 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
462 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
471 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
477 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
Ddec.c570 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
586 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
602 int thresh, int ithresh, int hev_thresh) { in VFilter16()
607 int thresh, int ithresh, int hev_thresh) { in HFilter16()
613 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
622 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
632 int thresh, int ithresh, int hev_thresh) { in VFilter8()
638 int thresh, int ithresh, int hev_thresh) { in HFilter8()
644 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
650 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
Ddec_sse2.c326 int hev_thresh, __m128i* const not_hev) { in GetNotHEV()
428 const __m128i* const mask, int hev_thresh) { in DoFilter4()
474 const __m128i* const mask, int hev_thresh) { in DoFilter6()
735 int thresh, int ithresh, int hev_thresh) { in VFilter16()
761 int thresh, int ithresh, int hev_thresh) { in HFilter16()
781 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
814 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
843 int thresh, int ithresh, int hev_thresh) { in VFilter8()
868 int thresh, int ithresh, int hev_thresh) { in HFilter8()
888 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
[all …]
Ddec_neon.c665 int hev_thresh) { in NeedsHev()
826 int thresh, int ithresh, int hev_thresh) { in VFilter16()
843 int thresh, int ithresh, int hev_thresh) { in HFilter16()
861 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
885 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
908 int thresh, int ithresh, int hev_thresh) { in VFilter8()
924 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
941 int thresh, int ithresh, int hev_thresh) { in HFilter8()
956 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
/external/webp/src/enc/
Dfilter.c99 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in DoFilter() local
/external/webp/src/dec/
Dframe.c232 const int hev_thresh = f_info->hev_thresh_; in DoFilter() local