Searched refs:period_coef (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | metasound.c | 64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() argument 86 period = min_period + period_coef * period_range / in decode_ppc()
|
D | twinvq.h | 179 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef,
|
D | twinvqdec.c | 179 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() argument 197 ROUNDED_DIV(period_coef * period_range, in decode_ppc()
|