Searched refs:arith_shift_right (Results 1 – 4 of 4) sorted by relevance
121 arith_shift_right (int x, int shift) in arith_shift_right() function
308 arith_shift_right (int32_t x, int shift) in arith_shift_right() function
1138 arith_shift_right (int32_t x, int shift) in arith_shift_right() function
416 …psf_log_printf (psf, " Gain : %d.%d\n", arith_shift_right (h->gain & 0xF0, 8), h->gain & 0x0F)… in opus_print_header()