Searched defs:ithresh (Results  1 – 5 of 5) sorted by relevance
| /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 | 596                                        int thresh, int ithresh,  in FilterLoop26_C()613                                        int thresh, int ithresh,  in FilterLoop24_C()
 632                         int thresh, int ithresh, int hev_thresh) {  in VFilter16_C()
 637                         int thresh, int ithresh, int hev_thresh) {  in HFilter16_C()
 643                          int thresh, int ithresh, int hev_thresh) {  in VFilter16i_C()
 654                          int thresh, int ithresh, int hev_thresh) {  in HFilter16i_C()
 666                        int thresh, int ithresh, int hev_thresh) {  in VFilter8_C()
 674                        int thresh, int ithresh, int hev_thresh) {  in HFilter8_C()
 682                         int thresh, int ithresh, int hev_thresh) {  in VFilter8i_C()
 690                         int thresh, int ithresh, int hev_thresh) {  in HFilter8i_C()
 
 | 
| D | dec_sse2.c | 678                                          int thresh, int ithresh,  in ComplexMask_SSE2()690                            int thresh, int ithresh, int hev_thresh) {  in VFilter16_SSE2()
 716                            int thresh, int ithresh, int hev_thresh) {  in HFilter16_SSE2()
 736                             int thresh, int ithresh, int hev_thresh) {  in VFilter16i_SSE2()
 769                             int thresh, int ithresh, int hev_thresh) {  in HFilter16i_SSE2()
 798                           int thresh, int ithresh, int hev_thresh) {  in VFilter8_SSE2()
 823                           int thresh, int ithresh, int hev_thresh) {  in HFilter8_SSE2()
 843                            int thresh, int ithresh, int hev_thresh) {  in VFilter8i_SSE2()
 869                            int thresh, int ithresh, int hev_thresh) {  in HFilter8i_SSE2()
 
 | 
| D | dec_neon.c | 690                                     int ithresh, int thresh) {  in NeedsFilter2_NEON()838                            int thresh, int ithresh, int hev_thresh) {  in VFilter16_NEON()
 855                            int thresh, int ithresh, int hev_thresh) {  in HFilter16_NEON()
 873                             int thresh, int ithresh, int hev_thresh) {  in VFilter16i_NEON()
 897                             int thresh, int ithresh, int hev_thresh) {  in HFilter16i_NEON()
 920                           int thresh, int ithresh, int hev_thresh) {  in VFilter8_NEON()
 936                            int thresh, int ithresh, int hev_thresh) {  in VFilter8i_NEON()
 953                           int thresh, int ithresh, int hev_thresh) {  in HFilter8_NEON()
 968                            int thresh, int ithresh, int hev_thresh) {  in HFilter8i_NEON()
 
 |