Searched defs:vi (Results 1 - 25 of 94) sorted by relevance

1234

/external/libvorbis/examples/
H A Dchaining_example.c58 vorbis_info *vi=ov_info(&ov,i); local
61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
H A Dvorbisfile_example.c56 vorbis_info *vi=ov_info(&vf,-1); local
61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
H A Dseeking_example.c103 vorbis_info *vi=ov_info(&ov,i); local
104 if(vi->channels!=2){
H A Ddecoder_example.c50 vorbis_info vi; /* struct that stores all the static vorbis bitstream local
115 vorbis_info_init(&vi);
129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
166 result=vorbis_synthesis_headerin(&vi,&vc,&op);
193 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
197 convsize=4096/vi.channels;
201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
246 for(i=0;i<vi.channels;i++){
265 ptr+=vi
[all...]
H A Dencoder_example.c48 vorbis_info vi; /* struct that stores all the static vorbis bitstream local
97 vorbis_info_init(&vi);
107 ret = vorbis_encode_init_vbr(&vi,2,44100,.4);
114 ret = vorbis_encode_init(&vi,2,44100,-1,128000,-1);
122 ret = ( vorbis_encode_setup_managed(&vi,2,44100,-1,128000,-1) ||
123 vorbis_encode_ctl(&vi,OV_ECTL_RATEMANAGE2_SET,NULL) ||
124 vorbis_encode_setup_init(&vi));
128 ret=vorbis_encode_init_vbr(&vi,2,44100,0.1);
141 vorbis_analysis_init(&vd,&vi);
245 vorbis_info_clear(&vi);
[all...]
/external/clang/test/Modules/
H A Dsubmodules.cpp7 vector<int> vi; variable
/external/lzma/CPP/Windows/
H A DNtCheck.h11 OSVERSIONINFO vi; local
12 vi.dwOSVersionInfoSize = sizeof(vi);
13 return (::GetVersionEx(&vi) && vi.dwPlatformId == VER_PLATFORM_WIN32_NT);
/external/aac/libFDK/include/
H A Dfft.h199 FIXP_DBL vr, vi, ur, ui; local
204 vi = y[9];
206 x[1] = ui + (vi>>1);
208 x[9] = ui - (vi>>1);
212 vi = y[12];
215 x[5] = ui - (vi>>1);
217 x[13] = ui + (vi>>1);
222 vi = fMultDiv2(ui-ur,W_PiFOURTH);
226 x[3] = (ui>>1) + vi;
228 x[11] = (ui>>1) - vi;
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_unittest.cc38 int vi; local
42 EXPECT_TRUE(m.ReadInt(&iter, &vi));
43 EXPECT_EQ(v1, vi);
52 EXPECT_FALSE(m.ReadInt(&iter, &vi));
/external/clang/test/CodeGen/
H A Daltivec.c19 vector int vi; local
21 vi = (vector int)(1); // CHECK: <i32 1, i32 1, i32 1, i32 1>
23 vi = (vector int)(1, 2, 3, 4); // CHECK: <i32 1, i32 2, i32 3, i32 4>
24 vi = (vector int)(1, 2, 3, 4, 5); // CHECK: <i32 1, i32 2, i32 3, i32 4>
26 vi = (vector int){1}; // CHECK: <i32 1, i32 0, i32 0, i32 0>
27 vi = (vector int){1, 2}; // CHECK: <i32 1, i32 2, i32 0, i32 0>
28 vi = (vector int){1, 2, 3, 4}; // CHECK: <i32 1, i32 2, i32 3, i32 4>
34 vector int vi; local
35 vi++; // CHECK: add <4 x i32> {{.*}} <i32 1, i32 1, i32 1, i32 1>
/external/clang/test/Sema/
H A Daltivec-init.c13 vector int vi; local
14 vi = (vector int)(1);
15 vi = (vector int)(1, 2); // expected-error {{number of elements must be either one or match the size of the vector}}
16 vi = (vector int)(1, 2, 3, 4);
17 vi = (vector int)(1, 2, 3, 4, 5); // expected-warning {{excess elements in vector initializer}}
18 vi = (vector int){1};
19 vi = (vector int){1, 2};
20 vi = (vector int){1, 2, 3, 4, 5}; // expected-warning {{excess elements in vector initializer}}
/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp15 static const int vi = 0; member in class:C
/external/eigen/test/
H A Dstddeque.cpp29 typename std::deque<MatrixType,Eigen::aligned_allocator<MatrixType> >::iterator vi = v.begin(); local
33 VERIFY_IS_APPROX(*vi, *wi);
34 ++vi;
58 typename std::deque<TransformType,Eigen::aligned_allocator<TransformType> >::iterator vi = v.begin(); local
62 VERIFY_IS_APPROX(*vi, *wi);
63 ++vi;
87 typename std::deque<QuaternionType,Eigen::aligned_allocator<QuaternionType> >::iterator vi = v.begin(); local
91 VERIFY_IS_APPROX(*vi, *wi);
92 ++vi;
H A Dstdlist.cpp29 typename std::list<MatrixType,Eigen::aligned_allocator<MatrixType> >::iterator vi = v.begin(); local
33 VERIFY_IS_APPROX(*vi, *wi);
34 ++vi;
58 typename std::list<TransformType,Eigen::aligned_allocator<TransformType> >::iterator vi = v.begin(); local
62 VERIFY_IS_APPROX(*vi, *wi);
63 ++vi;
87 typename std::list<QuaternionType,Eigen::aligned_allocator<QuaternionType> >::iterator vi = v.begin(); local
91 VERIFY_IS_APPROX(*vi, *wi);
92 ++vi;
/external/libvorbis/lib/
H A Dsynthesis.c29 vorbis_info *vi= vd ? vd->vi : 0; local
30 codec_setup_info *ci= vi ? vi->codec_setup : 0;
34 if (!vd || !b || !vi || !ci || !opb) {
81 vb->pcm=_vorbis_block_alloc(vb,sizeof(*vb->pcm)*vi->channels);
82 for(i=0;i<vi->channels;i++)
97 vorbis_info *vi=vd->vi; local
98 codec_setup_info *ci=vi
139 vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op) argument
167 vorbis_synthesis_halfrate(vorbis_info *vi,int flag) argument
177 vorbis_synthesis_halfrate_p(vorbis_info *vi) argument
[all...]
H A Dbitrate.c29 void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bm){ argument
30 codec_setup_info *ci=vi->codec_setup;
36 long ratesamples=vi->rate;
79 vorbis_info *vi=vd->vi; local
80 codec_setup_info *ci=vi->codec_setup;
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice=rint(bm->avgfloat+= slew/vi->rate*samples);
H A Dfloor0.c41 vorbis_info_floor0 *vi; member in struct:__anon24745
74 static vorbis_info_floor *floor0_unpack (vorbis_info *vi,oggpack_buffer *opb){ argument
75 codec_setup_info *ci=vi->codec_setup;
115 vorbis_info *vi=vd->vi; local
116 codec_setup_info *ci=vi->codec_setup;
150 look->vi=info;
159 vorbis_info_floor0 *info=look->vi;
169 codec_setup_info *ci=vb->vd->vi->codec_setup;
196 vorbis_info_floor0 *info=look->vi;
[all...]
/external/aac/libFDK/src/arm/
H A Dfft_rad2_arm.cpp172 FIXP_DBL vr,vi,ur,ui; local
174 //cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
175 vi = xt2[1]>>1;
182 xt1[1] = ui+vi;
185 xt2[1] = ui-vi;
190 //cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
192 vi = xt2[0]>>1;
198 xt1[1] = ui-vi;
201 xt2[1] = ui+vi;
218 FIXP_DBL vr,vi,u local
284 FIXP_DBL vr,vi,ur,ui; local
[all...]
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc42 XVisualInfo* vi; local
47 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) {
52 context_ = glXCreateContext(display_, vi, 0, true);
60 display_, RootWindow(display_, vi->screen), vi->visual, AllocNone);
63 window_ = XCreateWindow(display_, RootWindow(display_, vi->screen), 0, 0,
64 width_, height_, 0, vi->depth, InputOutput,
65 vi->visual, CWBorderPixel | CWColormap | CWEventMask,
67 XFree(vi);
/external/speex/libspeex/
H A Dvorbis_psy.h82 VorbisPsyInfo *vi; member in struct:__anon30995
/external/tremolo/Tremolo/
H A Divorbisfile.h80 vorbis_info vi; member in struct:OggVorbis_File
/external/aac/libFDK/src/
H A Dfft_rad2.cpp174 FIXP_DBL vr,vi,ur,ui; local
176 //cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
177 vi = x[t2+1]>>1;
184 x[t1+1] = ui+vi;
187 x[t2+1] = ui-vi;
192 //cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
194 vi = x[t2]>>1;
200 x[t1+1] = ui-vi;
203 x[t2+1] = ui+vi;
216 FIXP_DBL vr,vi,u local
280 FIXP_DBL vr,vi,ur,ui; local
376 FIXP_DBL vr,vi,ur,ui; local
418 FIXP_DBL vr,vi,ur,ui; local
481 FIXP_DBL vr,vi,ur,ui; local
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c167 OSVERSIONINFO vi; local
168 vi.dwOSVersionInfoSize = sizeof(vi);
169 if (!GetVersionEx(&vi))
171 return (vi.dwMajorVersion >= 5);
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp112 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); local
113 if (vi) {
120 // i, (unsigned int)vi->visualid, samp_buf, samples);
125 XFree(vi);
134 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, bestFbc); local
135 //SkDebugf("Chosen visual ID = 0x%x\n", (unsigned int)vi->visualid);
137 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
145 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap);
148 XFree(vi);
[all...]
/external/libvorbis/test/
H A Dwrite_read.c38 vorbis_info vi; local
52 vorbis_info_init (&vi);
54 ret = vorbis_encode_init_vbr (&vi,ch,srate,q);
62 vorbis_analysis_init (&vd,&vi);
125 vorbis_info_clear (&vi);
140 vorbis_info vi; local
178 vorbis_info_init (&vi);
190 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) {
213 vorbis_synthesis_headerin (&vi,&vc,&op);
229 if (vi
[all...]

Completed in 1863 milliseconds

1234