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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 143 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
353 h_shift = 0;
357 h_shift = 1;
365 *p1 = *p0++ >> h_shift;
367 *p1 = *p0++ >> h_shift;
369 *p1 = *p0++ >> h_shift;
371 *p1 = *p0++ >> h_shift;
732 val = (512 >> h_shift); /* codeword in Q9 format */
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 1382 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; local
1568 const int h_shift = bh <= 8 ? 0 : 1; local
    [all...]

Completed in 880 milliseconds