Home
last modified time | relevance | path

Searched refs:shuffle_0 (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c184 int8x8_t a, b, c, d, shuffle_0, shuffle_1; in ihevce_scan_coeffs_neon() local
210 shuffle_0 = vtbl2_s8(quant, c); in ihevce_scan_coeffs_neon()
212 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
376 int8x8_t a, b, c, d, shuffle_0, shuffle_1; in ihevce_scan_coeffs_neon() local
404 shuffle_0 = vtbl2_s8(quant, c); in ihevce_scan_coeffs_neon()
406 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc310 llvm::Value* shuffle_0 = in AvxStyleHorizontalAdd() local
315 return Add(shuffle_0, shuffle_1); in AvxStyleHorizontalAdd()