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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x2.cpp173 Word32 s, y32[L_CODE], max, tot;
177 tot = 5;
194 tot = L_add (tot, L_shr (max, 1));
197 j = sub (norm_l (tot), sf);
245 Word32 tot; local
249 tot = LOG2_OF_32;
271 tot = (tot + (max >> 1));
274 j = sub(norm_l(tot), s
[all...]
H A Dcor_h_x.cpp189 Word32 s, y32[L_CODE], max, tot;
193 tot = 5;
210 tot = L_add (tot, L_shr (max, 1));
213 j = sub (norm_l (tot), sf);
259 Word32 tot; local
266 tot = 5;
302 tot += (max >> 1);
306 j = norm_l(tot) - sf;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_macroblock_layer.c995 u8 *tot = pMb->totalCoeff; local
997 i16 *tot = pMb->totalCoeff; local
1008 *tot++ = 16;
1014 *tot++ = 16;

Completed in 575 milliseconds