Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dweight_mask.cc55 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
56 dsp->weight_mask[w_index][h_index][0] = \
58 dsp->weight_mask[w_index][h_index][1] = \
/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc421 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
422 dsp->weight_mask[w_index][h_index][0] = \
424 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_SSE4<1>
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc420 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument
421 dsp->weight_mask[w_index][h_index][0] = \
423 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_NEON<1>
/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.h170 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len,
Dixheaacd_env_extr.c70 VOID ixheaacd_huffman_decode(WORD32 it_bit_buff, WORD16 *h_index, WORD16 *len, in ixheaacd_huffman_decode() argument
105 *h_index = input_table[ixheaacd_drc_offset + 1] >> 5; in ixheaacd_huffman_decode()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2038 int h_index = (data_format == "NHWC") ? 1 : 2; in ConvertConv2DHelper() local
2051 const nvinfer1::DimsHW dilation(tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv2DHelper()
2069 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertConv2DHelper()
2111 input_dims = {output_size_weights[h_index], output_size_weights[w_index]}; in ConvertConv2DHelper()
2176 const int height_diff = tf_output_shape[h_index] - trt_output_shape.d[1]; in ConvertConv2DHelper()
2184 "(", tf_output_shape[h_index], ", ", tf_output_shape[w_index], in ConvertConv2DHelper()
2842 const int h_index = is_ndhwc ? 2 : 3; in ConvertConv3DHelper() local
2858 tf_dilations[d_index], tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv3DHelper()
2880 const nvinfer1::Dims3 stride_dhw(tf_stride[d_index], tf_stride[h_index], in ConvertConv3DHelper()
2901 output_size_weights[h_index], in ConvertConv3DHelper()
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc337 int h_index = 1; in GetPoolingOutputSize() local
341 h_index = 2; in GetPoolingOutputSize()
347 int h = input[h_index]; in GetPoolingOutputSize()
350 int sx = strides[h_index]; in GetPoolingOutputSize()
352 int kx = ksize[h_index]; in GetPoolingOutputSize()