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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac.h49 int loc_size; ///< size of location code in samples member in struct:AtracGCContext
H A Datrac.c72 gctx->loc_size = 1 << loc_scale;
81 gctx->gain_tab2[i + 15] = powf(2.0, -1.0f / gctx->loc_size * i);
113 for (; pos < lastpos + gctx->loc_size; pos++) {

Completed in 85 milliseconds