Home
last modified time | relevance | path

Searched refs:pred_table (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c88 const float *pred_table) in ff_amr_set_fixed_gain()
95 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
86 ff_amr_set_fixed_gain(float fixed_gain_factor, float fixed_mean_energy, float *prediction_error, float energy_mean, const float *pred_table) ff_amr_set_fixed_gain() argument
H A Dacelp_pitch_delay.h252 * @param pred_table table of four moving average coefficients
256 const float *pred_table);
/third_party/ffmpeg/libavformat/
H A Dnutenc.c173 int pred_table[10]; in build_frame_code() local
261 pred_table[0] = -2; in build_frame_code()
262 pred_table[1] = -1; in build_frame_code()
263 pred_table[2] = 1; in build_frame_code()
264 pred_table[3] = 3; in build_frame_code()
265 pred_table[4] = 4; in build_frame_code()
268 pred_table[0] = 2; in build_frame_code()
269 pred_table[1] = 9; in build_frame_code()
270 pred_table[2] = 16; in build_frame_code()
273 pred_table[ in build_frame_code()
[all...]

Completed in 3 milliseconds