Searched refs:shuffle_0 (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_scan_coeffs_neon.c | 184 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/ |
D | vector_support_library.cc | 322 llvm::Value* shuffle_0 = in AvxStyleHorizontalAdd() local 327 return Add(shuffle_0, shuffle_1); in AvxStyleHorizontalAdd()
|