Searched refs:metric_t (Results 1 - 20 of 20) sorted by relevance

/external/fec/
H A Dviterbi27_sse.c10 typedef union { unsigned char c[64]; } metric_t; typedef in typeref:union:__anon7086
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi29_sse.c11 typedef union { unsigned char w[256]; __m64 v[32];} metric_t; typedef in typeref:union:__anon7097
21 metric_t metrics1; /* path metric buffer 1 */
22 metric_t metrics2; /* path metric buffer 2 */
24 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi29_sse2.c11 typedef union { unsigned char c[256]; __m128i v[16];} metric_t; typedef in typeref:union:__anon7099
21 metric_t metrics1; /* path metric buffer 1 */
22 metric_t metrics2; /* path metric buffer 2 */
24 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi27_mmx.c11 typedef union { unsigned char c[64]; __m64 v[8];} metric_t; typedef in typeref:union:__anon7083
21 metric_t metrics1; /* path metric buffer 1 */
22 metric_t metrics2; /* path metric buffer 2 */
24 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi29_mmx.c12 typedef union { unsigned char c[256]; __m64 v[32];} metric_t; typedef in typeref:union:__anon7093
22 metric_t metrics1; /* path metric buffer 1 */
23 metric_t metrics2; /* path metric buffer 2 */
25 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi27_port.c12 typedef union { unsigned int w[64]; } metric_t; typedef in typeref:union:__anon7084
21 metric_t metrics1; /* path metric buffer 1 */
22 metric_t metrics2; /* path metric buffer 2 */
24 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi29_port.c10 typedef union { unsigned int w[256]; } metric_t; typedef in typeref:union:__anon7094
18 metric_t metrics1; /* path metric buffer 1 */
19 metric_t metrics2; /* path metric buffer 2 */
21 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi39_port.c10 typedef union { unsigned int w[256]; } metric_t; typedef in typeref:union:__anon7106
18 metric_t metrics1; /* path metric buffer 1 */
19 metric_t metrics2; /* path metric buffer 2 */
21 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi615_port.c12 typedef union { unsigned long w[16384]; } metric_t; typedef in typeref:union:__anon7121
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi27_av.c10 typedef union { long long p; unsigned char c[64]; vector unsigned char v[4]; } metric_t; typedef in typeref:union:__anon7081
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi27_sse2.c10 typedef union { unsigned char c[64]; __m128i v[4]; } metric_t; typedef in typeref:union:__anon7088
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi29_av.c12 typedef union { unsigned char c[256]; vector unsigned char v[16]; } metric_t; typedef in typeref:union:__anon7091
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi39_av.c13 typedef union { unsigned short s[256]; vector unsigned short v[32]; } metric_t; typedef in typeref:union:__anon7102
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi39_mmx.c12 typedef union { unsigned short s[256]; __m64 v[64];} metric_t; typedef in typeref:union:__anon7105
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi39_sse.c13 typedef union { signed short s[256]; __m64 v[64];} metric_t; typedef in typeref:union:__anon7110
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi39_sse2.c13 typedef union { signed short s[256]; __m128i v[32];} metric_t; typedef in typeref:union:__anon7113
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi615_mmx.c12 typedef union { unsigned short s[16384]; __m64 v[4096];} metric_t; typedef in typeref:union:__anon7119
19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
22 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi615_sse.c13 typedef union { signed short s[16384]; __m64 v[4096];} metric_t; typedef in typeref:union:__anon7123
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi615_sse2.c13 typedef union { signed short s[16384]; __m128i v[2048];} metric_t; typedef in typeref:union:__anon7126
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
H A Dviterbi615_av.c13 typedef union { unsigned short s[16384]; vector unsigned short v[2048]; } metric_t; typedef in typeref:union:__anon7116
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
23 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */

Completed in 288 milliseconds