Searched defs:lW (Results 1 - 7 of 7) sorted by relevance
/external/iproute2/tc/ |
H A D | tc_red.c | 78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local 79 double maxtime = 31/lW; 92 sbuf[i] = (i<<clog)*lW;
|
/external/libvorbis/lib/ |
H A D | window.c | 2103 int lW,int W,int nW){ 2104 lW=(W?lW:0); 2108 const float *windowLW=vwin[winno[lW]]; 2112 long ln=blocksizes[lW]; 2102 _vorbis_apply_window(float *d,int *winno,long *blocksizes, int lW,int W,int nW) argument
|
/external/libvorbis/include/vorbis/ |
H A D | codec.h | 72 long lW; member in struct:vorbis_dsp_state 93 long lW; member in struct:vorbis_block
|
/external/tremolo/Tremolo/ |
H A D | codec_internal.h | 67 long lW; member in struct:vorbis_dsp_state
|
H A D | mdct.c | 469 int lW,int W, 479 DATA_TYPE *l=in+(W&&lW ? n1>>1 : n0>>1); 480 DATA_TYPE *r=right+(lW ? n1>>2 : n0>>2); 482 LOOKUP_T *wR=(W && lW ? w1+(n1>>1) : w0+(n0>>1)); 483 LOOKUP_T *wL=(W && lW ? w1 : w0 ); 485 int preLap=(lW && !W ? (n1>>2)-(n0>>2) : 0 ); 486 int halfLap=(lW && W ? (n1>>2) : (n0>>2) ); 487 int postLap=(!lW && W ? (n1>>2)-(n0>>2) : 0 ); 468 mdct_unroll_lap(int n0,int n1, int lW,int W, DATA_TYPE *in, DATA_TYPE *right, LOOKUP_T *w0, LOOKUP_T *w1, ogg_int16_t *out, int step, int start, int end ) argument
|
/external/libgdx/backends/gdx-backend-lwjgl/libs/ |
H A D | jorbis.jar | com/ com/jcraft/ com/jcraft/jogg/ com/jcraft/jogg/Buffer.class " package com.jcraft.jogg public ... |
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | jorbis.jar | com/ com/jcraft/ com/jcraft/jogg/ com/jcraft/jogg/Buffer.class " package com.jcraft.jogg public ... |
Completed in 390 milliseconds