Searched refs:lpc_cof (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 Dalsdec.c219 int32_t **lpc_cof; ///< coefficients of the direct form prediction filter for a channel member in struct:__anon1860
244 int32_t *lpc_cof; ///< coefficients of the direct form prediction member in struct:__anon1861
865 int32_t *lpc_cof = bd->lpc_cof; local
896 y += MUL64(lpc_cof[sb], raw_samples[-(sb + 1)]);
899 parcor_to_lpc(smp, quant_cof, lpc_cof);
903 parcor_to_lpc(k, quant_cof, lpc_cof);
933 lpc_cof = lpc_cof + opt_order;
936 lpc_cof_reversed[sb] = lpc_cof[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c218 int32_t **lpc_cof; ///< coefficients of the direct form prediction filter for a channel member in struct:__anon3075
243 int32_t *lpc_cof; ///< coefficients of the direct form prediction member in struct:__anon3076
885 int32_t *lpc_cof = bd->lpc_cof; local
916 y += MUL64(lpc_cof[sb], raw_samples[-(sb + 1)]);
919 parcor_to_lpc(smp, quant_cof, lpc_cof);
923 parcor_to_lpc(k, quant_cof, lpc_cof);
953 lpc_cof = lpc_cof + opt_order;
956 lpc_cof_reversed[sb] = lpc_cof[
[all...]

Completed in 35 milliseconds