/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft_armv7.c | 15 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/mesa3d/src/intel/tools/ |
D | aubinator_viewer_urb.h | 24 int n_stages, in DrawAllocation() 29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y); in DrawAllocation() 43 for (int s = 0; s < n_stages; s++) { in DrawAllocation() 65 ImGui::ColorConvertHSVtoRGB((2 * s) * 1.0f / (2 * n_stages), in DrawAllocation() 78 ImGui::ColorConvertHSVtoRGB((2 * s + 1) * 1.0f / (2 * n_stages), in DrawAllocation()
|
/external/ComputeLibrary/src/core/utils/helpers/ |
D | fft.cpp | 94 unsigned int n_stages = fft_stages.size(); in digit_reverse_indices() local 103 for(unsigned int s = 1; s < n_stages; ++s) in digit_reverse_indices()
|
/external/libxaac/decoder/ |
D | ixheaacd_esbr_fft.c | 44 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() 542 WORD32 i, j, k, n_stages, h2; in ixheaacd_cmplx_anal_fft_p2() local 550 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_cmplx_anal_fft_p2() 551 not_power_4 = n_stages & 1; in ixheaacd_cmplx_anal_fft_p2() 553 n_stages = n_stages >> 1; in ixheaacd_cmplx_anal_fft_p2() 613 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_cmplx_anal_fft_p2()
|
D | ixheaacd_fft.c | 869 WORD32 i, j, k, n_stages, h2; in ixheaacd_mps_complex_fft() local 880 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_mps_complex_fft() 881 not_power_4 = n_stages & 1; in ixheaacd_mps_complex_fft() 883 n_stages = n_stages >> 1; in ixheaacd_mps_complex_fft() 952 for (i = n_stages - 1; i>0; i--) in ixheaacd_mps_complex_fft() 1414 WORD32 i, j, k, n_stages; in ixheaacd_complex_fft_p2_dec() local 1427 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_complex_fft_p2_dec() 1428 not_power_4 = n_stages & 1; in ixheaacd_complex_fft_p2_dec() 1430 n_stages = n_stages >> 1; in ixheaacd_complex_fft_p2_dec() 1507 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_complex_fft_p2_dec() [all …]
|
D | ixheaacd_fft_ifft_32x32.c | 253 WORD32 i, j, k, n_stages, h2; in ixheaacd_hbe_apply_cfftn() local 266 n_stages = 30 - ixheaacd_norm32(mpass); in ixheaacd_hbe_apply_cfftn() 267 not_power_4 = n_stages & 1; in ixheaacd_hbe_apply_cfftn() 269 n_stages = n_stages >> 1; in ixheaacd_hbe_apply_cfftn() 346 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_hbe_apply_cfftn() 866 for (i = n_stages - 1; i > 0; i--) { in ixheaacd_hbe_apply_cfftn()
|
D | ixheaacd_aac_imdct.c | 839 WORD32 i, j, k, k1, n_stages; in ixheaacd_imdct_using_fft_dec() local 845 n_stages = ixheaacd_norm32(npoints); in ixheaacd_imdct_using_fft_dec() 847 n_stages = (30 - n_stages) / 3; in ixheaacd_imdct_using_fft_dec() 1007 for (k1 = n_stages - 2; k1 > 0; k1--) { in ixheaacd_imdct_using_fft_dec()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 5972 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in generateUniformValues() local 5974 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in generateUniformValues() 6612 unsigned int n_stages = 0; in initUniformValues() local 6617 n_stages = n_cs_stages; in initUniformValues() 6622 n_stages = n_noncs_stages; in initUniformValues() 6635 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in initUniformValues() 6747 unsigned int n_stages = 0; in verifyProgramInterfaceQuerySupport() local 6753 n_stages = n_cs_stages; in verifyProgramInterfaceQuerySupport() 6759 n_stages = n_noncs_stages; in verifyProgramInterfaceQuerySupport() 6779 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifyProgramInterfaceQuerySupport() [all …]
|
D | gl3cCullDistanceTests.cpp | 649 const glw::GLuint n_stages = sizeof(stages) / sizeof(stages[0]); in iterate() local 652 for (glw::GLuint n_stage = 0; n_stage < n_stages; ++n_stage) in iterate()
|
D | gl4cEnhancedLayoutsTests.cpp | 20415 static const GLuint n_stages = 4; in test() local 20422 out_descriptors.resize(n_stages * 2 + 1); in test() 20425 for (GLuint i = 0; i < n_stages; ++i) in test() 20429 bufferDescriptor& xfb = out_descriptors[i + n_stages]; in test() 20463 bufferDescriptor& uniform = out_descriptors[n_stages * 2]; in test() 20466 uniform.m_index = n_stages; in test()
|
D | gl4cShaderSubroutineTests.cpp | 8782 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in verifySubroutineUniformValues() local 8787 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifySubroutineUniformValues()
|