HomeSort by relevance Sort by last modified time
    Searched refs:shuffle_1 (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/arm/
ihevce_scan_coeffs_neon.c 184 int8x8_t a, b, c, d, shuffle_0, shuffle_1; local
211 shuffle_1 = vtbl2_s8(quant, d);
212 shuffle_out = vcombine_s8(shuffle_0, shuffle_1);
376 int8x8_t a, b, c, d, shuffle_0, shuffle_1; local
405 shuffle_1 = vtbl2_s8(quant, d);
406 shuffle_out = vcombine_s8(shuffle_0, shuffle_1);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc 312 llvm::Value* shuffle_1 = local
315 return Add(shuffle_0, shuffle_1);

Completed in 471 milliseconds