Home
last modified time | relevance | path

Searched defs:RightShiftVector (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dcommon_neon.h523 inline uint8x8_t RightShiftVector(const uint8x8_t vector) { in RightShiftVector() function
528 inline int8x8_t RightShiftVector(const int8x8_t vector) { in RightShiftVector() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dlog_quantized_test.cc110 void RightShiftVector(const std::vector<int32>& shifts, in RightShiftVector() function