Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_imdct.c317 WORD32 max_shift; in ixheaacd_fd_imdct_short() local
324 max_shift = in ixheaacd_fd_imdct_short()
326 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
327 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
344 max_shift = in ixheaacd_fd_imdct_short()
346 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
347 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
445 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
453 max_shift = in ixheaacd_fd_imdct_long()
455 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
[all …]
Dixheaacd_env_calc.c1101 WORD16 max_shift; in ixheaacd_expsubbandsamples_dec() local
1124 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1140 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1143 return max_shift; in ixheaacd_expsubbandsamples_dec()
/external/libgav1/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.h193 auto max_shift = sizeof(T) * 8 - 1; in DefaultInputLessThanBitwidth() local
195 for (auto i = 0; i < max_shift; ++i) v.push_back(i); in DefaultInputLessThanBitwidth()
/external/libopus/src/
Dopus_encoder.c864 int max_shift; in compute_frame_energy() local
873 max_shift = celt_ilog2(len); in compute_frame_energy()
874 shift = IMAX(0, (celt_ilog2(sample_max) << 1) + max_shift - 28); in compute_frame_energy()