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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 119 a[i] = (Word16)(vo_L_shr_r(t0, 12)); /* from Q23 to Q12 and * 0.5 */
125 a[j] = (Word16)(vo_L_shr_r(t0, 12)); /* from Q23 to Q12 and * 0.5 */
141 a[i] = (Word16)(vo_L_shr_r(t0, q_sug)); /* from Q23 to Q12 and * 0.5 */
145 a[j] = (Word16)(vo_L_shr_r(t0, q_sug)); /* from Q23 to Q12 and * 0.5 */
math_op.c 177 L_x = vo_L_shr_r(L_x, exp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 60 #define vo_L_shr_r(L_var1, var2) ((L_var1+((Word32)(1L<<(var2-1))))>>var2)
    [all...]

Completed in 66 milliseconds