Searched defs:h_index (Results  1 – 6 of 6) sorted by relevance
| /external/libgav1/src/dsp/ | 
| D | weight_mask.cc | 56 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \  argument
  | 
| /external/libgav1/src/dsp/arm/ | 
| D | weight_mask_neon.cc | 504 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \  argument 538 #define INIT_WEIGHT_MASK_10BPP(width, height, w_index, h_index) \  argument
  | 
| /external/libgav1/src/dsp/x86/ | 
| D | weight_mask_sse4.cc | 470 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \  argument 961 #define INIT_WEIGHT_MASK_10BPP(width, height, w_index, h_index) \  argument
  | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ | 
| D | convert_nodes.cc | 1774     const TRT_TensorOrWeights& output_sizes, const int h_index,  in GetSpatialDimsFromOutputSizes() 1854   int h_index = (data_format == "NHWC") ? 1 : 2;  in ConvertConv2DHelper()  local 2826   const int h_index = is_ndhwc ? 2 : 3;  in ConvertConv3DHelper()  local 3017   const int h_index = is_ndhwc ? 2 : 3;  in ConvertPool3D()  local 3107   int h_index = (data_format == "NHWC") ? 1 : 2;  in ConvertFusedConv2DBiasActivation()  local 3248   int h_index = 2;  in ConvertPool()  local
  | 
| /external/libxaac/decoder/ | 
| D | ixheaacd_env_extr.c | 70 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len,  in ixheaacd_huffman_decode()
  | 
| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | op_level_cost_estimator_test.cc | 365   int h_index = 1;  in GetPoolingOutputSize()  local
  |