/external/libvorbis/lib/ |
synthesis.c | 26 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ 27 vorbis_dsp_state *vd= vb ? vb->vd : 0; 31 oggpack_buffer *opb=vb ? &vb->opb : 0; 39 _vorbis_block_ripcord(vb); 54 vb->mode=mode; 59 vb->W=ci->mode_param[mode]->blockflag; 60 if(vb->W){ 64 vb->lW=oggpack_read(opb,1) [all...] |
analysis.c | 30 int vorbis_analysis(vorbis_block *vb, ogg_packet *op){ 32 vorbis_block_internal *vbi=vb->internal; 34 vb->glue_bits=0; 35 vb->time_bits=0; 36 vb->floor_bits=0; 37 vb->res_bits=0; 47 if((ret=_mapping_P[0]->forward(vb))) 51 if(vorbis_bitrate_managed(vb)) 56 op->packet=oggpack_get_buffer(&vb->opb); 57 op->bytes=oggpack_bytes(&vb->opb) [all...] |
bitrate.h | 38 vorbis_block *vb; member in struct:bitrate_manager_state 55 extern int vorbis_bitrate_managed(vorbis_block *vb); 56 extern int vorbis_bitrate_addblock(vorbis_block *vb);
|
bitrate.c | 64 int vorbis_bitrate_managed(vorbis_block *vb){ 65 vorbis_dsp_state *vd=vb->vd; 74 int vorbis_bitrate_addblock(vorbis_block *vb){ 75 vorbis_block_internal *vbi=vb->internal; 76 vorbis_dsp_state *vd=vb->vd; 85 long min_target_bits=(vb->W?bm->min_bitsper*bm->short_per_long:bm->min_bitsper); 86 long max_target_bits=(vb->W?bm->max_bitsper*bm->short_per_long:bm->max_bitsper); 87 int samples=ci->blocksizes[vb->W]>>1; 93 if(bm->vb)return(-1); /* one has been submitted without 95 bm->vb=vb 233 vorbis_block *vb=bm->vb; local [all...] |
block.c | 88 int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){ 90 memset(vb,0,sizeof(*vb)); 91 vb->vd=v; 92 vb->localalloc=0; 93 vb->localstore=NULL; 96 vb->internal=_ogg_calloc(1,sizeof(vorbis_block_internal)); 101 vbi->packetblob[i]=&vb->opb; 113 void *_vorbis_block_alloc(vorbis_block *vb,long bytes){ 115 if(bytes+vb->localtop>vb->localalloc) [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh18.cpp | 4 class VB { 7 VB (int v) { n = v; } 8 VB (const VB& o) { 10 // printf("copying VB from %d to %d\n", &o, this); 14 class D : public virtual VB { 17 D(int i1, int i2) : VB(i2) { j = i1; } 18 VB& vb() { return *(VB*)this; function in class:D 19 const VB& vb() const { return *(const VB*)this; } function in class:D 26 VB& vb() { return *(VB*)this; } function in class:pD 27 const VB& vb() const { return *(const VB*)this; } function in class:pD 34 VB *vb = &d.vb(); local [all...] |
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh18.cpp | 4 class VB { 7 VB (int v) { n = v; } 8 VB (const VB& o) { 10 // printf("copying VB from %d to %d\n", &o, this); 14 class D : public virtual VB { 17 D(int i1, int i2) : VB(i2) { j = i1; } 18 VB& vb() { return *(VB*)this; function in class:D 19 const VB& vb() const { return *(const VB*)this; } function in class:D 26 VB& vb() { return *(VB*)this; } function in class:pD 27 const VB& vb() const { return *(const VB*)this; } function in class:pD 34 VB *vb = &d.vb(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_wintypes.py | 18 vb = wintypes.VARIANT_BOOL() 19 self.assertIs(vb.value, False) 20 vb.value = True 21 self.assertIs(vb.value, True) 22 vb.value = true_value 23 self.assertIs(vb.value, True) 32 vb = wintypes.VARIANT_BOOL() 33 vb.value = set_value 34 self.assertIs(vb.value, True) 36 vb = wintypes.VARIANT_BOOL( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_wintypes.py | 18 vb = wintypes.VARIANT_BOOL() 19 self.assertIs(vb.value, False) 20 vb.value = True 21 self.assertIs(vb.value, True) 22 vb.value = true_value 23 self.assertIs(vb.value, True) 32 vb = wintypes.VARIANT_BOOL() 33 vb.value = set_value 34 self.assertIs(vb.value, True) 36 vb = wintypes.VARIANT_BOOL( [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 75 const struct pipe_vertex_buffer *vb = local 76 &svga->curr.vb[ve[i].vertex_buffer_index]; 78 unsigned int offset = vb->buffer_offset + ve[i].src_offset; 81 if (!vb->buffer) 84 buffer = svga_buffer(vb->buffer); 87 if (vb->stride) 88 tmp_neg_bias = (tmp_neg_bias + vb->stride - 1) / vb->stride; 94 const struct pipe_vertex_buffer *vb = local 95 &svga->curr.vb[ve[i].vertex_buffer_index] [all...] |
svga_pipe_draw.c | 70 struct pipe_vertex_buffer *vb = local 71 &svga->curr.vb[ve[i].vertex_buffer_index]; 73 if (vb->buffer && svga_buffer_is_user_buffer(vb->buffer)) { 74 struct svga_buffer *buffer = svga_buffer(vb->buffer); 83 struct pipe_vertex_buffer *vb = local 84 &svga->curr.vb[ve[i].vertex_buffer_index]; 86 if (vb->buffer && svga_buffer_is_user_buffer(vb->buffer)) { 87 struct svga_buffer *buffer = svga_buffer(vb->buffer) 129 struct pipe_vertex_buffer *vb = local 192 struct pipe_vertex_buffer *vb = &svga->curr.vb[i]; local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 75 const struct pipe_vertex_buffer *vb = local 76 &svga->curr.vb[ve[i].vertex_buffer_index]; 78 unsigned int offset = vb->buffer_offset + ve[i].src_offset; 81 if (!vb->buffer) 84 buffer = svga_buffer(vb->buffer); 87 if (vb->stride) 88 tmp_neg_bias = (tmp_neg_bias + vb->stride - 1) / vb->stride; 94 const struct pipe_vertex_buffer *vb = local 95 &svga->curr.vb[ve[i].vertex_buffer_index] [all...] |
svga_pipe_draw.c | 70 struct pipe_vertex_buffer *vb = local 71 &svga->curr.vb[ve[i].vertex_buffer_index]; 73 if (vb->buffer && svga_buffer_is_user_buffer(vb->buffer)) { 74 struct svga_buffer *buffer = svga_buffer(vb->buffer); 83 struct pipe_vertex_buffer *vb = local 84 &svga->curr.vb[ve[i].vertex_buffer_index]; 86 if (vb->buffer && svga_buffer_is_user_buffer(vb->buffer)) { 87 struct svga_buffer *buffer = svga_buffer(vb->buffer) 129 struct pipe_vertex_buffer *vb = local 192 struct pipe_vertex_buffer *vb = &svga->curr.vb[i]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_triemit.h | 10 #define COPY_DWORDS( j, vb, vertsize, v ) \ 14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \ 16 "D" ((long)vb), \ 20 #define COPY_DWORDS( j, vb, vertsize, v ) \ 23 vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \ 24 vb += vertsize; \ 27 #define COPY_DWORDS( j, vb, vertsize, v ) \ 30 vb[j] = ((GLuint *)v)[j]; \ 31 vb += vertsize; \ 45 GLuint *vb = (GLuint *)ALLOC_VERTS( 4, vertsize) local 69 GLuint *vb = (GLuint *)ALLOC_VERTS( 6, vertsize); local 96 GLuint *vb = (GLuint *)ALLOC_VERTS( 3, vertsize); local 118 GLuint *vb = (GLuint *)ALLOC_VERTS( 2, vertsize); local 131 GLuint *vb = (GLuint *)ALLOC_VERTS( 1, vertsize); local 144 GLuint *vb = (GLuint *)ALLOC_VERTS( (n-2) * 3, vertsize ); local [all...] |
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_triemit.h | 10 #define COPY_DWORDS( j, vb, vertsize, v ) \ 14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \ 16 "D" ((long)vb), \ 20 #define COPY_DWORDS( j, vb, vertsize, v ) \ 23 vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \ 24 vb += vertsize; \ 27 #define COPY_DWORDS( j, vb, vertsize, v ) \ 30 vb[j] = ((GLuint *)v)[j]; \ 31 vb += vertsize; \ 45 GLuint *vb = (GLuint *)ALLOC_VERTS( 4, vertsize) local 69 GLuint *vb = (GLuint *)ALLOC_VERTS( 6, vertsize); local 96 GLuint *vb = (GLuint *)ALLOC_VERTS( 3, vertsize); local 118 GLuint *vb = (GLuint *)ALLOC_VERTS( 2, vertsize); local 131 GLuint *vb = (GLuint *)ALLOC_VERTS( 1, vertsize); local 144 GLuint *vb = (GLuint *)ALLOC_VERTS( (n-2) * 3, vertsize ); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
vector_bool.pass.cpp | 35 T vb(std::begin(ba), std::end(ba)); 37 assert(h(vb) != 0); 46 T vb(std::begin(ba), std::end(ba)); 48 assert(h(vb) != 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/ |
mask_array_assign.pass.cpp | 26 std::valarray<bool> vb(b, N1); 28 v2 = v1[vb];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/ |
mask_array.pass.cpp | 26 std::valarray<bool> vb(b, N1); 27 std::valarray<int> v2(v1[vb]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/ |
valarray_bool_const.pass.cpp | 14 // valarray operator[](const valarray<bool>& vb) const; 26 std::valarray<bool> vb(b, N1); 27 std::valarray<int> v2(v1[vb]);
|
valarray_bool_non_const.pass.cpp | 14 // mask_array<value_type> operator[](const valarray<bool>& vb); 26 std::valarray<bool> vb(b, N1); 28 v2 = v1[vb];
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGen.java | 113 FloatBuffer vb = BufferUtils.createFloatBuffer(3*3*3); // 3 rows * 3 columns * 3 floats local 114 vb.rewind(); 115 vb.put(new float[]{0,2,0}); vb.put(new float[]{1,2,0}); vb.put(new float[]{2,2,0}); 116 vb.put(new float[]{0,1,0}); vb.put(new float[]{1,1,0}); vb.put(new float[]{2,1,0}); 117 vb.put(new float[]{0,0,0}); vb.put(new float[]{1,0,0}); vb.put(new float[]{2,0,0}) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_draw.c | 167 base_vertex_location += brw->vb.start_vertex_bias; 170 start_vertex_location += brw->vb.start_vertex_bias; 224 base_vertex_location += brw->vb.start_vertex_bias; 227 start_vertex_location += brw->vb.start_vertex_bias; 264 struct brw_vertex_info old = brw->vb.info; 267 for (i = 0; i < brw->vb.nr_buffers; i++) { 268 drm_intel_bo_unreference(brw->vb.buffers[i].bo); 269 brw->vb.buffers[i].bo = NULL; 271 brw->vb.nr_buffers = 0; 273 memset(&brw->vb.info, 0, sizeof(brw->vb.info)) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 167 base_vertex_location += brw->vb.start_vertex_bias; 170 start_vertex_location += brw->vb.start_vertex_bias; 224 base_vertex_location += brw->vb.start_vertex_bias; 227 start_vertex_location += brw->vb.start_vertex_bias; 264 struct brw_vertex_info old = brw->vb.info; 267 for (i = 0; i < brw->vb.nr_buffers; i++) { 268 drm_intel_bo_unreference(brw->vb.buffers[i].bo); 269 brw->vb.buffers[i].bo = NULL; 271 brw->vb.nr_buffers = 0; 273 memset(&brw->vb.info, 0, sizeof(brw->vb.info)) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
WireFrustum.java | 70 VertexBuffer vb = getBuffer(Type.Position); local 71 if (vb == null){ 77 FloatBuffer a = (FloatBuffer) vb.getData(); 83 vb.updateData(a);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TriangleCollector.java | 135 VertexBuffer vb = ent.getValue(); local 136 if (vb.getBufferType() == Type.Index) 142 Buffer b = VertexBuffer.createBuffer(vb.getFormat(), 143 vb.getNumComponents(), 146 VertexBuffer outVb = new VertexBuffer(vb.getBufferType()); 147 outVb.setNormalized(vb.isNormalized()); 148 outVb.setupData(vb.getUsage(), vb.getNumComponents(), vb.getFormat(), b); 195 VertexBuffer vb = ent.getValue() local 223 VertexBuffer vb = ent.getValue(); local [all...] |