Searched refs:byte_shift (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 354 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon1d74b6eb0111::MainTestClass 371 for (int k = 0; k < block_size(); ++k) src16[k] = i << byte_shift(); in ZeroTest() 378 for (int k = 0; k < block_size(); ++k) ref16[k] = j << byte_shift(); in ZeroTest() 454 vpx_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size()); in OneQuarterTest() 455 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half); in OneQuarterTest() 475 vpx_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size()); in SpeedTest() 476 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half); in SpeedTest() 608 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anon1d74b6eb0111::SubpelVarianceTest
|
/external/libaom/libaom/test/ |
D | variance_test.cc | 471 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anondf1c79890111::MainTestClass 488 for (int k = 0; k < block_size(); ++k) src16[k] = i << byte_shift(); in ZeroTest() 495 for (int k = 0; k < block_size(); ++k) ref16[k] = j << byte_shift(); in ZeroTest() 566 aom_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size()); in OneQuarterTest() 567 aom_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half); in OneQuarterTest() 718 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anondf1c79890111::SubpelVarianceTest 970 int byte_shift() const { return params_.bit_depth - 8; } in byte_shift() function in __anondf1c79890111::ObmcVarianceTest
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 765 mlir::cast<mlir::ConstantOp>(view.byte_shift().getDefiningOp()) in GetAllocationSliceForMlir()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.cc | 1365 Value byte_shift = in GetOrCreateArrayView() local 1383 builder_.create<ViewOp>(loc, physical_out_type, alloc, byte_shift, in GetOrCreateArrayView()
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 4194 p.printOperand(op.byte_shift()); in print() 4295 viewOp.byte_shift(), newOperands); in matchAndRewrite() 4317 viewOp.byte_shift(), viewOp.sizes()); in matchAndRewrite()
|
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/ |
D | Ops.td | 3842 2. Must specify a byte_shift operand (in the future, a special integer 3862 Index:$byte_shift,
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 3671 alignedPtr, adaptor.byte_shift()); in matchAndRewrite()
|