OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nc
(Results
1 - 11
of
11
) sorted by null
/external/libgsm/src/
long_term.c
23
* This module computes the LTP gain (bc) and the LTP lag (
Nc
)
60
word
Nc
, bc;
94
Nc
= 40; /* index for the maximum cross-correlation */
100
Nc
= lambda;
104
*Nc_out =
Nc
;
112
assert(
Nc
<= 120 &&
Nc
>= 40);
122
L_temp = SASR( dp[k -
Nc
], 3 );
164
word
Nc
, bc;
201
Nc
= 40; /* index for the maximum cross-correlation *
[
all
...]
code.c
27
void Gsm_Coder P8((S,s,LARc,
Nc
,bc,Mc,xmaxc,xMc),
51
word *
Nc
, /* [0..3] LTP lag OUT */
75
Nc
++,
gsm_print.c
18
word LARc[8],
Nc
[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
37
Nc
[0] = (*c >> 1) & 0x7F;
60
Nc
[1] = (*c >> 1) & 0x7F;
84
Nc
[2] = (*c >> 1) & 0x7F;
107
Nc
[3] = (*c >> 1) & 0x7F;
135
fprintf(f, "#1:
Nc
%4.4d bc %d Mc %d xmaxc %d\n",
136
Nc
[0], bc[0], Mc[0], xmaxc[0]);
142
fprintf(f, "#2:
Nc
%4.4d bc %d Mc %d xmaxc %d\n",
143
Nc
[1], bc[1], Mc[1], xmaxc[1]);
150
fprintf(f, "#3:
Nc
%4.4d bc %d Mc %d xmaxc %d\n"
[
all
...]
gsm_encode.c
15
word LARc[8],
Nc
[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
17
Gsm_Coder(s, source, LARc,
Nc
, bc, Mc, xmaxc, xmc);
33
Nc
[0] 7
51
Nc
[1] 7
69
Nc
[2] 7
87
Nc
[3] 7
127
sr = sr >> 7 |
Nc
[0] << 9;
151
sr = sr >> 7 |
Nc
[1] << 9;
175
sr = sr >> 7 |
Nc
[2] << 9;
199
sr = sr >> 7 |
Nc
[3] << 9
[
all
...]
gsm_implode.c
29
Nc
[0] 7 8
47
Nc
[1] 7 25
65
Nc
[2] 7 42
83
Nc
[3] 7 59
110
# define
Nc
*((gsm_signal (*) [17])(source + 8))
132
sr = sr >> 7 |
Nc
[0] << 9;
159
sr = sr >> 7 |
Nc
[1] << 9;
186
sr = sr >> 7 |
Nc
[2] << 9;
213
sr = sr >> 7 |
Nc
[3] << 9;
259
sr = sr >> 7 |
Nc
[0] << 9
[
all
...]
gsm_decode.c
16
word LARc[8],
Nc
[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
40
Nc
[0] = sr & 0x7f; sr >>= 7;
64
Nc
[1] = sr & 0x7f; sr >>= 7;
88
Nc
[2] = sr & 0x7f; sr >>= 7;
112
Nc
[3] = sr & 0x7f; sr >>= 7;
153
Nc
[0] = sr & 0x7f; sr >>= 7;
177
Nc
[1] = sr & 0x7f; sr >>= 7;
201
Nc
[2] = sr & 0x7f; sr >>= 7;
225
Nc
[3] = sr & 0x7f; sr >>= 7;
268
Nc
[0] = (*c >> 1) & 0x7F
[
all
...]
gsm_explode.c
16
# define
Nc
*((gsm_signal (*) [17])(target + 8))
43
Nc
[0] = sr & 0x7f; sr >>= 7;
69
Nc
[1] = sr & 0x7f; sr >>= 7;
96
Nc
[2] = sr & 0x7f; sr >>= 7;
124
Nc
[3] = sr & 0x7f; sr >>= 7;
168
Nc
[0] = sr & 0x7f; sr >>= 7;
194
Nc
[1] = sr & 0x7f; sr >>= 7;
221
Nc
[2] = sr & 0x7f; sr >>= 7;
247
Nc
[3] = sr & 0x7f; sr >>= 7;
295
Nc
[0] = (*c >> 1) & 0x7F
[
all
...]
/external/libgsm/inc/
private.h
148
word *
Nc
, /* [0..3] LTP lag OUT */
160
word *
Nc
, /* correlation lag OUT */
/build/tools/droiddoc/templates-pdk/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",
nc
="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6
Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",
Nc
="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
21
l=[],n={},q=0,v=m.length;q<v;++q){var w=m[q],j=w[3];if(j)for(var f=j.length;--f>=0;)c[j.charAt(f)]=w;var s=w[1],k=P+s;if(!n.hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,w=l.match(d)||[],j={},f=0,s=w.length;f<s;++f){var k=w[f],h=j[k],e,p;if(typeof h===
nc
)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0;u<g;++u){t=b[u];if(e=k.match(t[1])){h=t[0];break}}e||(h=S)}if((p=h.length>=5&&T===
27
[
Nc
,/^(<\/?[a-z][^<>]*>)/i]]),[Kc,Oc,Pc,Qc,Rc,Sc,Tc]);y(K([[S,/^[\s]+/,r,Uc],[Vc,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,r,rc]],[[Wc,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[Xc,/^(?!style\b|on)[a-z](?:[\w:-]*\w)?/],[Yc,/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[Y,/^[=<>\/]+/],[Z,/^on\w+\s*=\s*\"([^\"]+)\"/i],[Z,/^on\w+\s*=\s*\'([^\']+)\'/i],[Z,/^on\w+\s*=\s*([^\"\'>\s]+)/i],[$,/^sty\w+\s*=\s*\"([^\"]+)\"/i],[$,/^sty\w+\s*=\s*\'([^\']+)\'/i],[$,/^sty\w+\s*=\s*([^\"\'>\s]+)/i]]),[Zc]);y(K([],[[Vc,/^[\s\S]+/]]),
/external/doclava/res/assets/templates/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",
nc
="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6
Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",
Nc
="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
21
l=[],n={},q=0,v=m.length;q<v;++q){var w=m[q],j=w[3];if(j)for(var f=j.length;--f>=0;)c[j.charAt(f)]=w;var s=w[1],k=P+s;if(!n.hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,w=l.match(d)||[],j={},f=0,s=w.length;f<s;++f){var k=w[f],h=j[k],e,p;if(typeof h===
nc
)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0;u<g;++u){t=b[u];if(e=k.match(t[1])){h=t[0];break}}e||(h=S)}if((p=h.length>=5&&T===
27
[
Nc
,/^(<\/?[a-z][^<>]*>)/i]]),[Kc,Oc,Pc,Qc,Rc,Sc,Tc]);y(K([[S,/^[\s]+/,r,Uc],[Vc,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,r,rc]],[[Wc,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[Xc,/^(?!style\b|on)[a-z](?:[\w:-]*\w)?/],[Yc,/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[Y,/^[=<>\/]+/],[Z,/^on\w+\s*=\s*\"([^\"]+)\"/i],[Z,/^on\w+\s*=\s*\'([^\']+)\'/i],[Z,/^on\w+\s*=\s*([^\"\'>\s]+)/i],[$,/^sty\w+\s*=\s*\"([^\"]+)\"/i],[$,/^sty\w+\s*=\s*\'([^\']+)\'/i],[$,/^sty\w+\s*=\s*([^\"\'>\s]+)/i]]),[Zc]);y(K([],[[Vc,/^[\s\S]+/]]),
/frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr
158
??,???hìE??????^??p<?g??`?Z????D6???????~E?<?vm%a?????U??,X?I???? Z?2?<?????????-N7q:?h??
Nc
?S?}P<Drm?L2??/?nh????p?~ ????D?<?pdE?? ??f???ml?FN?????CF?<D?Z???
[
all
...]
Completed in 1136 milliseconds