Searched refs:pulse_hi (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrwbdec.c | 499 * @param[in] pulse_hi MSBs part of the pulse index array (higher modes only) 503 static void decode_fixed_vector(float *fixed_vector, const uint16_t *pulse_hi, in decode_fixed_vector() argument 538 ((int) pulse_hi[i] << 14), 4, 1); in decode_fixed_vector() 543 ((int) pulse_hi[i] << 10), 4, 1); in decode_fixed_vector() 546 ((int) pulse_hi[i] << 14), 4, 1); in decode_fixed_vector() 552 ((int) pulse_hi[i] << 11), 4, 1); in decode_fixed_vector()
|
Completed in 3 milliseconds