Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dmatrix_dec.c276 int32_t shiftVal = bytesShifted * 8 ; in copyPredictorTo24Shift() local
285 val = arith_shift_left (val, shiftVal) | (uint32_t) shift [j] ; in copyPredictorTo24Shift()
319 uint32_t shiftVal = bytesShifted * 8 ; in copyPredictorTo32Shift() local
327 op [0] = arith_shift_left (in [j], shiftVal) | (uint32_t) shift [j] ; in copyPredictorTo32Shift()