/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | loopfilter.c | 48 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() 61 static INLINE int8_t flat_mask5(uint8_t thresh, uint8_t p4, uint8_t p3, in flat_mask5() 72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 80 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() 113 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_4_c() 139 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_4_c() 162 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() 183 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_8_c() 212 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_8_c() 235 static INLINE void filter16(int8_t mask, uint8_t thresh, int8_t flat, in filter16() [all …]
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | dec_mips32.c | 69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 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() [all …]
|
H A D | dec_mips_dsp_r2.c | 160 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 298 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 427 int thresh, int ithresh, int hev_thresh) { in VFilter16() 432 int thresh, int ithresh, int hev_thresh) { in HFilter16() 438 int thresh, int ithresh, int hev_thresh) { in VFilter8() 444 int thresh, int ithresh, int hev_thresh) { in HFilter8() 451 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 460 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 469 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 475 int thresh, int ithresh, int hev_thresh) { in HFilter8i() [all …]
|
H A D | dec.c | 522 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev() 552 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C() 562 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_C() 572 static void SimpleVFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_C() 580 static void SimpleHFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_C() 595 int thresh, int ithresh, in FilterLoop26_C() 612 int thresh, int ithresh, in FilterLoop24_C() 631 int thresh, int ithresh, int hev_thresh) { in VFilter16_C() 636 int thresh, int ithresh, int hev_thresh) { in HFilter16_C() 642 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C() [all …]
|
H A D | dec_sse2.c | 338 int thresh, __m128i* const mask) { in NeedsFilter_SSE2() 359 int thresh) { in DoFilter2_SSE2() 591 static void SimpleVFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_SSE2() 605 static void SimpleHFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_SSE2() 615 static void SimpleVFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_SSE2() 623 static void SimpleHFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_SSE2() 676 int thresh, int ithresh, in ComplexMask_SSE2() 688 int thresh, int ithresh, int hev_thresh) { in VFilter16_SSE2() 714 int thresh, int ithresh, int hev_thresh) { in HFilter16_SSE2() 734 int thresh, int ithresh, int hev_thresh) { in VFilter16i_SSE2() [all …]
|
H A D | dec_neon.c | 429 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() 567 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 595 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument 604 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON() 625 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON() 656 static void SimpleVFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_NEON() 664 static void SimpleHFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_NEON() 690 int ithresh, int thresh) { in NeedsFilter2_NEON() [all …]
|
H A D | dec_msa.c | 343 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter16() local 367 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter16() local 419 int b_limit, int limit, int thresh) { in VFilterHorEdge16i() 434 int b_limit, int limit, int thresh) { in VFilter16i() 441 int b_limit, int limit, int thresh) { in HFilterVertEdge16i() 471 int b_limit, int limit, int thresh) { in HFilter16i() 488 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8() local 533 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8() local 565 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8i() local 596 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8i() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | loopfilter.c | 71 static inline int8_t flat_mask3_chroma(uint8_t thresh, uint8_t p2, uint8_t p1, in flat_mask3_chroma() 82 static inline int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() 96 static inline int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 104 static inline void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() 138 const uint8_t *thresh) { in aom_lpf_horizontal_4_c() 171 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_4_c() 202 static inline void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6() 219 static inline void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() 240 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_6_c() 277 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_8_c() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | loopfilter_neon.c | 152 const uint8_t limit, const uint8_t thresh) { in lpf_14_neon() 337 const uint8_t limit, const uint8_t thresh) { in lpf_8_neon() 452 const uint8_t thresh) { in lpf_6_neon() 557 const uint8_t limit, const uint8_t thresh) { in lpf_4_neon() 619 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_14_neon() 708 const uint8_t *thresh) { in aom_lpf_vertical_14_quad_neon() 716 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_8_neon() 767 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_8_quad_neon() 775 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_6_neon() 826 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_6_quad_neon() [all …]
|
H A D | highbd_loopfilter_neon.c | 34 const uint16_t thresh) { in hev() 228 const uint8_t *thresh, int bd) { in aom_highbd_lpf_horizontal_4_neon() 291 const uint8_t *thresh, int bd) { in aom_highbd_lpf_vertical_4_neon() 413 const uint8_t *thresh, int bd) { in aom_highbd_lpf_horizontal_6_neon() 496 const uint8_t *thresh, int bd) { in aom_highbd_lpf_vertical_6_neon() 656 const uint8_t *thresh, int bd) { in aom_highbd_lpf_horizontal_8_neon() 751 const uint8_t *thresh, int bd) { in aom_highbd_lpf_vertical_8_neon() 940 const uint8_t *thresh, int bd) { in aom_highbd_lpf_horizontal_14_neon() 1109 const uint8_t *thresh, int bd) { in aom_highbd_lpf_vertical_14_neon()
|
/aosp_15_r20/external/libvpx/vp8/common/mips/dspr2/ |
H A D | vp8_loopfilter_filters_dspr2.c | 34 uint32_t thresh, uint32_t *hev, uint32_t *mask) { in vp8_filter_mask_vec_mips() 304 unsigned int thresh, int count) { in vp8_loop_filter_horizontal_edge_mips() 497 unsigned int thresh, int count) { in vp8_loop_filter_uvhorizontal_edge_mips() 603 const unsigned int thresh, int count) { in vp8_loop_filter_vertical_edge_mips() 918 unsigned int thresh, int count) { in vp8_loop_filter_uvvertical_edge_mips() 1481 unsigned int thresh, int count) { in vp8_mbloop_filter_horizontal_edge_mips() 1614 unsigned int thresh, int count) { in vp8_mbloop_filter_uvhorizontal_edge_mips() 1727 unsigned int thresh, int count) { in vp8_mbloop_filter_vertical_edge_mips() 1917 unsigned int thresh, int count) { in vp8_mbloop_filter_uvvertical_edge_mips() 2260 unsigned char thresh, flimit, limit, flimit_temp; in vp8_loop_filter_mbh_dspr2() local [all …]
|
/aosp_15_r20/external/webrtc/video/ |
H A D | quality_threshold_unittest.cc | 23 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 58 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 87 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 107 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | loopfilter_sse2.c | 246 __m128i *thresh, __m128i *q1q0_out, __m128i *p1p0_out) { in lpf_internal_4_sse2() 289 __m128i *thresh, __m128i *q1q0_out, __m128i *p1p0_out) { in lpf_internal_4_dual_sse2() 335 __m128i thresh = in aom_lpf_horizontal_4_sse2() local 363 __m128i thresh = in aom_lpf_vertical_4_sse2() local 397 __m128i *thresh) { in lpf_internal_14_dual_sse2() 700 __m128i *thresh) { in lpf_internal_14_sse2() 964 __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in aom_lpf_horizontal_14_sse2() local 991 __m128i *thresh) { in lpf_internal_6_dual_sse2() 1120 __m128i *thresh) { in lpf_internal_6_sse2() 1259 __m128i thresh = _mm_load_si128((__m128i *)_thresh); in aom_lpf_horizontal_6_sse2() local [all …]
|
H A D | highbd_loopfilter_sse2.c | 331 __m128i blimit, limit, thresh; in highbd_lpf_internal_14_sse2() local 502 const uint8_t *thresh, int bd) { in aom_highbd_lpf_horizontal_14_sse2() 523 __m128i blimit, limit, thresh, t80; in highbd_lpf_internal_14_dual_sse2() local 740 __m128i blimit, limit, thresh; in highbd_lpf_internal_6_sse2() local 1000 __m128i blimit, limit, thresh; in highbd_lpf_internal_8_sse2() local 1278 __m128i blimit, limit, thresh; in highbd_lpf_internal_4_sse2() local 1384 const uint8_t *limit, const uint8_t *thresh, in aom_highbd_lpf_vertical_4_sse2() 1449 const uint8_t *limit, const uint8_t *thresh, in aom_highbd_lpf_vertical_6_sse2() 1515 const uint8_t *limit, const uint8_t *thresh, in aom_highbd_lpf_vertical_8_sse2() 1584 const uint8_t *thresh, int bd) { in aom_highbd_lpf_vertical_14_sse2()
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_loopfilter_sse2.c | 53 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_sse2() 480 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_dual_sse2() 488 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_8_sse2() 722 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_4_sse2() 1003 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_4_sse2() 1049 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_8_sse2() 1097 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_sse2() 1125 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_dual_sse2()
|
H A D | loopfilter_sse2.c | 108 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_4_sse2() 142 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_4_sse2() 234 const unsigned char *thresh) { in vpx_lpf_horizontal_16_sse2() 596 const unsigned char *thresh) { in vpx_lpf_horizontal_16_dual_sse2() 928 const unsigned char *thresh) { in vpx_lpf_horizontal_8_sse2() 1162 const __m128i thresh = in vpx_lpf_horizontal_8_dual_sse2() local 1406 const __m128i thresh = in vpx_lpf_horizontal_4_dual_sse2() local 1691 const unsigned char *thresh) { in vpx_lpf_vertical_8_sse2() 1739 const unsigned char *thresh) { in vpx_lpf_vertical_16_sse2() 1766 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_sse2()
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_loopfilter_neon.c | 17 const uint8_t *thresh, uint16x8_t *blimit_vec, in load_thresh() 44 const uint16x8_t thresh, const uint16x8_t p3, in filter_hev_mask4() 70 const uint16x8_t limit, const uint16x8_t blimit, const uint16x8_t thresh, in filter_flat_hev_mask() 567 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_4_neon() 588 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_4_neon() 614 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_8_neon() 637 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_8_neon() 744 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_neon() 753 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_dual_neon() 762 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_neon() [all …]
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | loopfilter_filters.c | 38 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) { in vp8_hevmask() 93 const unsigned char *thresh, in loop_filter_horizontal_edge_c() 117 const unsigned char *thresh, in loop_filter_vertical_edge_c() 194 const unsigned char *thresh, in mbloop_filter_horizontal_edge_c() 219 const unsigned char *thresh, in mbloop_filter_vertical_edge_c()
|
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/ |
H A D | evaluation.py | 28 def rca(reference,input,voicing,thresh = 25): argument 33 def sweep_rca(reference,input,voicing,thresh = 25,ind_arr = np.arange(-10,10)): argument 154 …ne, list_snr = [-20,-15,-10,-5,0,5,10,15,20], ptdb_dataset_path = None,fraction = 0.1,thresh = 50): argument
|
/aosp_15_r20/external/libvpx/vp8/common/mips/mmi/ |
H A D | loopfilter_filters_mmi.c | 18 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_loop_filter_horizontal_edge_mmi() 206 const unsigned char *thresh, int count) { in vp8_loop_filter_vertical_edge_mmi() 497 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_horizontal_edge_mmi() 712 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_vertical_edge_mmi()
|
/aosp_15_r20/external/libvpx/vp8/common/arm/neon/ |
H A D | vp8_loopfilter_neon.c | 130 unsigned char thresh) { in vp8_loop_filter_horizontal_edge_y_neon() 172 unsigned char thresh, in vp8_loop_filter_horizontal_edge_uv_neon() 320 unsigned char thresh) { in vp8_loop_filter_vertical_edge_y_neon() 430 unsigned char thresh, in vp8_loop_filter_vertical_edge_uv_neon()
|
/aosp_15_r20/external/libvpx/vp8/common/loongarch/ |
H A D | loopfilter_filters_lsx.c | 306 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_lsx() local 359 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_lsx() local 434 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_lsx() local 467 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_lsx() local 527 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_lsx() local 604 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_lsx() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | loopfilter_filters_dspr2.c | 24 const uint8_t *thresh) { in vpx_lpf_horizontal_4_dspr2() 109 const uint8_t *thresh) { in vpx_lpf_vertical_4_dspr2() 322 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_dspr2()
|
H A D | loopfilter_mb_horiz_dspr2.c | 24 const uint8_t *thresh, int count) { in mb_lpf_horizontal_edge() 722 const uint8_t *thresh) { in vpx_lpf_horizontal_16_dspr2() 729 const uint8_t *thresh) { in vpx_lpf_horizontal_16_dual_dspr2()
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | loopfilter_8_lsx.c | 18 __m128i mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_lsx() local 91 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_lsx() local 175 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_lsx() local 290 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_lsx() local
|