Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c144 Word16 ind_m, /* i : step size for the index of the data buffer */ in level_calculation() argument
155 l_temp1 += (abs_s(data[ind_m * i + ind_a])<<1); in level_calculation()
163 l_temp2 += (abs_s(data[ind_m * i + ind_a])<<1); in level_calculation()
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dvad1.cpp513 Word16 ind_m, /* i : step size for the index of the data buffer */ in level_calculation() argument
528 l_temp1 = L_mac(l_temp1, 1, abs_s(data[ind_m*i+ind_a]), pOverflow); in level_calculation()
536 l_temp2 = L_mac(l_temp2, 1, abs_s(data[ind_m*i+ind_a]), pOverflow); in level_calculation()