Searched defs:flr (Results 1 - 8 of 8) sorted by relevance

/external/libvorbis/lib/
H A Dcodec_internal.h69 vorbis_look_floor **flr; member in struct:private_state
H A Dpsytune.c242 float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2]; local
282 flr[0]=_ogg_calloc(framesize/2,sizeof(float));
283 flr[1]=_ogg_calloc(framesize/2,sizeof(float));
395 flr[i]);
402 flr[i],
411 analysis("codedflr",frameno+i,flr[i],framesize/2,1,1);
468 pcm[i][j]*=flr[i][j];
H A Dfloor1.c421 static int accumulate_fit(const float *flr,const float *mdct, argument
434 int quantized=vorbis_dBquant(flr+i);
436 if(mdct[i]+info->twofitatten>=flr[i]){
H A Dpsy.c417 const float *flr,
434 if(max+6.f>flr[i]){
511 float *flr){
533 if(flr[linpos]<minV)flr[linpos]=minV;
539 if(flr[linpos]<minV)flr[linpos]=minV;
414 seed_loop(vorbis_look_psy *p, const float ***curves, const float *f, const float *flr, float *seed, float specmax) argument
509 max_seeds(vorbis_look_psy *p, float *seed, float *flr) argument
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Drfbtightproto.h382 rfbFileListRequestMsg flr; member in union:_rfbClientToServerTightMsg
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c205 LLVMValueRef fract, flr, isOdd; local
207 lp_build_ifloor_fract(coord_bld, coord, &flr, &fract);
209 /* isOdd = flr & 1 */
210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c192 const int flr = util_ifloor(s); local
194 if (flr & 1)
321 const int flr = util_ifloor(s); local
323 if (flr & 1)
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c210 const GLint flr = IFLOOR(s); local
211 if (flr & 1)
212 u = 1.0F - (s - (GLfloat) flr);
214 u = s - (GLfloat) flr;
337 const GLint flr = IFLOOR(s); local
339 if (flr & 1)
340 u = 1.0F - (s - (GLfloat) flr);
342 u = s - (GLfloat) flr;

Completed in 590 milliseconds