HomeSort by relevance Sort by last modified time
    Searched full:mode_param (Results 1 - 3 of 3) sorted by null

  /external/tremolo/Tremolo/
treminfo.c 141 if(ci->mode_param)_ogg_free(ci->mode_param);
290 ci->mode_param=
291 (vorbis_info_mode *)_ogg_malloc(ci->modes*sizeof(*ci->mode_param));
293 ci->mode_param[i].blockflag=(unsigned char)oggpack_read(opb,1);
296 ci->mode_param[i].mapping=(unsigned char)oggpack_read(opb,8);
297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
dsp.c 194 return(ci->blocksizes[ci->mode_param[mode].blockflag]);
227 vd->W=ci->mode_param[mode].blockflag;
240 mapping_inverse(vd,ci->map_param+ci->mode_param[mode].mapping);
codec_internal.h 209 vorbis_info_mode *mode_param; member in struct:codec_setup_info

Completed in 1520 milliseconds