/external/webp/src/dsp/ |
D | dec_mips32.c | 94 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()
|
D | dec_mips_dsp_r2.c | 162 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()
|
D | dec.c | 570 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()
|
D | dec_sse2.c | 326 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 …]
|
D | dec_neon.c | 665 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/ |
D | filter.c | 99 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in DoFilter() local
|
/external/webp/src/dec/ |
D | frame.c | 232 const int hev_thresh = f_info->hev_thresh_; in DoFilter() local
|