Home
last modified time | relevance | path

Searched refs:extrabits (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h82 static INLINE int16_t vp9_get_cost(int16_t token, EXTRABIT extrabits, in vp9_get_cost() argument
85 return vp9_extra_bits[token].cost[extrabits]; in vp9_get_cost()
86 return vp9_cat6_low_cost[extrabits & 0xff] in vp9_get_cost()
87 + cat6_high_table[extrabits >> 8]; in vp9_get_cost()
/external/toybox/lib/
Dlib.c801 mode_t extrabits = mode & ~(07777); in string_to_mode() local
808 return mode | extrabits; in string_to_mode()
877 return mode|extrabits; in string_to_mode()