Home
last modified time | relevance | path

Searched refs:n_stages (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/armv7/
Dixheaacd_fft_armv7.c15 WORD32 i, n_stages; in ixheaacd_complex_fft_p2_armv7() local
25 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^m in ixheaacd_complex_fft_p2_armv7()
26 not_power_4 = n_stages & 1; in ixheaacd_complex_fft_p2_armv7()
28 n_stages = n_stages >> 1; in ixheaacd_complex_fft_p2_armv7()
69 WORD32 i, n_stages; in ixheaacd_mps_complex_fft_64_armv7() local
74 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^m in ixheaacd_mps_complex_fft_64_armv7()
76 n_stages = n_stages >> 1; in ixheaacd_mps_complex_fft_64_armv7()
/external/libxaac/decoder/
Dixheaacd_esbr_fft.c44 WORD32 i, j, k, n_stages, h2; in ixheaacd_real_synth_fft_p2() local
52 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_real_synth_fft_p2()
53 not_power_4 = n_stages & 1; in ixheaacd_real_synth_fft_p2()
55 n_stages = n_stages >> 1; in ixheaacd_real_synth_fft_p2()
100 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_real_synth_fft_p2()
543 WORD32 i, j, k, n_stages, h2; in ixheaacd_cmplx_anal_fft_p2() local
551 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_cmplx_anal_fft_p2()
552 not_power_4 = n_stages & 1; in ixheaacd_cmplx_anal_fft_p2()
554 n_stages = n_stages >> 1; in ixheaacd_cmplx_anal_fft_p2()
614 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_cmplx_anal_fft_p2()
Dixheaacd_fft.c67 WORD32 i, j, k, n_stages; in ixheaacd_mps_complex_fft_64_dec() local
74 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_mps_complex_fft_64_dec()
76 n_stages = n_stages >> 1; in ixheaacd_mps_complex_fft_64_dec()
131 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_mps_complex_fft_64_dec()
540 WORD32 i, j, k, n_stages; in ixheaacd_complex_fft_p2_dec() local
553 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_complex_fft_p2_dec()
554 not_power_4 = n_stages & 1; in ixheaacd_complex_fft_p2_dec()
556 n_stages = n_stages >> 1; in ixheaacd_complex_fft_p2_dec()
633 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_complex_fft_p2_dec()
1152 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_complex_fft_p2_dec()
Dixheaacd_aac_imdct.c794 WORD32 i, j, k, k1, n_stages; in ixheaacd_imdct_using_fft_dec() local
800 n_stages = ixheaacd_norm32(npoints); in ixheaacd_imdct_using_fft_dec()
802 n_stages = (30 - n_stages) / 3; in ixheaacd_imdct_using_fft_dec()
962 for (k1 = n_stages - 2; k1 > 0; k1--) { in ixheaacd_imdct_using_fft_dec()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp5984 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in generateUniformValues() local
5986 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in generateUniformValues()
6642 unsigned int n_stages = 0; in initUniformValues() local
6647 n_stages = n_cs_stages; in initUniformValues()
6652 n_stages = n_noncs_stages; in initUniformValues()
6665 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in initUniformValues()
6777 unsigned int n_stages = 0; in verifyProgramInterfaceQuerySupport() local
6783 n_stages = n_cs_stages; in verifyProgramInterfaceQuerySupport()
6789 n_stages = n_noncs_stages; in verifyProgramInterfaceQuerySupport()
6809 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifyProgramInterfaceQuerySupport()
[all …]
Dgl3cCullDistanceTests.cpp646 const glw::GLuint n_stages = sizeof(stages) / sizeof(stages[0]); in iterate() local
649 for (glw::GLuint n_stage = 0; n_stage < n_stages; ++n_stage) in iterate()
Dgl4cEnhancedLayoutsTests.cpp19849 static const GLuint n_stages = 4; in test() local
19856 out_descriptors.resize(n_stages * 2 + 1); in test()
19859 for (GLuint i = 0; i < n_stages; ++i) in test()
19863 bufferDescriptor& xfb = out_descriptors[i + n_stages]; in test()
19897 bufferDescriptor& uniform = out_descriptors[n_stages * 2]; in test()
19900 uniform.m_index = n_stages; in test()
Dgl4cShaderSubroutineTests.cpp8783 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in verifySubroutineUniformValues() local
8788 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifySubroutineUniformValues()