Searched refs:vf (Results 1 - 25 of 63) sorted by relevance

123

/external/tremolo/Tremolo/
H A Dvorbisfile.c91 static long _get_data(OggVorbis_File *vf){ argument
93 if(vf->datasource){
94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes);
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ argument
105 if(vf->datasource){
106 (vf->callbacks.seek_func)(vf
130 _get_next_page(OggVorbis_File *vf,ogg_page *og, ogg_int64_t boundary) argument
169 _get_prev_page(OggVorbis_File *vf,ogg_page *og) argument
205 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_uint32_t currentno, long m) argument
261 _decode_clear(OggVorbis_File *vf) argument
281 _fetch_headers(OggVorbis_File *vf, vorbis_info *vi, vorbis_comment *vc, ogg_uint32_t *serialno, ogg_page *og_ptr) argument
348 _set_link_number(OggVorbis_File *vf,int link) argument
360 _set_link_number_preserve_pos(OggVorbis_File *vf,int link) argument
379 _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset) argument
479 _make_decode_ready(OggVorbis_File *vf) argument
503 _open_seekable2(OggVorbis_File *vf) argument
553 _fetch_and_process_packet(OggVorbis_File *vf, int readp, int spanp) argument
720 _ov_open1(void *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
764 _ov_open2(OggVorbis_File *vf) argument
780 ov_clear(OggVorbis_File *vf) argument
810 ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
817 ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
833 ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
839 ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
850 ov_test_open(OggVorbis_File *vf) argument
856 ov_streams(OggVorbis_File *vf) argument
861 ov_seekable(OggVorbis_File *vf) argument
874 ov_bitrate(OggVorbis_File *vf,int i) argument
914 ov_bitrate_instant(OggVorbis_File *vf) argument
925 ov_serialnumber(OggVorbis_File *vf,int i) argument
940 ov_raw_total(OggVorbis_File *vf,int i) argument
959 ov_pcm_total(OggVorbis_File *vf,int i) argument
978 ov_time_total(OggVorbis_File *vf,int i) argument
999 ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1153 ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos) argument
1329 ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1429 ov_time_seek(OggVorbis_File *vf,ogg_int64_t milliseconds) argument
1459 ov_time_seek_page(OggVorbis_File *vf,ogg_int64_t milliseconds) argument
1489 ov_raw_tell(OggVorbis_File *vf) argument
1495 ov_pcm_tell(OggVorbis_File *vf) argument
1501 ov_time_tell(OggVorbis_File *vf) argument
1530 ov_info(OggVorbis_File *vf,int link) argument
1542 ov_comment(OggVorbis_File *vf,int link) argument
1580 ov_read(OggVorbis_File *vf,void *buffer,int bytes_req,int *bitstream) argument
[all...]
H A Divorbisfile.h100 extern int ov_clear(OggVorbis_File *vf);
101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
108 extern int ov_test_open(OggVorbis_File *vf);
110 extern long ov_bitrate(OggVorbis_File *vf,int i);
111 extern long ov_bitrate_instant(OggVorbis_File *vf);
112 extern long ov_streams(OggVorbis_File *vf);
113 extern long ov_seekable(OggVorbis_File *vf);
[all...]
/external/libvorbis/lib/
H A Dvorbisfile.c67 static long _get_data(OggVorbis_File *vf){ argument
69 if(!(vf->callbacks.read_func))return(-1);
70 if(vf->datasource){
71 char *buffer=ogg_sync_buffer(&vf->oy,READSIZE);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes);
81 static int _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ argument
82 if(vf->datasource){
83 if(!(vf
108 _get_next_page(OggVorbis_File *vf,ogg_page *og, ogg_int64_t boundary) argument
146 _get_prev_page(OggVorbis_File *vf,ogg_page *og) argument
223 _get_prev_page_serial(OggVorbis_File *vf, long *serial_list, int serial_n, int *serialno, ogg_int64_t *granpos) argument
281 _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, long **serialno_list, int *serialno_n, ogg_page *og_ptr) argument
421 _initial_pcmoffset(OggVorbis_File *vf, vorbis_info *vi) argument
465 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_int64_t endgran, int endserial, long *currentno_list, int currentnos, long m) argument
596 _make_decode_ready(OggVorbis_File *vf) argument
613 _open_seekable2(OggVorbis_File *vf) argument
655 _decode_clear(OggVorbis_File *vf) argument
672 _fetch_and_process_packet(OggVorbis_File *vf, ogg_packet *op_in, int readp, int spanp) argument
872 _ov_open1(void *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
932 _ov_open2(OggVorbis_File *vf) argument
950 ov_clear(OggVorbis_File *vf) argument
988 ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
995 ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
1006 ov_fopen(char *path,OggVorbis_File *vf) argument
1020 ov_halfrate(OggVorbis_File *vf,int flag) argument
1040 ov_halfrate_p(OggVorbis_File *vf) argument
1050 ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
1056 ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
1067 ov_test_open(OggVorbis_File *vf) argument
1073 ov_streams(OggVorbis_File *vf) argument
1078 ov_seekable(OggVorbis_File *vf) argument
1091 ov_bitrate(OggVorbis_File *vf,int i) argument
1133 ov_bitrate_instant(OggVorbis_File *vf) argument
1145 ov_serialnumber(OggVorbis_File *vf,int i) argument
1160 ov_raw_total(OggVorbis_File *vf,int i) argument
1179 ov_pcm_total(OggVorbis_File *vf,int i) argument
1198 ov_time_total(OggVorbis_File *vf,int i) argument
1219 ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1388 ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos) argument
1572 ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos) argument
1667 ov_time_seek(OggVorbis_File *vf,double seconds) argument
1697 ov_time_seek_page(OggVorbis_File *vf,double seconds) argument
1727 ov_raw_tell(OggVorbis_File *vf) argument
1733 ov_pcm_tell(OggVorbis_File *vf) argument
1739 ov_time_tell(OggVorbis_File *vf) argument
1768 ov_info(OggVorbis_File *vf,int link) argument
1786 ov_comment(OggVorbis_File *vf,int link) argument
1846 ov_read_filter(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream, void (*filter)(float **pcm,long channels,long samples,void *filter_param),void *filter_param) argument
1982 ov_read(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream) argument
2001 ov_read_float(OggVorbis_File *vf,float ***pcm_channels,int length, int *bitstream) argument
2069 _ov_initset(OggVorbis_File *vf) argument
2084 _ov_initprime(OggVorbis_File *vf) argument
2102 _ov_getlap(OggVorbis_File *vf,vorbis_info *vi,vorbis_dsp_state *vd, float **lappcm,int lapsize) argument
2195 _ov_64_seek_lap(OggVorbis_File *vf,ogg_int64_t pos, int (*localseek)(OggVorbis_File *,ogg_int64_t)) argument
2244 ov_raw_seek_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2248 ov_pcm_seek_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2252 ov_pcm_seek_page_lap(OggVorbis_File *vf,ogg_int64_t pos) argument
2256 _ov_d_seek_lap(OggVorbis_File *vf,double pos, int (*localseek)(OggVorbis_File *,double)) argument
2305 ov_time_seek_lap(OggVorbis_File *vf,double pos) argument
2309 ov_time_seek_page_lap(OggVorbis_File *vf,double pos) argument
[all...]
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h149 extern int ov_clear(OggVorbis_File *vf);
150 extern int ov_fopen(char *path,OggVorbis_File *vf);
151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
155 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
158 extern int ov_test_open(OggVorbis_File *vf);
160 extern long ov_bitrate(OggVorbis_File *vf,int i);
161 extern long ov_bitrate_instant(OggVorbis_File *vf);
162 extern long ov_streams(OggVorbis_File *vf);
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c6 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
26 res_vf = vec_div(vf, vf);
33 res_vf = vec_max(vf, vf);
39 res_vf = vec_vmaxfp(vf, vf);
43 res_vf = vec_min(vf, vf);
49 res_vf = vec_vminfp(vf, v
[all...]
H A Daltivec.c20 vector float vf; local
22 vf = (vector float)(1.0); // CHECK: <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
38 vector float vf; local
39 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
H A Dbuiltins-ppc-altivec.c16 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
68 vf = vec_abs(vf);
164 res_vf = vec_add(vf, vf);
240 res_vf = vec_vaddfp(vf, vf);
686 res_vf = vec_andc(vf, vf);
692 res_vf = vec_andc(vbi, vf);
[all...]
/external/libvorbis/examples/
H A Dvorbisfile_example.c36 OggVorbis_File vf; local
47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
55 char **ptr=ov_comment(&vf,-1)->user_comments;
56 vorbis_info *vi=ov_info(&vf,-1);
63 (long)ov_pcm_total(&vf,-1));
64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
88 ov_clear(&vf);
/external/eigen/test/eigen2/
H A Deigen2_mixingtypes.cpp37 Vec_f vf(size,1);
45 VERIFY_RAISES_ASSERT(vf=vd);
46 VERIFY_RAISES_ASSERT(vf+=vd);
53 mcf*vf; local
56 vcf = mcf*vf;
62 VERIFY_RAISES_ASSERT(vcf = mf*vf);
64 vf.eigen2_dot(vf);
65 VERIFY_RAISES_ASSERT(vd.eigen2_dot(vf));
66 VERIFY_RAISES_ASSERT(vcf.eigen2_dot(vf)); // yea
[all...]
/external/clang/test/Sema/
H A Dext_vector_casts.c99 float2 vf = f; local
115 vf = 1 + vf;
116 vf = l + vf;
117 vf = 2.0 + vf;
118 vf = d + vf; // expected-warning {{implicit conversion loses floating-point precision}}
119 vf
[all...]
H A Dwarn-bad-function-cast.c4 void vf(void);
20 (void)vf();
H A Daltivec-init.c21 vector float vf; local
22 vf = (vector float)(1.0);
/external/eigen/test/
H A Dmixingtypes.cpp43 Vec_f vf = Vec_f::Random(size,1); local
44 Vec_d vd = vf.template cast<double>();
56 VERIFY_RAISES_ASSERT(vf=vd);
57 VERIFY_RAISES_ASSERT(vf+=vd);
63 VERIFY_IS_APPROX(vf * scf , vf.template cast<complex<float> >() * scf);
67 vf.dot(vf);
69 VERIFY_RAISES_ASSERT(vd.dot(vf));
71 VERIFY_IS_APPROX(vcf.dot(vf), vc
[all...]
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.cc2475 VectorFormat vf = nfd.GetVectorFormat(); local
2499 case NEON_REV64: rev64(vf, rd, rn); break;
2500 case NEON_REV32: rev32(vf, rd, rn); break;
2501 case NEON_REV16: rev16(vf, rd, rn); break;
2502 case NEON_SUQADD: suqadd(vf, rd, rn); break;
2503 case NEON_USQADD: usqadd(vf, rd, rn); break;
2504 case NEON_CLS: cls(vf, rd, rn); break;
2505 case NEON_CLZ: clz(vf, rd, rn); break;
2506 case NEON_CNT: cnt(vf, rd, rn); break;
2507 case NEON_SQABS: abs(vf, r
2631 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); local
2645 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); local
2675 VectorFormat vf = nfd.GetVectorFormat(); local
2747 VectorFormat vf = nfd.GetVectorFormat(); local
2821 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); local
2832 VectorFormat vf = nfd.GetVectorFormat(); local
2852 VectorFormat vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); local
2958 VectorFormat vf = nfd.GetVectorFormat(); local
2995 VectorFormat vf = nfd.GetVectorFormat(); local
3011 VectorFormat vf = nfd.GetVectorFormat(); local
3156 VectorFormat vf = kFormat16B; local
3457 VectorFormat vf = nfd.GetVectorFormat(); local
3527 VectorFormat vf = nfd.GetVectorFormat(); local
3544 VectorFormat vf = nfd.GetVectorFormat(); local
3618 VectorFormat vf = nfd.GetVectorFormat(); local
3665 VectorFormat vf = nfd.GetVectorFormat(); local
3683 VectorFormat vf = nfd.GetVectorFormat(); local
3711 VectorFormat vf = nfd.GetVectorFormat(); local
3767 VectorFormat vf = nfd.GetVectorFormat(); local
3880 VectorFormat vf = nfd.GetVectorFormat(); local
3906 VectorFormat vf = nfd.GetVectorFormat(); local
[all...]
/external/clang/test/Modules/
H A Dsubmodules.cpp16 vector<float> vf; variable
/external/clang/test/SemaCXX/
H A Daltivec.cpp16 vector float vf; local
31 int res12[vec_step(vf) == 4 ? 1 : -1];
62 vector float vf; local
63 vf++;
H A Ddestructor.cpp246 VF vf; use(vf); local
309 VF* vf = new VF(); local
310 delete vf;
347 simple_ptr<VF> vf(new VF());
348 use(*vf);
/external/libxml2/win32/
H A Dconfigure.js180 var fso, cf, vf, ln, s, iDot, iSlash;
204 vf = fso.CreateTextFile(versionFile, true);
205 vf.WriteLine("# " + versionFile);
206 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + ".");
207 vf.WriteBlankLines(1);
212 vf.WriteLine(s);
215 vf.WriteLine(s);
218 vf.WriteLine(s);
221 vf.WriteLine(s);
226 vf
[all...]
/external/eigen/bench/
H A Dbench_norm.cpp219 for (int i=0; i<iters; ++i) NRM(vf); \
239 VectorXf vf = VectorXf::Ones(s) * yf; local
243 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n";
244 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n";
245 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n";
246 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n";
247 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n";
248 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n";
249 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n";
254 VectorXf vf(
319 VectorXf vf = VectorXf::Random(1024*1024*32) * y; local
334 VectorXf vf = VectorXf::Random(512) * y; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dconstructor-for-array-members.cpp9 float vf = 1.00; variable
12 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
/external/valgrind/VEX/priv/
H A Dguest_arm64_helpers.c468 ULong vf = (cc_dep1 >> ARM64G_CC_SHIFT_V) & 1; local
469 return vf;
476 ULong vf = (ULong)(((res ^ argL) & (res ^ argR)) >> 31); local
477 return vf;
484 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; local
485 return vf;
492 ULong vf = (ULong)(((argL ^ argR) & (argL ^ res)) >> 31); local
493 return vf;
500 ULong vf = (((argL ^ argR) & (argL ^ res))) >> 63; local
501 return vf;
510 ULong vf = (ULong)(((res ^ argL) & (res ^ argR)) >> 31); local
520 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; local
530 ULong vf = (ULong)(((argL ^ argR) & (argL ^ res)) >> 31); local
540 ULong vf = ((argL ^ argR) & (argL ^ res)) >> 63; local
617 ULong nf, zf, vf, cf; local
[all...]
H A Dguest_arm_helpers.c363 UInt vf = (cc_dep1 >> ARMG_CC_SHIFT_V) & 1; local
364 return vf;
371 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
372 return vf;
379 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
380 return vf;
389 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
390 return vf;
399 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
400 return vf;
406 UInt vf = oldV; local
413 UInt vf = oldV; local
420 UInt vf = oldV; local
476 UInt nf, zf, vf, cf, inv; local
[all...]
/external/iproute2/include/linux/
H A Dif_link.h288 __u32 vf; member in struct:ifla_vf_mac
293 __u32 vf; member in struct:ifla_vf_vlan
299 __u32 vf; member in struct:ifla_vf_tx_rate
304 __u32 vf; member in struct:ifla_vf_spoofchk
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h445 __u32 vf; member in struct:ifla_vf_mac
450 __u32 vf; member in struct:ifla_vf_vlan
456 __u32 vf; member in struct:ifla_vf_tx_rate
461 __u32 vf; member in struct:ifla_vf_rate
467 __u32 vf; member in struct:ifla_vf_spoofchk
479 __u32 vf; member in struct:ifla_vf_link_state
/external/libvpx/libvpx/vp8/common/
H A Dvariance.h106 vp8_variance_fn_t vf; member in struct:variance_vtable

Completed in 1137 milliseconds

123