OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_shr_r
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/
Android.mk
28
src/
l_shr_r
.cpp \
/frameworks/av/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
...]
pow2.cpp
144
L_x =
L_shr_r
(L_x, exp);
199
L_x =
L_shr_r
(L_x, exp, pOverflow);
lsp_az.cpp
42
function by getting rid of call to
L_shr_r
function.
477
a[i] = extract_l (
L_shr_r
(t0, 13));
479
a[j] = extract_l (
L_shr_r
(t0, 13));
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_shr_r.h
31
Filename: /audio/gsm_amr/c/include/
l_shr_r
.h
36
Description: Created separate header file for
L_shr_r
function.
51
needed by the
L_shr_r
function.
104
Word32
L_shr_r
(Word32 L_var1, Word16 var2, Flag *pOverflow);
basic_op.h
88
#include "
l_shr_r
.h"
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h
83
static_vo Word32
L_shr_r
(Word32 L_var1, Word16 var2); /* Long shift right with round, 3 */
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
163
#define L_SHR_R_IS_INLINE 1 //define
L_shr_r
as inline function
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);
1128
__inline Word32
L_shr_r
(Word32 L_var1, Word16 var2)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c
159
a[nc] = (Word16)(
L_shr_r
(t0, q_sug)); /* from Q23 to Q12 and * 0.5 */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.cpp
182
L_temp =
L_shr_r
(L_temp, scale);
286
L_temp =
L_shr_r
(L_temp, scale, pOverflow);
Completed in 721 milliseconds