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

  /external/libvorbis/lib/
codec_internal.h 50 int transformtype; member in struct:__anon16997
info.c 332 ci->mode_param[i]->transformtype=oggpack_read(opb,16);
336 if(ci->mode_param[i]->transformtype>=VI_WINDOWB)goto err_out;
537 oggpack_write(opb,ci->mode_param[i]->transformtype,16);

Completed in 517 milliseconds