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:__anon5978
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:__anon5989
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:__anon5991
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:__anon5975
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:__anon5985
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:__anon5976
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:__anon5986
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:__anon5998
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:__anon6013
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:__anon5973
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:__anon5980
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:__anon5983
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:__anon5994
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:__anon5997
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:__anon6002
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:__anon6005
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:__anon6011
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:__anon6015
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:__anon6018
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:__anon6008
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 44 milliseconds