Home
last modified time | relevance | path

Searched defs:h_index (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dweight_mask.cc55 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc433 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
905 #define INIT_WEIGHT_MASK_10BPP(width, height, w_index, h_index) \ argument
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc420 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2257 const TRT_TensorOrWeights& output_sizes, const int h_index, in GetSpatialDimsFromOutputSizes()
2300 int h_index = (data_format == "NHWC") ? 1 : 2; in ConvertConv2DHelper() local
3256 const int h_index = is_ndhwc ? 2 : 3; in ConvertConv3DHelper() local
3442 const int h_index = is_ndhwc ? 2 : 3; in ConvertPool3D() local
3533 int h_index = (data_format == "NHWC") ? 1 : 2; in ConvertFusedConv2DBiasActivation() local
3701 int h_index = 2; in ConvertPool() local
/external/libxaac/decoder/
Dixheaacd_env_extr.c70 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len, in ixheaacd_huffman_decode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc364 int h_index = 1; in GetPoolingOutputSize() local