Home
last modified time | relevance | path

Searched defs:width_index (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DMutatorUtils.cpp35 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in is_padding_in_height_or_width() local
H A DNodeFusionMutator.cpp279 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in fuse_pad_with_convolution() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Ddsp_test.cc163 const int width_index = k4x4WidthLog2[i] - 1; in CheckTables() local
H A Dweight_mask_test.cc217 const int width_index = FloorLog2(width_) - 3; in SetUp() local
H A Dcdef_test.cc352 const int width_index = block_width >> 3; in TestRandomValues() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dconvolution_op_builder.cc90 const int width_index = 2; in Build() local
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DtfmLib.py247 def width_index(c): function
/aosp_15_r20/external/libgav1/src/post_filter/
H A Dcdef.cc592 const int width_index = dual_cdef | (subsampling_x ^ 1); in ApplyCdefForOneUnit() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuScaleKernel.cpp148 …const auto width_index = get_data_layout_dimension_index(data_layout, DataLayoutDimension:… in validate_arguments() local
/aosp_15_r20/art/disassembler/
H A Ddisassembler_riscv64.cc508 const uint32_t width_index = (insn32 >> 12) & 3u; in DecodeRVVMemMnemonic() local