Searched defs:set_count (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ms.c23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c24 OMX_INT set_count = sub_num >> 2; local
30 for (set = 0; set < set_count; ++set) {
37 const OMX_F32 *in1 = in0 + set_count;
38 const OMX_F32 *in2 = in1 + set_count;
39 const OMX_F32 *in3 = in2 + set_count;
85 for (set = 0; set < set_count; ++set) {
95 const OMX_F32 *in1 = in0 + set_count;
96 const OMX_F32 *in2 = in1 + set_count;
97 const OMX_F32 *in3 = in2 + set_count;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c24 OMX_INT set_count = sub_num >> 2; local
30 for (set = 0; set < set_count; ++set) {
37 const OMX_F32 *in1 = in0 + set_count;
38 const OMX_F32 *in2 = in1 + set_count;
39 const OMX_F32 *in3 = in2 + set_count;
85 for (set = 0; set < set_count; ++set) {
95 const OMX_F32 *in1 = in0 + set_count;
96 const OMX_F32 *in2 = in1 + set_count;
97 const OMX_F32 *in3 = in2 + set_count;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c15 // This function handles the case when set_count = 2, in which we cannot
120 OMX_INT set_count = sub_num >> 2; local
126 if (set_count == 2) {
132 for (set = 0; set < set_count; set += 4) {
134 const OMX_F32 *in1 = in0 + set_count;
135 const OMX_F32 *in2 = in1 + set_count;
136 const OMX_F32 *in3 = in2 + set_count;
181 for (set = 0; set < set_count; set += 4) {
183 const OMX_F32 *in1 = in0 + set_count;
184 const OMX_F32 *in2 = in1 + set_count;
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c15 // This function handles the case when set_count = 2, in which we cannot
120 OMX_INT set_count = sub_num >> 2; local
126 if (set_count == 2) {
132 for (set = 0; set < set_count; set += 4) {
134 const OMX_F32 *in1 = in0 + set_count;
135 const OMX_F32 *in2 = in1 + set_count;
136 const OMX_F32 *in3 = in2 + set_count;
181 for (set = 0; set < set_count; set += 4) {
183 const OMX_F32 *in1 = in0 + set_count;
184 const OMX_F32 *in2 = in1 + set_count;
[all...]
/external/chromium_org/gin/modules/
H A Dtimer_unittest.cc30 void set_count(int count) { count_ = count; } function in class:gin::__anon8317::Result
46 .SetProperty("count", &Result::count, &Result::set_count)
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc78 void set_count(size_t count) { count_ = count; } function in class:app_list::test::TestSearchProvider
168 app_provider()->set_count(kTestCases[i].app_results);
169 omnibox_provider()->set_count(kTestCases[i].omnibox_results);
170 webstore_provider()->set_count(kTestCases[i].webstore_results);
182 app_provider()->set_count(3);
186 omnibox_provider()->set_count(2);
190 webstore_provider()->set_count(1);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.h169 void set_count(int count) { count_ = count; } function in class:extensions::Action
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc69 int set_count() const { return set_count_; } function in class:DeclarationContext
161 CHECK_EQ(set, set_count());

Completed in 1056 milliseconds