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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 82 static INLINE int16_t vp9_get_cost(int16_t token, EXTRABIT extrabits,
85 return vp9_extra_bits[token].cost[extrabits];
86 return vp9_cat6_low_cost[extrabits & 0xff]
87 + cat6_high_table[extrabits >> 8];
  /external/libgdx/gdx/jni/gdx2d/
jpgd.h 311 inline int huff_decode(huff_tables *pH, int& extrabits);
  /external/toybox/lib/
lib.c 801 mode_t extrabits = mode & ~(07777); local
808 return mode | extrabits;
877 return mode|extrabits;

Completed in 93 milliseconds