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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_ol.cpp333 Word32 L_temp_2; local
407 /* L_temp_2 = L_shr(max,1), which is used in */
409 L_temp_2 = max >> 1;
414 L_temp = L_temp_2 - L_temp_3;
424 /* L_temp_2 = L_shr(t0,1), which is used in */
427 L_temp_2 = t0 >> 1;
431 L_temp = L_temp_2 - L_temp_3;

Completed in 52 milliseconds