Searched refs:ALTIVEC (Results 1 – 16 of 16) sorted by relevance
/external/fec/ |
D | viterbi39.c | 18 case ALTIVEC: in create_viterbi39() 39 case ALTIVEC: in set_viterbi39_polynomial() 65 case ALTIVEC: in init_viterbi39() 91 case ALTIVEC: in chainback_viterbi39() 113 case ALTIVEC: in delete_viterbi39() 141 case ALTIVEC: in update_viterbi39_blk()
|
D | viterbi29.c | 18 case ALTIVEC: in create_viterbi29() 39 case ALTIVEC: in set_viterbi29_polynomial() 64 case ALTIVEC: in init_viterbi29() 90 case ALTIVEC: in chainback_viterbi29() 112 case ALTIVEC: in delete_viterbi29() 140 case ALTIVEC: in update_viterbi29_blk()
|
D | viterbi27.c | 18 case ALTIVEC: in create_viterbi27() 39 case ALTIVEC: in set_viterbi27_polynomial() 64 case ALTIVEC: in init_viterbi27() 90 case ALTIVEC: in chainback_viterbi27() 112 case ALTIVEC: in delete_viterbi27() 144 case ALTIVEC: in update_viterbi27_blk()
|
D | viterbi615.c | 19 case ALTIVEC: in create_viterbi615() 41 case ALTIVEC: in set_viterbi615_polynomial() 66 case ALTIVEC: in init_viterbi615() 92 case ALTIVEC: in chainback_viterbi615() 114 case ALTIVEC: in delete_viterbi615() 142 case ALTIVEC: in update_viterbi615_blk()
|
D | dotprod.c | 45 case ALTIVEC: in initdp() 65 case ALTIVEC: in freedp() 88 case ALTIVEC: in dotprod()
|
D | encode_rs_8.c | 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode; enumerator 44 cpu_mode = ALTIVEC; in encode_rs_8() 53 case ALTIVEC: in encode_rs_8()
|
D | sumsq.c | 36 case ALTIVEC: in sumsq()
|
D | cpu_mode_ppc.c | 31 Cpu_mode = ALTIVEC; in find_cpu_mode()
|
D | peakval.c | 35 case ALTIVEC: in peakval()
|
D | dtest.c | 38 Cpu_mode = ALTIVEC;
|
D | sumsq_test.c | 46 Cpu_mode = ALTIVEC;
|
D | vtest27.c | 64 Cpu_mode = ALTIVEC;
|
D | vtest29.c | 64 Cpu_mode = ALTIVEC;
|
D | vtest39.c | 64 Cpu_mode = ALTIVEC;
|
D | vtest615.c | 66 Cpu_mode = ALTIVEC;
|
D | fec.h | 261 extern enum cpu_mode {UNKNOWN=0,PORT,MMX,SSE,SSE2,ALTIVEC} Cpu_mode; enumerator
|