Searched refs:extrabits (Results 1 – 2 of 2) sorted by relevance
82 static INLINE int16_t vp9_get_cost(int16_t token, EXTRABIT extrabits, in vp9_get_cost() argument85 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()
801 mode_t extrabits = mode & ~(07777); in string_to_mode() local808 return mode | extrabits; in string_to_mode()877 return mode|extrabits; in string_to_mode()