Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp363 int indices_2[] = {1, 0, 0, 2, 3, 4}; in CJointStereo_filterAndAdd() local
384 out[1] -= (FIXP_DBL)fMultDiv2(coeff[i], in[indices_2[i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd()
386 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_2[5 - i]]) >> SR_FNA_OUT; in CJointStereo_filterAndAdd()
437 out[1] += (FIXP_DBL)fMultDiv2(coeff[i], in[indices_2[i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd()
439 (FIXP_DBL)fMultDiv2(coeff[i], in[indices_2[5 - i]] >> SR_FNA_OUT); in CJointStereo_filterAndAdd()
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py1345 indices_2 = constant_op.constant([1621], dtype=dtype)
1347 out_2 = array_ops.unravel_index(indices_2, dims_2)