Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dvariance_test.cc390 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon6a7131f60111::MainTestClass
688 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon6a7131f60111::SubpelVarianceTest
/aosp_15_r20/external/libaom/test/
H A Dvariance_test.cc735 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anone33b19b50111::MainTestClass
1339 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anone33b19b50111::SubpelVarianceTest
1592 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anone33b19b50111::ObmcVarianceTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc1458 Value byte_shift = in GetOrCreateArrayView() local