Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h116 EXTRABIT extrabits; in vp9_get_token_cost() local
118 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()
/external/toybox/lib/
Dlib.c852 mode_t extrabits = mode & ~(07777); in string_to_mode() local
859 return mode | extrabits; in string_to_mode()
928 return mode|extrabits; in string_to_mode()