Searched refs:iter_cond (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c1119 int j, iter_cond = vf->map[blockflag][i]; local
1122 float two_cos_w = 2.0f * cos(wstep * iter_cond); // needed all times
1148 } while (vf->map[blockflag][i] == iter_cond);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c1144 int j, iter_cond = vf->map[blockflag][i]; local
1147 float two_cos_w = 2.0f * cos(wstep * iter_cond); // needed all times
1173 } while (vf->map[blockflag][i] == iter_cond);

Completed in 59 milliseconds