HomeSort by relevance Sort by last modified time
    Searched refs:flr (Results 1 - 12 of 12) sorted by null

  /external/libvorbis/lib/
codec_internal.h 69 vorbis_look_floor **flr; member in struct:private_state
psytune.c 242 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];
mapping0.c 509 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]],
block.c 270 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);
psy.c 417 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;
    [all...]
floor1.c 421 static int accumulate_fit(const float *flr,const float *mdct,
434 int quantized=vorbis_dBquant(flr+i);
436 if(mdct[i]+info->twofitatten>=flr[i]){
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 210 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;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 210 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;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 205 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, "");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 205 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, "");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 192 const int flr = util_ifloor(s); local
194 if (flr & 1)
321 const int flr = util_ifloor(s); local
323 if (flr & 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 192 const int flr = util_ifloor(s); local
194 if (flr & 1)
321 const int flr = util_ifloor(s); local
323 if (flr & 1)
    [all...]

Completed in 1203 milliseconds