Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_imdct.c353 WORD32 max_shift; in ixheaacd_fd_imdct_short() local
372 max_shift = ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
373 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
374 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
390 max_shift = in ixheaacd_fd_imdct_short()
392 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
393 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
490 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
509 max_shift = in ixheaacd_fd_imdct_long()
511 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
[all …]
Dixheaacd_env_calc.c1157 WORD16 max_shift; in ixheaacd_expsubbandsamples_dec() local
1180 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1196 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1199 return max_shift; in ixheaacd_expsubbandsamples_dec()
/external/libgav1/src/dsp/x86/
Dintrapred_directional_sse4.cc92 const __m128i max_shift = _mm_set1_epi8(32); in DirectionalZone1_4xH() local
122 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_4xH()
159 const __m128i max_shift = _mm_set1_epi8(32); in DirectionalZone1_Large() local
183 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large()
212 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large()
271 const __m128i max_shift = _mm_set1_epi8(32); in DirectionalZone1_SSE4_1() local
286 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1()
329 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1()
388 const __m128i max_shift = _mm_set1_epi8(32); in DirectionalZone3_4x4() local
397 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone3_4x4()
[all …]
/external/walt/pywalt/pywalt/
Dminimization.py45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument
52 shifts = numpy.arange(min_shift, max_shift, step)
/external/mesa3d/src/intel/common/tests/
Dgen_mi_builder_test.cpp621 const unsigned max_shift = 64; in TEST_F() local
623 for (unsigned i = 0; i <= max_shift; i++) in TEST_F()
628 for (unsigned i = 0; i <= max_shift; i++) { in TEST_F()
642 const unsigned max_shift = 64; in TEST_F() local
644 for (unsigned i = 0; i <= max_shift; i++) in TEST_F()
649 for (unsigned i = 0; i <= max_shift; i++) { in TEST_F()
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h218 auto max_shift = sizeof(T) * 8 - 1; in DefaultInputLessThanBitwidth() local
220 for (auto i = 0; i < max_shift; ++i) v.push_back(i); in DefaultInputLessThanBitwidth()
/external/libopus/src/
Dopus_encoder.c865 int max_shift; in compute_frame_energy() local
874 max_shift = celt_ilog2(len); in compute_frame_energy()
875 shift = IMAX(0, (celt_ilog2(sample_max) << 1) + max_shift - 28); in compute_frame_energy()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3087 int max_shift = is64 ? 63 : 31; in TEST_F() local
3088 auto y = RandomBoundedTensor(type, 0, max_shift, false, dims); in TEST_F()
3970 int max_shift = is64 ? 63 : 31; in TEST_F() local
3971 auto y = RandomBoundedTensor(type, 0, max_shift, false, dims); in TEST_F()