Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvariance_test.cc354 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon9f3513840111::MainTestClass
608 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon9f3513840111::SubpelVarianceTest
/external/libaom/libaom/test/
Dvariance_test.cc471 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon60dcd6220111::MainTestClass
718 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon60dcd6220111::SubpelVarianceTest
970 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon60dcd6220111::ObmcVarianceTest
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1365 Value byte_shift = in GetOrCreateArrayView() local