Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c965 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1013 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1014 cross_square_max = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max), 15); in do_plc()
1033 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1034 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1038 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1046 shift_max = shift1; in do_plc()

Completed in 3 milliseconds