Searched refs:indices_1 (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACdec/src/ |
D | stereo.cpp | 362 int indices_1[] = {2, 1, 0, 1, 2, 3}; in CJointStereo_filterAndAdd() local 378 out[0] -= (FIXP_DBL)fMultDiv2(coeff[i], in[indices_1[i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd() 380 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_1[5 - i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd() 430 out[0] -= (FIXP_DBL)fMultDiv2(coeff[i], in[indices_1[i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd() 432 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_1[5 - i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | array_ops_test.py | 1340 indices_1 = constant_op.constant(1621, dtype=dtype) 1342 out_1 = array_ops.unravel_index(indices_1, dims_1)
|