Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c277 gint16 stepindex[2]; in adpcmdec_decode_ima_block() local
290 stepindex[channel] = MIN (data[channel * 4 + 2], 88); in adpcmdec_decode_ima_block()
315 step = ima_step_size[stepindex[channel]]; in adpcmdec_decode_ima_block()
323 stepindex[channel] = in adpcmdec_decode_ima_block()
324 CLAMP (stepindex[channel] + ima_indx_adjust[bytecode], 0, 88); in adpcmdec_decode_ima_block()
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c241 guint8 * stepindex) in adpcmenc_encode_ima_sample() argument
247 step = ima_step_size[*stepindex]; in adpcmenc_encode_ima_sample()
271 *stepindex = CLAMP (*stepindex + ima_indx_adjust[bytecode], 0, 88); in adpcmenc_encode_ima_sample()