Searched refs:loc_scale (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.h48 int loc_scale; ///< scale of location code = 2^loc_scale samples member in struct:AtracGCContext
64 * @param loc_scale location size factor
67 int loc_scale);
H A Datrac.c67 int loc_scale)
71 gctx->loc_scale = loc_scale;
72 gctx->loc_size = 1 << loc_scale;
101 lastpos = gc_now->loc_code[i] << gctx->loc_scale;
66 ff_atrac_init_gain_compensation(AtracGCContext *gctx, int id2exp_offset, int loc_scale) argument

Completed in 42 milliseconds