Home
last modified time | relevance | path

Searched defs:thresh (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_mips32.c69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
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()
182 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
[all …]
A Dquant.h29 int thresh) { in IsFlat()
54 int thresh) { in IsFlat()
A Ddec_mips_dsp_r2.c429 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()
487 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
556 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
[all …]
A Ddec.c553 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C()
563 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_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()
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()
[all …]
A Ddec_sse2.c361 int thresh) { in DoFilter2_SSE2()
593 static void SimpleVFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_SSE2()
607 static void SimpleHFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_SSE2()
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()
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()
[all …]
A Ddec_neon.c429 int thresh) { in NeedsFilter_NEON()
513 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
523 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
604 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
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()
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()
[all …]
A Ddec_msa.c345 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter16() local
369 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter16() local
421 int b_limit, int limit, int thresh) { in VFilterHorEdge16i()
436 int b_limit, int limit, int thresh) { in VFilter16i()
443 int b_limit, int limit, int thresh) { in HFilterVertEdge16i()
473 int b_limit, int limit, int thresh) { in HFilter16i()
490 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8() local
535 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8() local
567 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8i() local
598 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8i() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c188 const double thresh = 0.018053968510807; in InitGammaTablesS() local
A Dquant_enc.c607 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; in TrellisQuantizeBlock() local

Completed in 37 milliseconds