Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_aacdec.h83 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len,
Dixheaacd_func_def.h94 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len,
Dixheaacd_env_extr.h169 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len,
Dixheaacd_env_extr.c71 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len, in ixheaacd_huffman_decode() argument
106 *h_index = input_table[ixheaacd_drc_offset + 1] >> 5; in ixheaacd_huffman_decode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc304 int h_index = 1; in GetPoolingOutputSize() local
308 h_index = 2; in GetPoolingOutputSize()
314 int h = input[h_index]; in GetPoolingOutputSize()
317 int sx = strides[h_index]; in GetPoolingOutputSize()
319 int kx = ksize[h_index]; in GetPoolingOutputSize()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1792 int h_index = (data_format == "NHWC") ? 1 : 2; in ConvertConv2DHelper() local
1805 const nvinfer1::DimsHW dilation(tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv2DHelper()
1823 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertConv2DHelper()
1871 input_dims = {output_size_weights[h_index], output_size_weights[w_index]}; in ConvertConv2DHelper()
2663 int h_index = 2; in ConvertPool() local
2667 h_index = 1; in ConvertPool()
2674 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertPool()
2677 const nvinfer1::DimsHW ksize(tf_kernel[h_index], tf_kernel[w_index]); in ConvertPool()