Home
last modified time | relevance | path

Searched defs:byte_shift (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/test/
Dvariance_test.cc354 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anona3af5e140111::MainTestClass
623 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anona3af5e140111::SubpelVarianceTest
/external/libaom/test/
Dvariance_test.cc733 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon1c7945d30111::MainTestClass
1337 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon1c7945d30111::SubpelVarianceTest
1590 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon1c7945d30111::ObmcVarianceTest
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1458 Value byte_shift = in GetOrCreateArrayView() local