Searched refs:gain_index (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ilbcdec.c | 81 int16_t gain_index[CB_NSTAGES*(NASUB_MAX + 1)]; member 145 frame->gain_index[0] = get_bits(gb, 2) << 3; in unpack_frame() 146 frame->gain_index[1] = get_bits1(gb) << 3; in unpack_frame() 148 frame->gain_index[3] = get_bits1(gb) << 4; in unpack_frame() 149 frame->gain_index[4] = get_bits1(gb) << 3; in unpack_frame() 150 frame->gain_index[6] = get_bits1(gb) << 4; in unpack_frame() 159 frame->gain_index[0] = get_bits1(gb) << 4; in unpack_frame() 160 frame->gain_index[1] = get_bits1(gb) << 3; in unpack_frame() 162 frame->gain_index[3] = get_bits1(gb) << 4; in unpack_frame() 163 frame->gain_index[ in unpack_frame() 717 construct_vector( int16_t *decvector, int16_t *index, int16_t *gain_index, int16_t *mem, int16_t lMem, int16_t veclen) construct_vector() argument [all...] |
H A D | cook.c | 128 int gain_index, int gain_index_next); 680 * @param gain_index index for the block multiplier 684 int gain_index, int gain_index_next) in interpolate_float() 688 fc1 = pow2tab[gain_index + 63]; in interpolate_float() 690 if (gain_index == gain_index_next) { // static gain in interpolate_float() 694 fc2 = q->gain_table[15 + (gain_index_next - gain_index)]; in interpolate_float() 683 interpolate_float(COOKContext *q, float *buffer, int gain_index, int gain_index_next) interpolate_float() argument
|
H A D | speexdec.c | 357 int pitch, gain_index, gain_cdbk_size; in pitch_unquant_3tap() local 368 gain_index = get_bitsz(gb, params->gain_bits); in pitch_unquant_3tap() 369 gain[0] = 0.015625f * gain_cdbk[gain_index * 4] + .5f; in pitch_unquant_3tap() 370 gain[1] = 0.015625f * gain_cdbk[gain_index * 4 + 1] + .5f; in pitch_unquant_3tap() 371 gain[2] = 0.015625f * gain_cdbk[gain_index * 4 + 2] + .5f; in pitch_unquant_3tap()
|
Completed in 6 milliseconds