Searched refs:flr (Results 1 - 11 of 11) 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 Dmapping0.c509 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
538 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
563 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
571 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
577 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
625 nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]],
726 inverse1(vb,b->flr[info->floorsubmap[submap]]);
794 inverse2(vb,b->flr[info->floorsubmap[submap]],
H A Dblock.c270 b->flr=_ogg_calloc(ci->floors,sizeof(*b->flr));
274 b->flr[i]=_floor_P[ci->floor_type[i]]->
339 if(b->flr){
343 free_look(b->flr[i]);
344 _ogg_free(b->flr);
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
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]){
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dhandlefiletransferrequest.c277 msg.flr.dirNameSize = Swap16IfLE(msg.flr.dirNameSize);
278 if ((msg.flr.dirNameSize == 0) ||
279 (msg.flr.dirNameSize > (PATH_MAX - 1))) {
287 if((n = rfbReadExact(cl, path, msg.flr.dirNameSize)) <= 0) {
305 fileListMsg = GetFileListResponseMsg(path, (char) (msg.flr.flags));
H A Drfbtightproto.h382 rfbFileListRequestMsg flr; member in union:_rfbClientToServerTightMsg
/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;
/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)

Completed in 382 milliseconds