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

  /external/libvorbis/lib/
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];
codec_internal.h 69 vorbis_look_floor **flr; member in struct:private_state
  /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...]
  /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...]

Completed in 1237 milliseconds