Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:q8

64 					__m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11;
73 q8 = _mm256_set1_epi32(0xffff & qlp_coeff[8 ]);
83 mull = _mm256_madd_epi16(q8, _mm256_loadu_si256((const __m256i*)(data+i-9 ))); summ = _mm256_add_epi32(summ, mull);
97 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10;
106 q8 = _mm256_set1_epi32(0xffff & qlp_coeff[8 ]);
114 mull = _mm256_madd_epi16(q8, _mm256_loadu_si256((const __m256i*)(data+i-9 ))); summ = _mm256_add_epi32(summ, mull);
130 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9;
139 q8 = _mm256_set1_epi32(0xffff & qlp_coeff[8 ]);
145 mull = _mm256_madd_epi16(q8, _mm256_loadu_si256((const __m256i*)(data+i-9 ))); summ = _mm256_add_epi32(summ, mull);
159 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8;
168 q8 = _mm256_set1_epi32(0xffff & qlp_coeff[8 ]);
172 summ = _mm256_madd_epi16(q8, _mm256_loadu_si256((const __m256i*)(data+i-9 )));
419 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11;
428 q8 = _mm256_set1_epi32(qlp_coeff[8 ]);
438 mull = _mm256_mullo_epi32(q8, _mm256_loadu_si256((const __m256i*)(data+i-9))); summ = _mm256_add_epi32(summ, mull);
452 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10;
461 q8 = _mm256_set1_epi32(qlp_coeff[8 ]);
469 mull = _mm256_mullo_epi32(q8, _mm256_loadu_si256((const __m256i*)(data+i-9))); summ = _mm256_add_epi32(summ, mull);
485 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9;
494 q8 = _mm256_set1_epi32(qlp_coeff[8 ]);
500 mull = _mm256_mullo_epi32(q8, _mm256_loadu_si256((const __m256i*)(data+i-9))); summ = _mm256_add_epi32(summ, mull);
514 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8;
523 q8 = _mm256_set1_epi32(qlp_coeff[8 ]);
527 summ = _mm256_mullo_epi32(q8, _mm256_loadu_si256((const __m256i*)(data+i-9)));
778 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11;
787 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ]));
797 mull = _mm256_mul_epi32(q8, _mm256_cvtepu32_epi64(_mm_loadu_si128((const __m128i*)(data+i-9 )))); summ = _mm256_add_epi64(summ, mull);
811 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10;
820 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ]));
828 mull = _mm256_mul_epi32(q8, _mm256_cvtepu32_epi64(_mm_loadu_si128((const __m128i*)(data+i-9 )))); summ = _mm256_add_epi64(summ, mull);
844 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9;
853 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ]));
859 mull = _mm256_mul_epi32(q8, _mm256_cvtepu32_epi64(_mm_loadu_si128((const __m128i*)(data+i-9 )))); summ = _mm256_add_epi64(summ, mull);
873 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8;
882 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ]));
886 summ = _mm256_mul_epi32(q8, _mm256_cvtepu32_epi64(_mm_loadu_si128((const __m128i*)(data+i-9 ))));