Searched refs:shuffle_1 (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 211 shuffle_1 = vtbl2_s8(quant, d); 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 405 shuffle_1 = vtbl2_s8(quant, d); 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 | 312 llvm::Value* shuffle_1 = in AvxStyleHorizontalAdd() local 315 return Add(shuffle_0, shuffle_1); in AvxStyleHorizontalAdd()
|