Home
last modified time | relevance | path

Searched refs:indices_3 (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dstereo.cpp364 int indices_3[] = {0, 0, 1, 3, 4, 5}; in CJointStereo_filterAndAdd() local
390 out[2] -= (FIXP_DBL)fMultDiv2(coeff[i], in[indices_3[i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd()
392 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_3[5 - i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd()
444 out[2] -= (FIXP_DBL)fMultDiv2(coeff[i], in[indices_3[i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd()
446 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_3[5 - i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd()
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py1350 indices_3 = constant_op.constant([22, 41, 37], dtype=dtype)
1352 out_3 = array_ops.unravel_index(indices_3, dims_3)