Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x_priv.h121 arith_shift_right (int x, int shift) in arith_shift_right() function
/third_party/libsnd/src/GSM610/
Dgsm610_priv.h308 arith_shift_right (int32_t x, int shift) in arith_shift_right() function
/third_party/libsnd/src/
Dcommon.h1138 arith_shift_right (int32_t x, int shift) in arith_shift_right() function
Dogg_opus.c416 …psf_log_printf (psf, " Gain : %d.%d\n", arith_shift_right (h->gain & 0xF0, 8), h->gain & 0x0F)… in opus_print_header()