Searched refs:extrabits (Results 1 – 2 of 2) sorted by relevance
116 EXTRABIT extrabits; in vp9_get_token_cost() local118 extrabits = abs(v) - CAT6_MIN_VAL; in vp9_get_token_cost()119 return vp9_cat6_low_cost[extrabits & 0xff] + in vp9_get_token_cost()120 cat6_high_table[extrabits >> 8]; in vp9_get_token_cost()
935 mode_t extrabits = mode & ~(07777); in string_to_mode() local942 return mode | extrabits; in string_to_mode()1011 return mode|extrabits; in string_to_mode()