HomeSort by relevance Sort by last modified time
    Searched refs:vo_shr_r (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
autocorr.c 73 *p1 = vo_shr_r(*p1, shift);
75 *p1 = vo_shr_r(*p1, shift);
77 *p1 = vo_shr_r(*p1, shift);
79 *p1 = vo_shr_r(*p1, shift);
c2t64fx.c 291 y[i] = vo_shr_r(add1((*p0++), (*p1++)), 3);
isp_az.c 162 a[m] = vo_shr_r(isp[m - 1], (3 + q)); /* from Q15 to Q12 */
c4t64fx.c 718 y[i] = vo_shr_r(y[i], 3); /* Q12 to Q9 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 51 #define vo_shr_r(var1, var2) ((var1+((Word16)(1L<<(var2-1))))>>var2) macro
    [all...]

Completed in 45 milliseconds