Home
last modified time | relevance | path

Searched defs:wt (Results 1 – 25 of 231) sorted by relevance

12345678910

/aosp_15_r20/external/skia/src/pathops/
H A DSkAddIntersections.cpp31 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection()
51 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection()
72 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection()
92 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection()
112 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection()
132 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection()
153 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection()
173 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection()
193 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection()
213 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/
H A Dquantize.c40 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local
62 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local
91 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local
130 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local
149 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local
197 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local
216 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local
244 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local
284 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local
300 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dwarp_plane_avx2.c433 __m256i *res_sub_const, __m256i *round_bits_const, __m256i *wt) { in unpack_weights_and_set_round_const_avx2()
660 const __m256i *wt, const __m256i *res_sub_const, in store_vertical_filter_output_avx2()
785 const __m256i *wt) { in warp_vertical_filter_avx2()
834 const __m256i *wt) { in warp_vertical_filter_gamma0_avx2()
883 const __m256i *wt) { in warp_vertical_filter_delta0_avx2()
931 const __m256i *wt) { in warp_vertical_filter_gamma0_delta0_avx2()
979 const __m256i *wt) { in prepare_warp_vertical_filter_avx2()
1054 __m256i res_sub_const, round_bits_const, wt; in av1_warp_affine_avx2() local
H A Dwarp_plane_sse4.c400 __m128i *res_sub_const, __m128i *round_bits_const, __m128i *wt) { in unpack_weights_and_set_round_const()
526 const __m128i *wt, const __m128i *res_sub_const, __m128i *round_bits_const, in store_vertical_filter_output()
626 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter() local
654 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0() local
682 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_delta0() local
709 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0_delta0() local
H A Djnt_convolve_avx2.c32 const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1); in unpack_weights_avx2() local
52 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_x_avx2() local
202 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_y_avx2() local
600 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_avx2() local
1102 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_copy_avx2() local
H A Djnt_convolve_sse2.c38 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_x_sse2() local
164 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_y_sse2() local
/aosp_15_r20/external/curl/docs/examples/
H A Dpost-callback.c48 struct WriteThis *wt = (struct WriteThis *)userp; in read_callback() local
71 struct WriteThis wt; in main() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_conv.cpp41 auto wt = genTestData({K, CperG, R, S}); in TEST() local
71 auto wt = genTestData({K, CperG, R, S}); in TEST() local
136 auto wt = genTestData({K, CperG, R, S}); in TEST() local
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java263 public void queueThread(WaitingThread wt) { in queueThread()
298 public void removeThread(WaitingThread wt) { in removeThread()
H A DRefQueueWorker.java125 Thread wt = this.workerThread; in shutdown() local
/aosp_15_r20/cts/tests/providerui/src/android/providerui/cts/
H A DMediaStoreUiTest.java175 try (ParcelFileDescriptor fd = resolver.openFileDescriptor(docUri, "wt")) { in testGetDocumentUri()
274 .openFileDescriptor(uri, "wt")) { in testOpenFile_onMediaDocumentsProvider_success()
327 docUriOfFileWithoutAccess, "wt")) { in testOpenFile_onMediaDocumentsProvider_failsWithoutAccess()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dadaptive_quantize_sse2.c40 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_sse2() local
245 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_32x32_adaptive_sse2() local
453 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_64x64_adaptive_sse2() local
H A Dhighbd_adaptive_quantize_sse2.c117 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_sse2() local
328 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_32x32_adaptive_sse2() local
544 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_64x64_adaptive_sse2() local
H A Dhighbd_adaptive_quantize_avx2.c124 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_avx2() local
296 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_32x32_adaptive_avx2() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dairtime_policy.c143 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local
232 struct airtime_sta_weight *wt; in get_weight_for_sta() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dtensor_coding.cc152 WireType wt = GetTagWireType(p.first); in ParseTensorSubmessage() local
223 WireType wt = GetTagWireType(p.first); in ParseFast() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl36.c73 long wt = pa->cnt; in fn_ofd_w() local
113 long wt = pa->cnt; in fn_posix_w() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c273 __m128i wt = _mm_set1_epi16(w); in fetch_axis_aligned_linear_bgra() local
306 union m128i si0, si1, si2, si3, ws, wt; in fetch_linear_bgra() local
377 __m128i ws, wt, wsl, wsh, wtl, wth; in fetch_clamp_linear_bgra() local
/aosp_15_r20/external/libavc/common/
H A Dih264_weighted_pred.c248 WORD32 wt, in ih264_weighted_pred_luma()
336 WORD32 wt, in ih264_weighted_pred_chroma()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_quantize.c100 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local
148 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local
394 const int wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local
528 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
/aosp_15_r20/external/curl/lib/
H A Dcurl_sha512_256.c556 #define SHA2STEP64(vA,vB,vC,vD,vE,vF,vG,vH,kt,wt) do { \ in MHDx_sha512_256_transform() argument
563 #define SHA2STEP64RV(vA,vB,vC,vD,vE,vF,vG,vH,kt,wt) do { \ in MHDx_sha512_256_transform() argument
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java864 final WindowThumbnail wt = WindowThumbnail.createAndAttach( in attachCrossProfileThumbnailAnimation() local
888 final WindowThumbnail wt = WindowThumbnail.createAndAttach( in attachThumbnailAnimation() local
/aosp_15_r20/external/libgsm/src/
H A Ddecode.c50 word erp[40], wt[160]; variable
/aosp_15_r20/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_mdct_2_qmf.c1294 WORD32 const **wf_tab, WORD32 *const wt, in ixheaacd_local_mdct_win()
1483 WORD32 *wt; in ixheaacd_mdct2qmf_process() local

12345678910