Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dima_adpcm.c47 static int ima_indx_adjust [16] = variable
301 stepindx += ima_indx_adjust [bytecode] ; in aiff_ima_decode_block()
366 pima->stepindx [chan] += ima_indx_adjust [bytecode] ; in aiff_ima_encode_block()
468 stepindx [chan] += ima_indx_adjust [bytecode] ; in wavlike_ima_decode_block()
528 pima->stepindx [chan] += ima_indx_adjust [bytecode] ; in wavlike_ima_encode_block()
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c70 static const int ima_indx_adjust[16] = { variable
271 *stepindex = CLAMP (*stepindex + ima_indx_adjust[bytecode], 0, 88); in adpcmenc_encode_ima_sample()
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c254 static const int ima_indx_adjust[16] = { variable
324 CLAMP (stepindex[channel] + ima_indx_adjust[bytecode], 0, 88); in adpcmdec_decode_ima_block()