Searched refs:ff_adpcm_step_table (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm_data.c28 /* ff_adpcm_step_table[] and ff_adpcm_index_table[] are from the ADPCM
40 const int16_t ff_adpcm_step_table[89] = { variable
H A Dadpcm_data.h32 extern const int16_t ff_adpcm_step_table[89];
H A Dadpcmenc.c168 ff_adpcm_step_table[c->step_index]) + (delta < 0) * 8;
169 c->prev_sample += ((ff_adpcm_step_table[c->step_index] *
180 int mask, step = ff_adpcm_step_table[c->step_index];
408 LOOP_NODES(ima, ff_adpcm_step_table[step],
H A Dadpcm.c146 step = ff_adpcm_step_table[c->step_index];
173 step = ff_adpcm_step_table[c->step_index];
1122 int step = ff_adpcm_step_table[c->status[i].step_index];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcm_data.c28 /* ff_adpcm_step_table[] and ff_adpcm_index_table[] are from the ADPCM
61 const int16_t ff_adpcm_step_table[89] = { variable
H A Dadpcm_data.h36 extern const int16_t ff_adpcm_step_table[89];
H A Dvima.c100 table_pos < FF_ARRAY_ELEMS(ff_adpcm_step_table);
104 table_value = ff_adpcm_step_table[table_pos];
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1);
H A Dadpcmenc.c170 ff_adpcm_step_table[c->step_index]) + (delta < 0) * 8;
171 c->prev_sample += ((ff_adpcm_step_table[c->step_index] *
182 int diff, step = ff_adpcm_step_table[c->step_index];
413 LOOP_NODES(ima, ff_adpcm_step_table[step],
H A Dadpcm.c169 step = ff_adpcm_step_table[c->step_index];
195 step = ff_adpcm_step_table[c->step_index];
218 step = ff_adpcm_step_table[c->step_index];
438 int step = ff_adpcm_step_table[c->status[i].step_index];

Completed in 84 milliseconds