Searched refs:period_coef (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | twinvq.h | 178 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef,
|
H A D | metasound.c | 64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() argument 87 period = min_period + period_coef * period_range / in decode_ppc()
|
H A 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()
|
Completed in 2 milliseconds