HomeSort by relevance Sort by last modified time
    Searched refs:decision_t (Results 1 - 20 of 20) sorted by null

  /external/fec/
viterbi29_sse.c 12 typedef union { unsigned long w[8]; unsigned char c[32]; __m64 v[4];} decision_t; typedef in typeref:union:__anon22343
23 decision_t *dp; /* Pointer to current decision */
25 decision_t *decisions; /* Beginning of decisions for block */
39 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
81 decision_t *d;
viterbi29_sse2.c 12 typedef union { unsigned long w[8]; unsigned char c[32];} decision_t; typedef in typeref:union:__anon22345
23 decision_t *dp; /* Pointer to current decision */
25 decision_t *decisions; /* Beginning of decisions for block */
68 if((p = malloc((len+8)*sizeof(decision_t))) == NULL){
72 vp->decisions = (decision_t *)p;
85 decision_t *d;
viterbi27_mmx.c 10 typedef union { char c[64]; __m64 v[8];} decision_t; typedef in typeref:union:__anon22327
23 decision_t *dp; /* Pointer to current decision */
25 decision_t *decisions; /* Beginning of decisions for block */
75 if((vp->decisions = (decision_t *)malloc((len+6)*sizeof(decision_t))) == NULL){
91 decision_t *d;
95 d = (decision_t *)vp->decisions;
viterbi29_mmx.c 11 typedef union { char c[256]; __m64 v[32];} decision_t; typedef in typeref:union:__anon22337
24 decision_t *dp; /* Pointer to current decision */
26 decision_t *decisions; /* Beginning of decisions for block */
41 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
93 decision_t *d;
98 d = (decision_t *)vp->decisions;
viterbi27_sse.c 11 typedef union { unsigned long w[2]; unsigned char c[8]; __m64 v[1];} decision_t; typedef in typeref:union:__anon22332
21 decision_t *dp; /* Pointer to current decision */
23 decision_t *decisions; /* Beginning of decisions for block */
37 if((vp->decisions = malloc((len+6)*sizeof(decision_t))) == NULL){
79 decision_t *d;
viterbi615_port.c 11 typedef union { unsigned long w[512]; unsigned char c[2048];} decision_t; typedef in typeref:union:__anon22365
21 decision_t *dp; /* Pointer to current decision */
23 decision_t *decisions; /* Beginning of decisions for block */
36 if((vp->decisions = malloc((len+14)*sizeof(decision_t))) == NULL){
79 decision_t *d;
83 d = (decision_t *)vp->decisions;
135 decision_t *d;
140 d = (decision_t *)vp->dp;
142 memset(d,0,sizeof(decision_t));
viterbi29_port.c 11 typedef union { unsigned long w[8];} decision_t; typedef in typeref:union:__anon22340
20 decision_t *dp; /* Pointer to current decision */
22 decision_t *decisions; /* Beginning of decisions for block */
64 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
81 decision_t *d;
140 decision_t *d;
145 d = (decision_t *)vp->dp;
viterbi39_port.c 11 typedef union { unsigned long w[8];} decision_t; typedef in typeref:union:__anon22352
20 decision_t *dp; /* Pointer to current decision */
22 decision_t *decisions; /* Beginning of decisions for block */
64 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
81 decision_t *d;
141 decision_t *d;
146 d = (decision_t *)vp->dp;
viterbi27_port.c 13 typedef union { unsigned long w[2];} decision_t; typedef in typeref:union:__anon22330
23 decision_t *dp; /* Pointer to current decision */
25 decision_t *decisions; /* Beginning of decisions for block */
65 if((vp->decisions = malloc((len+6)*sizeof(decision_t))) == NULL){
81 decision_t *d;
139 decision_t *d;
143 d = (decision_t *)vp->dp;
viterbi27_av.c 9 typedef union { long long p; unsigned char c[64]; vector bool char v[4]; } decision_t; typedef in typeref:union:__anon22325
21 decision_t *dp; /* Pointer to current decision */
23 decision_t *decisions; /* Beginning of decisions for block */
62 if((vp->decisions = (decision_t *)malloc((len+6)*sizeof(decision_t))) == NULL){
77 decision_t *d = (decision_t *)vp->decisions;
115 decision_t *d;
119 d = (decision_t *)vp->dp;
viterbi29_av.c 11 typedef union { unsigned char c[256]; vector bool char v[16]; } decision_t; typedef in typeref:union:__anon22335
21 decision_t *dp; /* Pointer to current decision */
23 decision_t *decisions; /* Beginning of decisions for block */
63 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
78 decision_t *d;
82 d = (decision_t *)vp->decisions;
116 decision_t *d;
121 d = (decision_t *)vp->dp;
viterbi27_sse2.c 11 typedef union { unsigned long w[2]; unsigned char c[8]; unsigned short s[4]; __m64 v[1];} decision_t; typedef in typeref:union:__anon22334
21 decision_t *dp; /* Pointer to current decision */
23 decision_t *decisions; /* Beginning of decisions for block */
68 if((p = malloc((len+6)*sizeof(decision_t))) == NULL){
72 vp->decisions = (decision_t *)p;
85 decision_t *d;
125 decision_t *d;
129 d = (decision_t *)vp->dp;
viterbi39_sse2.c 12 typedef union { unsigned long w[8]; unsigned short s[16];} decision_t; typedef in typeref:union:__anon22357
57 if((p = malloc((len+8)*sizeof(decision_t))) == NULL){
61 vp->decisions = (decision_t *)p;
84 decision_t *d = (decision_t *)vp->decisions;
119 decision_t *d = (decision_t *)vp->dp;
viterbi615_sse2.c 12 typedef union { unsigned long w[512]; unsigned short s[1024];} decision_t; typedef in typeref:union:__anon22370
59 if((p = malloc((len+14)*sizeof(decision_t))) == NULL){
63 vp->decisions = (decision_t *)p;
86 decision_t *d = (decision_t *)vp->decisions;
118 decision_t *d = (decision_t *)vp->dp;
viterbi39_av.c 12 typedef union { unsigned char c[2][16]; vector unsigned char v[2]; } decision_t; typedef in typeref:union:__anon22346
63 vp->decisions = malloc(sizeof(decision_t)*(len+8));
75 decision_t *d = (decision_t *)vp->decisions;
112 decision_t *d = (decision_t *)vp->dp;
viterbi39_mmx.c 11 typedef union { unsigned char c[256]; __m64 v[32];} decision_t; typedef in typeref:union:__anon22349
64 if((vp->decisions = malloc((len+8)*sizeof(decision_t))) == NULL){
81 decision_t *d;
87 d = (decision_t *)vp->decisions;
121 decision_t *d;
127 d = (decision_t *)vp->dp;
viterbi39_sse.c 12 typedef union { unsigned long w[8]; unsigned char c[32];} decision_t; typedef in typeref:union:__anon22354
56 if((vp->decisions = malloc((len+8)*sizeof(decision_t))) == NULL){
82 decision_t *d;
87 d = (decision_t *)vp->decisions;
121 decision_t *d;
126 d = (decision_t *)vp->dp;
viterbi615_mmx.c 11 typedef union { unsigned char c[16384]; __m64 v[2048];} decision_t; typedef in typeref:union:__anon22363
54 if((vp->decisions = malloc((len+14)*sizeof(decision_t))) == NULL){
80 decision_t *d;
85 d = (decision_t *)vp->decisions;
117 decision_t *d;
122 d = (decision_t *)vp->dp;
viterbi615_sse.c 12 typedef union { unsigned long w[512]; unsigned char c[2048];} decision_t; typedef in typeref:union:__anon22367
56 if((vp->decisions = malloc((len+14)*sizeof(decision_t))) == NULL){
82 decision_t *d;
86 d = (decision_t *)vp->decisions;
118 decision_t *d;
122 d = (decision_t *)vp->dp;
viterbi615_av.c 12 typedef union { unsigned char c[128][16]; vector unsigned char v[128]; } decision_t; typedef in typeref:union:__anon22360
54 vp->decisions = malloc(sizeof(decision_t)*(len+14));
78 decision_t *d = (decision_t *)vp->decisions;
112 decision_t *d = (decision_t *)vp->dp;

Completed in 205 milliseconds