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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.cpp288 Word16 *rr1; local
357 rr1 = &rr[L_CODE-1][L_CODE-1];
363 *rr1 = (Word16)((s + 0x00004000L) >> 15);
364 rr1 -= (L_CODE + 1);
367 *rr1 = (Word16)((s + 0x00004000L) >> 15);
368 rr1 -= (L_CODE + 1);
376 rr1 = &p_rr_ref1[L_CODE-1-dec];
402 *(rr1--) = *rr2;
403 *rr1 = ((Word32) tmp11 * tmp22) >> 15;
404 *rr3 = *rr1;
[all...]

Completed in 95 milliseconds