Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()