Home
last modified time | relevance | path

Searched refs:construct_vector (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dilbcdec.c715 static void construct_vector ( in construct_vector() function
794construct_vector(&decresidual[start_pos + s->state_short_len], encbits->cb_index, encbits->gain_in… in decode_residual()
803construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
823construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
850construct_vector(&reverseDecresidual[subframe * SUBL], encbits->cb_index + subcount * CB_NSTAGES, in decode_residual()