Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dbasicop2.c620 Word32 L_rounded; in round16() local
622 L_rounded = L_add (L_var1, (Word32) 0x00008000L); in round16()
623 var_out = extract_h (L_rounded); in round16()
Dbasic_op.h996 Word32 L_rounded; in round16()
998 L_rounded = L_add (L_var1, (Word32) 0x00008000L); in round16()
999 var_out = extract_h (L_rounded); in round16()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dbasic_op.h438 Word32 L_rounded; in voround() local
439 L_rounded = L_add (L_var1, (Word32) 0x00008000L); in voround()
440 var_out = extract_h (L_rounded); in voround()