OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:L_shr_r
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
l_shr_r.cpp
30
Filename: /audio/gsm_amr/c/src/
l_shr_r
.c
35
Description: Created separate file for the
L_shr_r
function. Sync'ed up
79
FUNCTION NAME:
L_shr_r
115
L_shr_r
(L_var1,var2) = L_shr(L_var1,var2)
117
L_shr_r
(L_var1,var2) = L_add(L_shr(L_var1,var2),1)
119
L_shr_r
(L_var1,var2) = L_shr(L_var1,var2).
129
[1]
L_shr_r
() function in basic_op2.c, UMTS GSM AMR speech codec, R99 -
135
Word32
L_shr_r
(Word32 L_var1, Word16 var2)
162
multiCounter[currCounter].
L_shr_r
++;
193
Word32
L_shr_r
(register Word32 L_var1, register Word16 var2, Flag *pOverflow
[
all
...]
/frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c
[
all
...]
basic_op.h
222
__inline Word32
L_shr_r
(Word32 L_var1, Word16 var2);
224
Word32
L_shr_r
(Word32 L_var1, Word16 var2);
1123
__inline Word32
L_shr_r
(Word32 L_var1, Word16 var2)
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h
87
static_vo Word32
L_shr_r
(Word32 L_var1, Word16 var2); /* Long shift right with round, 3 */
[
all
...]
Completed in 44 milliseconds