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 __anon54c3c0b00111::MainTestClass
608 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon54c3c0b00111::SubpelVarianceTest
/external/libaom/libaom/test/
Dvariance_test.cc575 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon166b834e0111::MainTestClass
821 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon166b834e0111::SubpelVarianceTest
1074 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon166b834e0111::ObmcVarianceTest
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1408 Value byte_shift = in GetOrCreateArrayView() local